Here is a quick little script I made for Photoshop. The script is designed to make working with masks in multiple layers much easier. What it does it sync the mask on the currently selected layerSet to the masks of all layerSets that share the same name. I find this makes it very easy for me to work with PBR materials in…
I've had a bit of time, and I've made very fast a small panel that will check every 1 second to list the main groups in the current document. How I see it is like this, every time the user selects a group in the panel it will update the document metadata with an array containing the names of the groups selected in the…
its in the file>scripts menu, shows that in the readme. Photoshop is the only adobe app i own, so as a result i cant build extension pallets, since i don't have flash and flashbuilder. So im just using the extension installer as a easy way to package things. you can run it directly from the file > and scripts menu, and…
That could make this script even more useful! Actually, Ddo from Quixel uses layer styles in a similar fashion. They create Material layers and inside them they have layers for effects. These layers each have different layer styles for the different maps DM/NM/SM/GM... But the layer content and the mask of these layers are…
Will give you some feedback in the next couple of days - whenever I actually get to texure something at work again ;-) Thanks for the script, it'll fit into our workflow nicely I hope!
Thanks, figured a lot out, but still cant get the panels to look like proper cs6 ones, also from the jsx in the panel is there a way to #include my jsinc files from photoshops script directory?
This is a great script, thank you for sharing!! One think that can be great for it would be to work on solid colors or layers as well, and also it could be run with a panel where you can check the main groups you want to update. I think it would be more interactive this way.
ya can look into that, cant do much with panels since i don't got flash builder and extension builder, so if i make one it would be static. Also the sync selective script, asks you which groups to sync in. But what i wont to do in the future, is make it work on all layer types, and to make the sync selective save its…