tv_layerImage should move timeline window to current frame l

A forum dedicated to George scripting questions
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

tv_layerImage should move timeline window to current frame l

Post by Mads Juul »

I think its strange that tv_layerImage doesnt move the timeline to current frame if its outside the current zoom like tv_layer cut does

so if i want to move to a frame outside the timeline zoomI have to add this to the code
where the var curimage is the frame I want to go to

Code: Select all

   tv_layerImage curimage
		tv_exposureadd curimage
		tv_layerImage curimage+1
		tv_layercut
		tv_layerImage curimage

Or is there a smarrter way?

-mads
Post Reply