Search for some object paint scripts... I know they exist and I've seen some on polycount before. What it is is placing down a bunch of duplicates of selected geo on the surface of some other selected geo. Here's one example that I haven't used that you could try:…
Most straightforward is a position or orientation constraint, imho.Where those do not work, I'd use a reaction controller, since no math or scripting is involved and you can move your bone around by hand. You have to use an expose transform helper to get the rotation values of the biped limbs however. Last measure would be…
Ah, I think I know what you're problem might be. Are you running the script from the MaxScript window still, or are you using a button? You should go into Customize > Customize User Interface > Toolbars tab > Category: RPManager, and then drag and drop the text "PSDPathUnwrapper" onto your toolbar. This will create a…
Hello, I was wondering if anyone out there have any good scripts or the like to modify all the TCB values of selected biped objects in one go. I have found a few old ones but I haven't got them all working with max 2010. The ones I've tested are called: CStudioGlobalTCB Controller Manager (By Lorne Brooks) keyManager…
Hey guys i was wondering how to do what i wrote in the title effectively like shown in this video at 5:24+ https://vimeo.com/102076943. The only way i can do it now is via extruding the face, scaling it down, subdividing it, removing the unwanted edges and then using one of Senecas scripts to make it round. Is this a…
When I attempt to use the GoZ plugin here at work I get the message Script execution failed for "/Users/Shared/Pixologic/Gozapps/Modo/GozBrushfromMOdo.py" Error evaluating script: Unhandled exception @<string>: line ...tring>: line 227 / <string>:line 300; {errno 13} Permission denied:…
Hey guys, well as it seems more and more of us are having to use Maya at work why don't we go ahead and post handy scripts and Plugins we have found. The tool that made Maya open up for me is called NEX. It's not a free plug in, but if you are making the Max to Maya Transition, it's a life saver. Find it here: NEX TOOL FOR…
Hey everyone, I'm trying to figure out how to stack several non-identical UV shells ontop of one another and have the verts roughly alighend and then run some kind of script that will perfectly match them all. A snap to nearest feature or something like that. It would have a threshold, I had as script like this in Maya and…
You can script this. You just need to iterate through the layer set and object set and store the initial visibility values. Then turn everything off except for the selection. Then you can set all of the original values back when the script is toggled again. It's a little more in-depth though, if you're not comfortable with…
The Polysphere script I made a while back has been in Blender since 2.6, so you don't need to do that any more :) Add Mesh> Extra Objects> Basic Objects> PolySphere. If you don't want to dig for it, you can just download the script and add it in the normal way.…