On 05/05/2015 at 10:47, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I'm trying to implement IK in my plugin, inside the method GetVirtualObjects().
If I add this:
BaseTag* ikTag = BaseTag::Alloc(Tkinematic_EX);
if (!ikTag)
return nullptr;
my plugin just returns nothing... so my tag is empty :(
Does anybody know the problem here?
I've searched the web and the SDK, but neither of them have examples for IK.
Thanks in advance for your help and time!
Greetings,
Casimir Smets