so i import a texture and even though I have un instanced it , on import Blener keeps on renaming it as BAKER when it should be called MELON_Quarter_DIFF.png I can manually rename it , but when I reimport, it changes the name again Any ideas? This is a real pain in the bot
Or it isn`t.. renaming is a real struggle , you double click something and it first activates the rename option , you want to start typing and it disabled the options. You rename one layer group and it also renamed another one :S. Should check that out sometime , i don`t think its just on my system that this happens
Hello, I was trying to rename materials with specific characters, but everytime i do that maya will change the letter to an underscore. For example i need to be able to use "materials/mycoolmaterial_01/surf_01", maya will rename it to "materials_mycoolmaterial_01_surf_01". My way around it is by opening the obj with…
Hi! I'd like to introduce a new tool for Maya that I've recently soft launched - BroRenamer! It's an advanced and flexible renaming tool that should be able to handle almost any renaming task. I would also love to hear your feedback to improve it further. You can take a look at it's UI and documentation here:…
Hey Guys - iam on a little arrange script: basically i want two things: 1. select a group called "camera - or static name" 2. select first subgroup 3. put these two selections in one renderlayer with the naming l1 4. redo everything until evey subgroup is in its own renderlayer so l1 l2 l3 and so on sturcture is: "camera -…
Hi i've recently created some custom menus in ZBrush by following the documentation on the official website to the letter but after working on my UI for 3 hours now i decided i wanted to rename my menus. Long story short i cant seem to rename my custom menus using ctrl-click on the name after placing it within a tray. No…
Im having some trouble with the maya mass rename tool. I cant get a sequence, it jumps straight to 65. Here's what im inputing in the tool Someone told me that it may be related to the shape name but I have no idea how to batch rename those. Thank you.
Hello polycounters. I'm working on a Maya 2017 with Xgen scene ( using a custom archive primitive). When I rename the description from the Outliner the description doesn't work anymore, ( because it's linked to external Xgen files) . So Does anybody know a clean work-flow to rename xgen descriptions?
Hello, I was wondering if there was an easy way to rename a bunch of bones, I know you can do it for left and right but I want to change a specific name. For example: If all the bones have the name john in them like leg.john.L I want to change all the Johns to Sams. Is this possible? I want to reuse the rig on a large…
Hi, During my workflow, I have to import some objects, unfortunately the transforms and shape nodes import with the same name. Maya does not like this. I have this script to rename shape nodes and it works ok. for ($i in `ls -sl -dag -shapes -l`){ $parent=`listRelatives -p $i`; rename $i `substitute ((string)$parent[0])…