Answered
Move object using javascript
How it is possible to move selected object by a certain number of milimetars, using javascript?
Thanks in advanced
How it is possible to move selected object by a certain number of milimetars, using javascript?
Thanks in advanced
activeDocument.activeLayer.translate(new UnitValue (10, "mm"), new UnitValue (20, "mm"));Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.