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…
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…
Hi all! I am trying to do a script who can do two diferent things depending if something is selected or not. I am looking a command like the “object exists,” let’s say… if( something is selected ) { // do this } else { // do this instead } I think it could be something like this but is not working if ( `ls -sl True` ) {…
I wondered if there is a feature or plugin for Maya that gives you a smart guide like in Adobe Illustrator, because I figured that my main source of bad geometry is that I accidentally move vertices that are supposed to be in line with others. It is just really annoying to clean up afterwards and although I guess it's not…