Timeline Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I âm thing to create a group of items on the timeline using the following code:
timeLineGroup = adsk.fusion.TimelineGroups.add(1, 3)
When the code runs I get the following error:
From the online help it looks like it should only take 2 arguments, what I am missing?
Thanks