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
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
Just major the version
-b
GetIntegerPluginInfoEntry( “Version” ) !