I have been looking for this function in XSI and just cant seem to find it. In blender there was an operator called "Remove Doubles" and what it would do is weld vertices that are within a threshold that you can set (default 0.01, doubled vertices). XSI obviously has this functionality, but I cant find it, and strangely I…
Hi can anyone tell me how can I remove the extra space between these two layouts ( Check screenshot) if ( `window -exists "nameWindowss"` ) { deleteUI "nameWindowss"; windowPref -remove "nameWindowss"; } window -title "3DG NUT" -s 0 -widthHeight 200 145 "nameWindowss"; frameLayout -cll 0 -li 170 -labelVisible 0 -bgc 0.25…
I have a female charcater that can waer a hooded cloak.I will be using biped for her but wanted to get some help/advice on the best way to rig the cloak bearing in mind that i want to be able to add/remove it for various renders.
Hi Guys! Is there a script out there, which helps to remove the TurboSmooth modifier from all Objects i have in my 3DSMax Scene? Doin this per Hand takes time and sucks. Also it would be great to add a TurboSmooth to all Objects just per Click. Can somebody help? Greetings, Gazu
Hello, I've been trying to make complex object to use as cutter for a boolean in blender. I know 3ds max in its pro boolean tool has something called "remove invisible faces" which prevents extra faces and geometry to be cut using the boolean. Is there something similar in blender? cleaning it up manually is really messy.…