Adverti horiz upsell

Modeling: Mesh Cleaner 1.0.0 for Maya (maya script)

A combination of cleaner scripts for polygon modeling

License
Button download
455 Downloads

Compatibility

  • 2015

Operating Systems

  • Windows

History

Created:06/24/2015
Last Modified:06/24/2015
File Size: 1.75 KB

Keywords

modeling, Errors

First of all thanks for taking a look and / or using it. If you enjoy using the scripts feel free to share as long as I am credited for the script. If you have any ideas for scripts or tool feel free to contact me. Thanks again.

A combination of modeling scripts that select certain modeling errors:

- N-Gons, faces with more than 4 edges

- Triangles, faces with 3 edges

- Six poles, a vertex with 6 edges coming together at that vertex

It does not fix the errors but selects the parts which contain an error.
Each of the error filters are seperate function in the file.

######
######

How to install:

1. Copy / move the ModelingMesh.py in your Documents\maya\version\scripts
2. In Maya, open the script editor
3. Make a new python tab or empty an existing python tab

    Command menu > New Tab > Click Python from the pop up.

4. Paste the code below into the script editor, for each of the functions seperately!

# N-Gons
import ModelingCleaner
ModelingCleaner.non_quad(maya.cmds.ls(sl=True))

# Triangles
import ModelingCleaner
ModelingCleaner.triangles(maya.cmds.ls(sl=True))

# Six poles
import ModelingCleaner
ModelingCleaner.six_poles(maya.cmds.ls(sl=True))

5. Select the code and click + drag it to the desired shelf. Click Python again in the pop up.

6. For editing the label and icon: right click the new icon and choose Edit and go to the Shelves tab of the window
 


Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • prashanth gv
    prashanth gv
  • renderitus
    renderitus
  • Artpcce
    Artpcce
  • Linaldo Alves
    Linaldo Alves
  • yanruisang
    yanruisang
  • vishalkadam472
    vishalkadam472