Hi Everyone,
I'm optimizing some attributes as for example Active Camera ( find_item(path) ), Renderer ( find_item(path) ), ect. But I didn't find any way to set start frame and end frame.
Could anyone help ?
Thanks
ix.cmds.SetCurrentFrameRange(1001.0, 1101.0) # set frame in and out to 1001 and 1101
ix.application.get_factory().get_time().set_current_frame(float(1001)) # set currentframe to 1001
ix.application.get_factory().get_time().set_fps(float(25)) # set fps to PAL(25)