I am looking for a auto rigging tool, paid or free, which can do facial rigging as well. Rapid rig modular is great from what i can see but it cant do facial rigging. Any recommendations?
* Save it as a .txt file (name it something fitting, like Opacity_Buttons.txt). It doesn't matter where you save it, although \ZBrush 4R8\ZScripts might be a decent place for it. * Load it with Zbrush (ZScript: Load) * This will immediately compile the script into a .zsc file, as well as run the script. If you want, you…
Alright, I don't any maxscript experience and haven't any real programming experience besides a some visual basic and some C but I had an idea that seems pretty simple. Basically when adding supporting edges for sub-d you just use this instead of connect edges, it would keep track of the edges and when you wanted to remove…
I would like to select a model, than click a button and have it select all the faces on the model that do not have materials assigned to them. Anyone written this yet?
Do you have the character mesh selected when you run the script? The "$" sign means to operate on the selected object, so if nothing is selected it returns "undefined".
Hey quixel, I'm having trouble sending textures to max, this is what happens max side. I'm using max 2014 and vray 2.2 if that makes a difference. and in the bridge settings I'm only getting the options to send the albedo, bump, gloss and normal. No reflection or displacement which also sucks. What on earth am i doing…
Is there a way to generate a curve along the center of a polygonal tube? I was looking into trying to iterate through all the rings and generate a curve along the average center. Wondering if there is an existing solve for this or if anyone knows a good way to do it. I'm really only at an intermediate/advanced with python,…