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!…
Post: Hello! I’m working on Pokémon Lunacore, a fan-made Pokémon MMO set in a unique region inspired by California. The game features an original story where Team Midnight captures a corrupted Victini, a Dark/Electric-type Pokémon, to experiment on it. The experiment goes wrong, putting Victini into a deep slumber.…
I think most things can be solved with MZP it just needs some time to research and test, but it is certainly powerful and the easiest way to install scripts when used with the drag and drop way. From my expierence I would suggest triggering a maxscript file that actually takes care of the installation simply because the…