0
Engaged
,
/t5/photoshop-ecosystem-discussions/move-object-using-javascript/td-p/12961617
May 24, 2022
May 24, 2022
Copy link to clipboard
Copied
How it is possible to move selected object by a certain number of milimetars, using javascript?
Thanks in advanced
TOPICS
Actions and scripting
,
macOS
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Expert
,
May 24, 2022
May 24, 2022
activeDocument.activeLayer.translate(new UnitValue (10, "mm"), new UnitValue (20, "mm"));
Explore related tutorials & articles
Community Expert
,
LATEST
/t5/photoshop-ecosystem-discussions/move-object-using-javascript/m-p/12961625#M645710
May 24, 2022
May 24, 2022
Copy link to clipboard
Copied
activeDocument.activeLayer.translate(new UnitValue (10, "mm"), new UnitValue (20, "mm"));
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

