tv_layerrecomputeexposure does not work on selections bug?

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

tv_layerrecomputeexposure does not work on selections bug?

Post by Mads Juul »

as part of an action whwere I whant to turn an instance into exposures of the prev Intance There is a mis behaviour between keyboard shoprtcuts and george actions

Code: Select all

Key:Layer: Select Current Image
Key:Layer: Recompute Exposures
gives the whanted result only recomputes the current instance hed compared with the previous

Code: Select all

tv_LayerSelect curimage 1
tv_layerrecomputeexposure 0
But this recomputes the entire layer
it seems like tv_layerrecomputeexposure does not work on selections
-Mads
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: tv_layerrecomputeexposure does not work on selections bug?

Post by Hervé »

Ok, tv_layerrecomputeexposure don't use the selection.
In the next release, I will add the frame start and the frame count
tv_layerrecomputeexposure layerID [framestart] [framecount]
Hervé ADAM, TVPaint Team
Post Reply