Search found 2 matches

by bradon
June 23rd, 2015, 1:25 pm
Forum: Script requests
Topic: Put nulls at each corner of a solid
Replies: 2
Views: 13048

Re: Put nulls at each corner of a solid

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?
by bradon
December 11th, 2014, 1:19 pm
Forum: Scripts Discussion
Topic: Can't figure out why this doesn't work right
Replies: 2
Views: 8949

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...