Can this Renamer also rename the image files? I've needed to rename my all my original .tga files. AE no longer finds these in my project, which means I need to rename them in AE. Currently my only option is to replace each one individually.
ignore I found the issue... it didn't rename all the paths and won't render a batch even if most of the paths are correct.
Lloyd having an issue getting the new output file path to be recognized. Keep getting this error: "The Directory originally specified in the selected output module no longer exists" upon render. I have tripled check the directory spelling etc. and even gone through and clicked on the directory link inside the module and it sends me to the exact directory its saying doesn't exist. Any insight? Thanks
I would check the permissions on that folder. If the folder doesn't have read/write permissions you will get that error since it's not visible to the script.
Hi Lloyd! Thank U very much for another great script! I have hard times figuring out how to include number padding. I would like to include sufix [layerindex] with padding.
example: layer to layer[layerindex] with 4 numbers = layer to layer0001
Dude, I just wanted to say thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you !!!
Dude, I just wanted to say thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you thank you !!!
It's so awesome! Oh!!!
Cheers!
Our pleasure, glad you like it! And love the quote, we just added it to the product description
Very usefull script btw! But can you tell me if the script can work with the atributes names? For example the names of Puppet points like "Puppet Pin 1, Puppet Pin 2..."
Very usefull script btw! But can you tell me if the script can work with the atributes names? For example the names of Puppet points like "Puppet Pin 1, Puppet Pin 2..."
Thanks, the new feature will save a lot of time! But I've just bought the script v1.2, but can not find how to rename atributes names. I've tried all options in the "Scope". I've bought it after you wrote about new feature, should I update it?
Thanks, the new feature will save a lot of time! But I've just bought the script v1.2, but can not find how to rename atributes names. I've tried all options in the "Scope". I've bought it after you wrote about new feature, should I update it?
Did you watch the demo video on how to use the new feature? You need to select the group parent.
I just have not the "Selected property children" in the list. I'm using CC, Windows7, the version of script 1.2(just downloaded) http://postimg.org/image/xg1wqwju7/
I just have not the "Selected property children" in the list. I'm using CC, Windows7, the version of script 1.2(just downloaded) http://postimg.org/image/xg1wqwju7/
Sorry about that, I accidentally uploaded the wrong version. I just fixed it so please re-download it and you should see the option now. You can check the version by clickong on the ? icon in the panel. Sorry for the inconvenience.
Does this work with Adobe CC? It doesn't seem to be doing anything a all.
Yes it works in CC. If you give us more details we might be able to help. You can also open a support ticket for help, please describe what you are trying to do in as much detail as possible with screenshots for us to best be able to help.
not working for me. owner didn't respond to support ticket send over a week ago, 5 minutes after buying it.
We immediately replied to all your support tickets (you can view your support tickets here). We suspect the replies might be going into your spam folder. We posted a new version last week which fixes the issue you reported. Please check your support tickets for a download link to the new version.
Can this script rename comps in the project window based on sorting order or comment field? I'd like to sequentially add a number as a prefix to each comp selected. I have numbers in the comment field.
How about a "renumber" option? I would like to put in a new name (or add prefix/suffix), number padding, and starting number. And it would rename and add sequential numbers all the layers I've selected.
How about a "renumber" option? I would like to put in a new name (or add prefix/suffix), number padding, and starting number. And it would rename and add sequential numbers all the layers I've selected.
Have you tried the new version (1.5)? Sounds pretty much like the new feature I just added.
I need help with this script to rename the layers 1-10 to 11-20
The first layer is renamed in the 11th, the 2nd - 12th, 3rd - 13th, etc.
who can tell how to do it?
You will need to use Regex. Select the layers you want to rename in the order you would like to have them numbered so select layer _01 first then all the way to layer _10. Turn on the Regex Flag and search for [0-9]+ and replace with [num=11]
This method works if I rename layers 1-9 to layers 10 and up
But if I rename the layers 11-20, not all layers are renamed accurately. Some layers get unnecessary number.
You should always search for [0-9]+
In regex [0-9] means match any number from 0-9 the + means keep matching any additional sequential numbers so this will work for all our numbers not just 0 to 9. Regex can be confusing but very powerful when used correctly
Ah, you're misunderstanding me. I want a script that can simply change ALL lowercase characters to uppercase in any item I have selected in the project panel. I have a bunch of comps all with different names and I want them all capitalised.
Ah, you're misunderstanding me. I want a script that can simply change ALL lowercase characters to uppercase in any item I have selected in the project panel. I have a bunch of comps all with different names and I want them all capitalised.
Gotcha, you can do that with this simple script. If you have ft-Toolbar just make a javascript button and paste the code in, otherwise save it as a .jsx file and run it after you selected the items in the project panel you want to capitalize.
Can this Renamer also rename the image files?
I've needed to rename my all my original .tga files. AE no longer finds these in my project, which means I need to rename them in AE. Currently my only option is to replace each one individually.
Thanks
Jeff
Lloyd having an issue getting the new output file path to be recognized. Keep getting this error: "The Directory originally specified in the selected output module no longer exists" upon render. I have tripled check the directory spelling etc. and even gone through and clicked on the directory link inside the module and it sends me to the exact directory its saying doesn't exist. Any insight? Thanks
([0-9]) - (clip) - (\(650\)) - (\(50 - movie\)) - (Compositions)
Thank U very much for another great script!
I have hard times figuring out how to include number padding.
I would like to include sufix [layerindex] with padding.
example:
layer to layer[layerindex] with 4 numbers
=
layer to layer0001
any help would be much appreciated!
thanks!
Miha
and yes I did it. don't know if it is the smartest one but...
I've got comps SH__1 to SH__198
sin AE:GR selected Project panel item names, than
selected SH__1 to SH__9
search: (SH__)([0-9]{1})
replace: $100$2
than I selected all dual numbers ## (10-99)
search: (SH__)([0-9]{1})
replace: $10$2
If I do this with no selection in ProjectPanel script would been replace all numbers.
I'm not a programmer so that's it!
Thanks for help!
beaware.. gmail might throw support responses into the spam folder...