Accessing Timelines in Python
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/03/2011 at 13:43, xxxxxxxx wrote:
Where are timeline type things located? Not BaseTime, but an actual Timeline(window>Timeline)? I know I can just CallCommand to bring one up, but I'm trying to access parameters like The Show Animated Parameter which I think I found in the symbols.h file(I assume it's DELME_IDM_TLFILTER_SHOWANIMATED), but I need to somehow pass a timeline to a variable don't I?
Like tl=c4d.BaseType(timeline)
tl[c4d.DELME_IDM_TLFILTER_SHOWANIMATED]=FalseAny ideas?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/03/2011 at 15:29, xxxxxxxx wrote:
There is no direct access to the timeline and DELME_IDM_TLFILTER_SHOWANIMATED is an outdated symbol. c4d.CallCommand(...) is the only way to call this command. The command is called on the last used timeline.