Stopping an NLA animation midpoint
11 May 2016 03:28
I have an NLA animation strip that I'd like to play only portions of, depending on html button clicks.. In this case, I have an animation that runs to 127 frames, but I want the playback to stop at 77, and it won't. I guess something must be missing:
m_nla.set_frame(1);
m_nla.set_range(1, 77);
m_nla.play();
m_nla.reset_range();
11 May 2016 11:09
07 June 2016 09:23
07 June 2016 10:19