THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/09/2010 at 10:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R12 DEMO
Platform: Windows ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
When I run GeGetVersionType() on the R12 Demo
it returns "2" as if it is BodyPaint "VERSION_BODYPAINT").
In R11 I use
if(GeGetVersionType()&VERSION;_SAVABLEDEMO)
{
Register(MyPlugin);
return;
}
if(GeGetVersionType()&VERSION;_SAVABLEDEMO_ACTIVE)
{
Register(MyPlugin);
return;
}
If these are not true I run my license check.
But as of now none of the demo modes are recognized,
and thus my plugin doesn't install in the default unregistered R12 Demo.
What to look for and what might have changed?
Cheers
Lennart