Hi guys, Any help would be greatly appreciated. Currently I have to do a really repetitive process at work for hundreds of models and I was wondering if any of you guys had a max script to reduce the process time. My process involves: Increasing the self illumination to 100% then pressing the' display texture in viewport'…
I'm getting an error in my script that has no affect on the way it functions, I want to stop errors so I can print the message I care about. Is there a way to do this?
Pretty much as the title says, unfold works pretty well when invoked from the traditional places. When invoking it in a script it takes about 10-20 times longer. Has anyone else run into this problem before? Any workarounds or alternatives to the in built unfold?
Can anyone recommend any Duplicate and Radial Array scripts for Maya that are worth checking out? I've jumped back into Maya from Modo which has some seriously good duplication tools and finding the built in "duplicate special" pretty bad, mostly because there is no live action in the viewport of what the settings do. I'm…
Hi. I need a script for Max. I use 2010. I need to select a face by number input. Ideally iw would look like this. Right click Go down quad menu to SelectFaceByNumber Put 1647 into a box. hit OK then that face would be selected in Max sub-object face selection. For right now I think that would work. Dual use of vert and…
Neox - if you want one to generate scripts etc. try cursor rather than the chatbots. the models are much more inclined to read the docs and reason from them rather than checking stackoverflow / reddit for a premade solution and making shit up if they can't find it I think the free tier is still pretty generous but even if…
Hi guys. Just figured I'd link this in here for anyone looking for a good workplane solution in 3ds Max. I've been using this for a few months at work/home and I seriously can't go back. It's a fantastic and incredibly stable script. http://miauumaxscript.blogspot.com/p/commercial-scripts.html
So I feel dumb for forgetting most of the MEL scripting I learned in school when I want to do something as simple as creating a hotkey that can toggle between two commands. I basiclly want to be able to toggle between the mesh smooth effect in Maya on and off. So thats the low quality mode and high quality mode. Seems like…
https://github.com/sethmeshko/maya-rigging/blob/master/scripts/jfm_set_transform_limits.py Let me know what you think. BTW here is a youtube video on how to use it: https://youtu.be/zPPskDfbslk Thanks
I need to trigger a bit of code to run when the user saves the file, I tried scriptJob -e "SceneSaved" "runScriptJobProc"; The problem with that is the script job executes the code after the save is complete, I need to pause the save, run my code and then let the save continue. Does anyone know if there's a command for…