Motion System
-
On 01/05/2015 at 12:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;---------
I've been reading with a little worry in my cursory examination that there's very little support in the SDK for Motion Systems. What I'd like to do is set a relative animation key for several objects. I already found the ID to the tag itself, but can relative animation layers be created in code? -
On 01/05/2015 at 14:06, xxxxxxxx wrote:
If you go to the Script menu, and open up the ScriptLog, what this'll do is any time you click on a command etc, it'll show the Python command for that action.. So in the case of CallCommand it'll show the command ID which you can then use inside either Python or C++ to run that command..
Hope that's in some way useful..