GEORGE : Reset and read "state" of Transform tool

This section is dedicated to the feature & improvement requests (be sure what you are asking does not exist yet in TVPaint Animation ;) )
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

GEORGE : Reset and read "state" of Transform tool

Post by Mads Juul »

After a discussion in this Thread
viewtopic.php?f=34&t=6787

I would like to be able through GEORGE to reset the Transform tool
The code could look like this

Code: Select all

tv_setActiveShape "position" "RESET 1" 
And to read the current state of the transform tool (is the bounding box red or greeb)
The code could look like this

Code: Select all

tv_setActiveShape "position" "Backup"
PARSE shape  mode modeVALUE moveimage moveimageVALUE moveselectionshape moveselectionshapeVALUE moveselectioncontent moveselectioncontentVALUE panningX panningXVALUE panningY panningVALUE center scale scaleVALUE  angle angle VALUE RESET aaliasing aaliasingVALUE applyOn applyOnVALUE 
Post Reply