Search found 9 matches

by Revnart
Wed Apr 12, 2017 8:24 am
Forum: Help Me
Topic: Batch rename layers/layer comps with auto numbering
Replies: 2
Views: 5555

Re: Batch rename layers/layer comps with auto numbering

maybe script wrote by Kamil Khadeyev will help you.
http://blog.darkwark.com/layerRenamer/
by Revnart
Wed Apr 12, 2017 7:54 am
Forum: Help Me
Topic: Switching Rectangular Marquee Tool from "Fixed Size" to "Normal"
Replies: 1
Views: 3220

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.
by Revnart
Thu Apr 06, 2017 10:16 am
Forum: Help Me
Topic: Brush Stroke on Guides crossing
Replies: 2
Views: 5220

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?
by Revnart
Wed Apr 05, 2017 6:15 am
Forum: Help Me
Topic: Brush Stroke on Guides crossing
Replies: 2
Views: 5220

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 :)
Zrzut ekranu 2017-04-05 o 08.12.28.png
Zrzut ekranu 2017-04-05 o 08.12.28.png (64.14 KiB) Viewed 5220 times
Zrzut ekranu 2017-04-05 o 08.12.55.png
Zrzut ekranu 2017-04-05 o 08.12.55.png (72.23 KiB) Viewed 5220 times
by Revnart
Thu Mar 16, 2017 7:21 am
Forum: Help Me
Topic: Auto Arrange
Replies: 4
Views: 7377

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.
by Revnart
Wed Mar 15, 2017 2:34 pm
Forum: Help Me
Topic: Auto Arrange
Replies: 4
Views: 7377

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?
by Revnart
Sun Oct 02, 2016 3:22 pm
Forum: Help Me
Topic: Resizing an Image by selection size
Replies: 4
Views: 5510

Re: Resizing an Image by selection size

Thank you :) Works great :)
by Revnart
Thu Sep 29, 2016 6:52 am
Forum: Help Me
Topic: Resizing an Image by selection size
Replies: 4
Views: 5510

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)....
by Revnart
Wed Sep 28, 2016 9:05 am
Forum: Help Me
Topic: Resizing an Image by selection size
Replies: 4
Views: 5510

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