Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® MotionBuilder® / Python / Time discontinuity check per clip through Python
  RSS 2.0 ATOM  

Time discontinuity check per clip through Python
Rate this thread
 
55915
 
Permlink of this thread  
avatar
  • Total Posts: 5
  • Joined: 15 December 2008 02:14 AM

Hi,

Is there a way I can check of each clips in story mode.
Following is part of my script that through each clips in Story mode,
and I would like to find a way to check if any of clip is checked to “Time Discontinuity” option on, and I would like to turn it off it its on.

dREfolder = FBStory().RootEditFolder
for each in dREfolder.Tracks:
for eCL in each.Clips:
.
.
.
.

I am currently writing a tool for MB 2010.

Thanks in advance for your help.

Arthur.



Replies: 0