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 ) )…
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…
I'd say it's not worth it to use LLM's for the vast majority of current use cases across *all* of the possible uses of AI. The main reason boils down to it being a short term "gain" for long term loss. When you use gen ai you are outsourcing thinking to it (for example you use it to generate concept art, the questions of…
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…
what happens if you wiggle a point a bit and back? if that solves it for you, a lil script should be able to "fix" this? could you possibly upload a somewhat complex faulty mesh so this could be tested?
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!…
I’m trying to write a script to override the material on a Redshift proxy. I can’t access the proxy material from the proxy rollout. I’m stuck at this point — any help would be appreciated. attach script here: macroScript RS_Proxy_Overdrive category:"Hihead" toolTip:"RS_Proxy_Overdrive" ButtonText:"RS_Proxy_Overdrive"
--…