Page 1 of 1

GEORGE : Read/Write Properties Of Transform Tool

Posted: 21 Jul 2014, 10:26
by Mads Juul
It could be nice to Read the Properties of the transform tool with

Code: Select all

tv_setActiveShape "position" "backup"

So if I had a transform tool with these settings
Capture.JPG
Capture.JPG (23.77 KiB) Viewed 9107 times
It would return something like

Code: Select all

position mode shift MoveImage 0 MoveSelectionShape 0 MoveSelectionContent 0 PanningX 0 PanningY 0 Scale 100 Angle 0 AAliasing Smart ApplyOn CurrentLayer
then if Iwanted to set the AAlising I couls set it with

Code: Select all

tv_setActiveShape position AAliasing None
-Mads

Re: Read/Write Properties Of Transform Tool with George

Posted: 22 Jul 2014, 12:17
by Elodie
To do listed

Re: Read/Write Properties Of Transform Tool with George

Posted: 22 Jul 2014, 12:22
by Mads Juul
Thank you :D