Hello,
I have a rather simple question for you.
I have imported some models from make human and with the help of mocap tool for importing .bvh files, I have imported some movements.
I would like to set the start frame and the end frame (through script), but I am a bit confused. I have thought two ways that I could do that.
- Set through the mocap tool. So I use the following code
import bpy
import os
scn = Scene.GetCurrent()
context = scn.MhxStartFrame(1)
but I get the error name 'Scene' is not defined
- Maybe I could do it through NLA Editor after it is imported?
Have you any clue? Because I haven’t find so far!
Thanks!