Thread: MVTools
View Single Post
Old 9th August 2008, 00:27   #954  |  Link
Spuds
dumber every day
 
Spuds's Avatar
 
Join Date: Dec 2006
Location: Planet Earth
Posts: 154
@josey_wells,

First awesome work, thanks for sticking with it! I have not been able to get it to crash or freeze

Now of course I have a question.

Are the idx values between MVAnalyseMulti and MVAnaylse completely separate or do they refer to the same pool. For example if I did a

forback=input.MVAnalyseMulti(refframes=2, idx=1)

would a

for=input.mvanalyse(isb=false,delta=1,idx=1)

be able to retrieve the vector frame that MVAnalyseMulti already computed or does it recompute the frame since its in a different function? If different is there a way to get specific vector frames out of the MVAnalyseMultii array?
Spuds is offline   Reply With Quote