popUpMenu mel notes: "dagObjectHit" "link" Lots of in-depth notes, links and A template for creating an object aware menu "WITHOUT" hacking maya's internal mel files.
I use it here and there for interfacing with Maya, when MEL won't do the job. One of our artists here at SD writes all his tools in Python, it is very powerful in combination with Maya and MEL.
basically I want to make 6 colours, of generic spray paint, using the MDL graphs then export those materials to substance painter where I want to paint on an object using those materials. im trying several tutorials but I get really confused and I was looking for a screenshot of a simple MDL graph I could copy which would…
OOh, it's simple (for me, I'm not sure about you huhu): the ability to add buttons linking to external mel scripts and internal mel commands. If you make the ui permanent, and customisable to that extend, that would be terrific.
Hi man. i bought this product now but i cant to add to the shelf it. it works only if i run it manually through "load .mel". but it doesnot work if i put "ATM Blend...mel"
cly_ prefix on my mel scripts. I think it's well known TA law using someone's established mel prefix is a punishable offense. cly_camelCase.mel : cly general cly_gpHungarianNotation : cly global procedures
Not sure if you can use the tools for this, but using MEL/Python you could do it 2 ways. Add : to your search string, or use recursive flag. example in MEL ls "*:item_name" ls -r 1 "item_name"
Hi! I'm not an expert, but sometime I try some stuff with mel script, I'll be happy if it help you! http://boards.polycount.net/showthread.php?t=54126 If you have some mel script request, send to me a message! ...
This position has been filled, however we will be seeking additional modellers and artists in Q4 of 2017. Overview Studio Vinari is a small game developer based in Barcelona, Spain. We are currently working on a project with great potential, and are in the process of constructing a Kickstarter campaign to fund its…
Could you explain what you're trying to do? You're trying to read geometry objects from a file and creating curves from their vertices? Is it a requirement to use Python? I think MEL could be more simple (here's a guide on MEL and MaxScript).