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
Location: Viborg,Denmark
Contact:

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
Mads Juul
Storyboard Artist
blog: http://mjstoryboard.blogspot.dk/
Mail: mjstoryboard@gmail .com

Windows 10, 64 bit i7-4790 CPU 4.00 Hz,32 GB RAM, With TVP Animation 11 Pro (11.0.2-64bits)
2 Monitors 1920X1080 pixels + 1 Wacom Cintiq 21UX 2
Post Reply