how would i go about generating a array of view layers, that all have a certain prefix in MEL. trying to modify a script that exports the contents of my view layers to separate files, to only work on layers that are prefixed with "XN".
Maya 2016I have a basic emitter and collision object, but my particles aregoing thru the collision object as well as bouncing off.Don't want them to go thru, only bounce off.Can anyone help??Here is the Mel code screenshot.
Hey guys I have been recently working on MEL scripting in maya but burst into a problem with ls -sl command. string $selectionList[] = 'ls -sl'; this gives syntax error. I tried a lot and searched through the net but every example is like that. I guess the reason is a foolish one but what can it be?
I'm fairly new to MEL so please bare with me. I'm trying to create a script that will create a polyCube with a spotLight after pressing a button, but each time you press the button in the menu it would create another copy of the two, but right beside it and not on top of the original. Basically creating a loop of the cube…
Hi I want to create a button for blinn material using MEL. As you can see in the image. Just I want to add only blinn material rest off them I will create it by myself. Thanks
Hi, Suppose I have created quick select set in outliner. How can I remove it through #MEL? I tried but couldn't figured it out. Any help? Found this page but these commands are not working for me. https://download.autodesk.com/us/maya/2011help/Commands/sets.html
I want to first select all open edges, but polySelect -eb doesn't select open border edges which I have numerous on my mesh, followed by merging those edges (MEL)polySelect -eb (missing a value)? polyMergeEdge -fe
I have a question, I'm trying to dock the outliner panel in Maya; most of the syntax I find online mention; outlinerWindow, but the docs only mention outlinerEditor & outlinerPanel which do I use when it comes to docking a panel ? Please don't direct me to a page with code for any MEL or Python questions I have now or in…