Hey folks, So after a good reception for my Batch OBJ Tools for 3ds Max, I sat down today and wrote one for Maya too. I'm happy to present mopMultiObjTool script for Maya! You can download mopMultiObjTool.mel here, or by right-clicking on the screenshot and choosing "Save Link As": This one has a slightly different feature…
Hi guys, My MEL is real basic, only recently got into learning it...fun times! Anyway, I have written a basic script that allows you to import multiple objs (no exporting unfortunately, atleast not right now). It's not much compared to what MoP's script does. But maybe it's useful to someone? Let me know if you are…
Hello MoP and all- this looks like a great script, just what I was looking for. Unfortunately I'm either doing something terribly wrong, or it does not seem to be working for me. The versions of Maya I tried it on are 2012 x64 Windows and Mac both, and 2011 x64 Mac. When running the script, it loads the file dialog, lets…
Mikael you can find the script written out here: http://www.polycount.com/forum/showthread.php?t=120645 Just make a text file paste all the text in it and overwrite the filename from blabla.txt to mopMultiObjTool.mel cheers
@MoP: i don't know what i do wrong, but this happen with every subtool i add to zbrush with your script: Maya Zbrush I've the feeling its related to the units in maya, but i don't remember changing anything, what's weird is thet zbrush export the obj in the correct size/position...
Heh yep, I wrote this script for our exporter at work too. Basically it just queries the mesh sub-d preview settings, applies those as a polySmooth, exports the mesh, then deletes the polySmooth node and turns the sub-d preview back on. I'm still amazed that Maya is so backwards in this regard. At least Turbosmooth in Max…
should be pretty easy (thats what i always think then ram my head into a wall lol). Got a snow day today so might tinker around with MoP's code. Hope he doesnt hate me. :( EDIT: Got it working though not yet in MoP's. Gonna have to browse through his script. Didnt even know I could query that haha. global proc…