I fixed a bug in the script you should download it again. The workflow is a little funny because I ripped this code out of a larger script where most of this was automagic. But it's a lot of work to modify the code and I don't have time to make it simpler to use right now. 1. Create an atlas in texture packer with…
It would be nice if the tool supported the use of custom cage meshes. I use them a lot now in max, when baking tricky shapes. In the projection modifier you export the cage as a mesh and can use the poly tools to edit it before reimporting. When using the explode tool in RTTAssist though, those cage meshes are left behind…
We’re seeking to expand our talent pool and work with freelance 3D modelers/studio with absolutely evil modeling skills that we can use in our 3D cinematics for the ad industry. You will help us modify Daz characters and add custom wardrobe to match supplied reference photographs. You will also be responsible to create or…
I'll have to work on that hand in the concept.. :) I wanted to mention that I like to export blockout shapes between max and zbrush all the time... based on the shapes I export from max I decided to change the shape and pose of my main sculpt in zbrush. Its a pretty fun way to work as the hardsurface stuff will have an…
I am so glad to see painting with a brush in Mixer . still it lacking few things I need badly 1. non square textures. We don't use square textures mostly 1024x2048 or 512x2048 and such 2. scaling bitmaps with non integer values i.e. 1,54 etc tiling or not it's useless for me now. let the tiling be a separate layer/effect…
This feels like a deceptive argument to make. When you have something like camera controls which have three different types of movements involved (rotate, translate, and scale), then you're going to wind up with 3 different combinations. If one of those three combinations does not involve a "3-step" operation then you're…
you have some issues with the muzzle which i guess are all too common when cutting holes in round things. I did a demo of how to get round it if you are interested as im guessing its not intentional. Step 1: create a plane completely flat, with your shapes cut out of it. I started with a rectangular spline, filleted the…
I did something similar recently for another samurai helmet. What I did is just making a couple of rings as the laces and then I think I placed them manually (which was pretty masochistic by my part) with some metal pieces to hide the clipping a bit. In your case since you are trying to create a lot more laces I would…
I use this script and put it in my quad menu (you can put it on toolbar too of course); macroScript ResetXForm category:"TP" buttonText:"Reset XForm" toolTip:"Reset XForm" ( on isEnabled do return (selection.count != 0) on execute do ( for node in selection do if (isValidNode(node)) then ResetXForm node ) ) But half the…