Hi!
I am kind of new to C4D python coding. I have good grasp of the coding basics (if-else, for/while loops, booleans, etc), but I want to know if there is a way to record keyframe of an object's property when it changes.
This is the rough draft of what I want to do:
Using a User Data (Boolean) that is added to a Python Tag of a Null Object (used just to hold the tag), the code will record the keyframe of an Object's property as it changes when timeline is played (let's just say the Object's property is controlled by a node in XPresso Tag, so there's no keyframe)
The User Data (Boolean) of the Python Tag is controlled by an XPresso Tag so that it detects whether or not the Object's property is changed
Basically, as the timeline is playing and the Object's property is changing, the code will create keyframes for those changes
Not sure if this is clear enough or not. Hopefully you guys can help me! I really want to learn this software so much.
(I want to use this code for character animation, so if it is possible, may the method of recording the keyframes be "Record Animated"-like (R23 feature, basically only records the properties that are touched or animated))
Thank you so much!