maybe script wrote by Kamil Khadeyev will help you.
http://blog.darkwark.com/layerRenamer/
Search found 9 matches
- Wed Apr 12, 2017 8:24 am
- Forum: Help Me
- Topic: Batch rename layers/layer comps with auto numbering
- Replies: 2
- Views: 7425
- Wed Apr 12, 2017 7:54 am
- Forum: Help Me
- Topic: Switching Rectangular Marquee Tool from "Fixed Size" to "Normal"
- Replies: 1
- Views: 4164
Re: Switching Rectangular Marquee Tool from "Fixed Size" to "Normal"
I'm not coding guru but tested minute ago and you can script tool preset change without any problems, so you can have one preset with fixed ratio and another one Normal. But this will probably not help if you want to share script with someone who doesn't have same presets as you have.
- Thu Apr 06, 2017 10:16 am
- Forum: Help Me
- Topic: Brush Stroke on Guides crossing
- Replies: 2
- Views: 6718
Re: Brush Stroke on Guides crossing
Thank you very much
That's the info I needed 
EDIT:
So creating specific shape (path) on those crossings is easier?


EDIT:
So creating specific shape (path) on those crossings is easier?
- Wed Apr 05, 2017 6:15 am
- Forum: Help Me
- Topic: Brush Stroke on Guides crossing
- Replies: 2
- Views: 6718
Brush Stroke on Guides crossing
Hey, I just have a question
Is it possible to stroke (right word?) brush on each spot where guides are crossing? Example in attachements.
Thanks for your help

Thanks for your help

- Thu Mar 16, 2017 7:21 am
- Forum: Help Me
- Topic: Auto Arrange
- Replies: 4
- Views: 9716
Re: Auto Arrange
all I use are files or raster layers but all of them are rectangles, squares etc. I used shapes in my attachement as an idea. Yes, rotation is main problem, because it can drastically improve space reduction.
- Wed Mar 15, 2017 2:34 pm
- Forum: Help Me
- Topic: Auto Arrange
- Replies: 4
- Views: 9716
Auto Arrange
I often need to arrange layers or files in minimal space on a 100cm wide document, heigth doesn't matter.
I'm curious if anyone know a tool which can do something like this in attachement, or know is it possible with JavaScript?
I'm curious if anyone know a tool which can do something like this in attachement, or know is it possible with JavaScript?
- Sun Oct 02, 2016 3:22 pm
- Forum: Help Me
- Topic: Resizing an Image by selection size
- Replies: 4
- Views: 7793
Re: Resizing an Image by selection size
Thank you
Works great 


- Thu Sep 29, 2016 6:52 am
- Forum: Help Me
- Topic: Resizing an Image by selection size
- Replies: 4
- Views: 7793
Re: Resizing an Image by selection size
It works great, fast and exactly as I described thank you :) f = v / 14 What should I put instead of "14" which is static value, to divide not by 14 but by current selection width? EDIT: Ok I made it :) $.level = 0, preferences.rulerUnits = Units.CM try { as = (bnd = (aD = activeDocument)....
- Wed Sep 28, 2016 9:05 am
- Forum: Help Me
- Topic: Resizing an Image by selection size
- Replies: 4
- Views: 7793
Resizing an Image by selection size
Hello I just wanted to ask if this is possible to do: I have an image opened and create selection (for example marquee) Now run the script which: Record that selection is 14cm wide (lets assume that all images I use are 72PPI) ask user to input value, for example 173cm then it calculates 173/14 = 12...