ScriptSpot

Forum topic · General Scripting

How to get a scene's frames count?

By AXE78 · 2011-05-11

Description

Hi guys,

how can I get the total frames count from the current timeline?

Comments (2)

Graph · 2011-05-11

(animationRAnge.end-animationRAnge.start).frame

AXE78 · 2011-05-11

thank you!