Panupat Chongstitwattana
unread,Oct 5, 2012, 1:57:08 AM10/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
In my current project we have very tight instruction not to have any keyframes beyond the given timeframe at all. For example, if a shot lasts from frame 1 to frame 100, any keyframe beyond that (-1, 0, 101 or even as tiny as 100.1) cannot exist.
I want to create a script that would tell the animator if they have any of such keyframes. How should I approach this without having to loop through all objects or loop through the entire timeline and beyond?
Thanks.