Search found 1 match
- December 29th, 2014, 11:25 am
- Forum: Scripts Discussion
- Topic: toWorld scripting equivalent
- Replies: 2
- Views: 14589
Re: toWorld scripting equivalent
Hello. I found boundingbox in world coordinates like this. Very strange method :roll: var slLayer = app.project.activeItem.selectedLayers[0]; wPoints=layerBoundingVertices(slLayer); alert (wPoints[0][0]+" "+wPoints[0][1]+" "+wPoints[1][0]+" "+wPoints[1][1]); function la...