Record Keyframe of Object's property when it changes (Python; is it possible?)
-
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!
-
Hi @Fowdy first of all welcome in the plugincafe community.
Since it's your first post no worry, but I've set up it correctly so please for the next one do it correctly see:
Regarding your question, I'm wondering if you are looking for Cappucino which let you record PSR while the timeline is playing.
But the only drawback it does work only for PSR data.However, this is not clear if you want to interact with the viewport or not while the recoding occurs if not a solution could be that you animate the document via script and create specific keyframes, for more information about how to do it please find the next examples:
Do not hesitate to ask if there is anything you don't understand.
Cheers,
Maxime. -
Without more information, from your side, I've set up your topic as solved but feel free to re-open it.
Cheers,
Maxime.