Index: scripts/c3d_import.py =================================================================== --- scripts/c3d_import.py (revision 20245) +++ scripts/c3d_import.py (working copy) @@ -27,6 +27,7 @@ 0.7: WICKES constrains armature to follow the empties (markers). Verified for shake hands s 0.8: WICKES resolved DEC support issue 0.9: BARTON removed scene name change, whitespace edits. WICKES added IK layers + 1.0: WICKES update to 2.48 sFrame, eFrame, fps """ #---------------------------------------------- @@ -527,9 +528,9 @@ if VideoFrameRate>120: VideoFrameRate=120 # set up anim panel for them context=scn.getRenderingContext() - context.startFrame(StartFrame) - context.endFrame(EndFrame) - context.framesPerSec(int(VideoFrameRate)) + context.sFrame=StartFrame + context.eFrame=EndFrame + context.fps=int(VideoFrameRate) Blender.Set("curframe",StartFrame) Blender.Redraw() return