Code: Select all
tv_clipenumid ShotID/0 ClipPosition
tv_clipenumid -1 2
Get the id of clip 3 as expected.
So What is ShotId?
and why /0 shouldn't it be /-1?
-Mads
Code: Select all
tv_clipenumid ShotID/0 ClipPosition
"Shot" is the internal name of "scene".madsjuul wrote:In the SDK it saysBut I use -1 as the first parameter I can get the clip Id of a clip at at positionCode: Select all
tv_clipenumid ShotID/0 ClipPosition
tv_clipenumid -1 2
Get the id of clip 3 as expected.
So What is ShotId?
and why /0 shouldn't it be /-1?
-Mads