Message 1 of 2
Check if attribute value changes over time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I know you can see if there is a value change if the attribute is keyed using:
keyed_values = cmds.keyframe('obj.attr', q=1, valueChange=1)
But, if it is driven by a connection, I can't see if there is a value change, unless I check every attribute across every frame on my timeline. And that is obviously incredibly inefficient.
Is there a way to Check if an attribute's value changes over time if its connected to something other than an animCurve?
I need a command to detect that these attributes are actually changing over time!