Hi guys,
how can I get the total frames count from the current timeline?
Forum topic · General Scripting
By AXE78 · 2011-05-11
Hi guys,
how can I get the total frames count from the current timeline?
Graph · 2011-05-11
(animationRAnge.end-animationRAnge.start).frame
AXE78 · 2011-05-11
thank you!