Q: How to get version of c4d in an eventplugin

HI
We have a custom event plugin that sets env vars for c4d. How can i get the version of c4d that the job was submitted with?

-b

We have the “Version” parameter in the plugin info file that specifies which Major version this job is targeting. Do you need more than just the major version or do you need the whole version string?

Cheers

1 Like

Just major the version

-b

GetIntegerPluginInfoEntry( “Version” ) !

1 Like