Do you need to create a user interface in Maya or is the user providing inputs? Just as a side question. Creating a script like this in Maya is pretty simple. You want to create a polycube so lets look at the documentation for a cube. http://download.autodesk.com/us/maya/2011help/CommandsPython/polyCube.html So if you have…
Hi all I'm working on a group project where we need to create a tool using python in Maya 2012. We've decided to create a tool that creates a polyCube based on several input fields (name, height, width, depth) and which features an "export" button that can be used instead of having to click on the "file" dropdown menu.…