Hi, I have a script in 3ds max that detaches model elements by ID, but it doesn't work when I select multiple objects, can anybody fix this script?Thanks in advance! Here's the script ( for obj in selection do macros.run "Modifier Stack" "Convert_to_Poly" ( ( local MatID = 1 while (polyop.getNumFaces $ > 0) do (…
For next time since you already made the piles, looks like maya? Is there a similar copy option in maya as in 3dsmax where you can clone an object and instance it so that you can then "edit", the "original" mesh and also be editing the entire pile so that, this situation you speak of with the "ugly-unoptimized meshes", are…
Hi, with Max 2025 this script seem not work, saying that menuman is undefined http://www.scriptspot.com/3ds-max/scripts/loop-regularizer I have used since Max 2010… perhaphs there is no reason to use it anymore? there is a way to correct that script? it give error on installation of the script trying to add a custom menu…
Hey Farfarer many thanks for the tip. :) Your solution sounds really interesting and possibly the most efficient one because removes the silly task to set the wrap mode for each brush one by one. However it sound dangerous as well (if it can interfere with the selection method of certain brushes). What is not clear to me…
Hi, I have a script that changes all base color in the scene, but I need to change base color only if it has bitmap assigned. Can anybody help with this script Here is the script ( for each in sceneMaterials do ( if selection.count != 0 do if classOf each == PhysicalMaterial then each.base_color = color 255 255 255 255 ) )…
Sorry to bump an old thread yoou can use thi sscript as a shortcut for #1 - mines alt + a (for align). it will align both the move and scale to to the selected face/edge's axis. global proc alignAxis (){$compselection=`ls -sl -fl`;if (`size($compselection)`){if (`size($compselection)`<=1){manipMoveOrient…
Oh sorry! All this is Python! Save the user setup stuff in your userSetup.py - if you dont have one create on. I dont write mel so im not sure what would happen if you run mel scripts through the menu but it might be alright seeing its only calling a file's main function. In the menu script you can decide to have whatever…
Version Edit: Script should work now w/o any editing._ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ I've been working on a script for rapidly selecting every n edge, and would like to get some feedback and suggestions on the script itself, and its potential future features. I would like to both gauge its…
From purely selfish needs and from what I learned from talking with others, I decided to start a MaxScript knowledge and question thread, where we can post all the resources for MaxScript we got and post any scripting questions we have, without cluttering up the Tech Artist - What are you working on: FOREVER Edition!…