This is great! Except can we also get this to work with a shape layer?
The nulls will position on the Bounding box of the shape layer?
Search found 2 matches
- June 23rd, 2015, 1:25 pm
- Forum: Script requests
- Topic: Put nulls at each corner of a solid
- Replies: 2
- Views: 20305
- December 11th, 2014, 1:19 pm
- Forum: Scripts Discussion
- Topic: Can't figure out why this doesn't work right
- Replies: 2
- Views: 11849
Re: Can't figure out why this doesn't work right
it seems to work fine if you put the show window at the bottom? var myWindow = new Window ("dialog", "My Window"); myWindow.okButton = myWindow.add("button"); myWindow.okButton.text = "OK" myWindow.cancelButton = myWindow.add("button"); myWindow.canc...