Page 1 of 1

nBinary Loader Frame Range

Posted: Mon Apr 01, 2013 10:50 pm
by mdonovan
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.

Re: nBinary Loader Frame Range

Posted: Tue Apr 02, 2013 10:24 am
by LuisMiguel
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.