PDA

View Full Version : Playback Range



Shady3D
09-10-2008, 11:17 AM
hi all

how can i get the range of my playback (min and max) and put each in a float variable to use it later.

sunder
09-10-2008, 12:52 PM
You need to use the command - playbackOptions.
You can call it with settings like min/max or ast/aet to set different ranges or use -query to find the values stored within and set those to a variable. Let me know if you need more info.

Shady3D
09-11-2008, 02:25 AM
thx a lot so it will be like that (playbackOptions -q -min) and take all that in a float variable