nBinary Loader Frame Range

Post Reply
mdonovan
Posts: 10
Joined: Fri Jun 25, 2010 3:56 pm

nBinary Loader Frame Range

Post by mdonovan » Mon Apr 01, 2013 10:50 pm

is there a way to increase the frame range of a sequence in an nBinary Loader. I needed to sim more frames, but I don't see any way to increase the range in the loader. I guess I need to delete the sequence and recreate. I wish there was a reload button.

User avatar
LuisMiguel
Posts: 528
Joined: Fri Jun 04, 2010 2:37 pm

Re: nBinary Loader Frame Range

Post by LuisMiguel » Tue Apr 02, 2013 10:24 am

Hey,

Unfortunately there is no way to change that by the moment, but there is a way to do it by scripting

Code: Select all

sec = scene.getNBinaryLoaderSequences(NBinary_Loader01)
scene.clearNBinaryLoaderSequences(NBinary_Loader01)
for s in sec:
	scene.addNBinaryLoaderSequence(NBinary_Loader01, s)
luisM.

Post Reply