nrtkbb / nurbsToPolySp

Maya's nurbsToPoly special

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nurbsToPolySp

version 0.0.1

  • Select nurbsSurface or transform what have nurbsSurfaces before execute this function.
  • Converted polygon's name will change to nurbsSurface's name.
  • NurbsSurface's name will add prefix and add suffix.
  • Converted polygon parent will nurbsSurface's parent.
  • Converted polygon's polygonType to Quads.
  • Converted polygon's tessellate will nurbsSurface's matchRenderTesselation.

How to use

  1. Download this python scripts.
    Download link
  2. Unzip and rename folder.
    nurbsToPolySp-master.zipnurbsToPolySp
  3. Move folder in your scripts directory.
  • Windows
    ¥Users¥<username>¥Documents¥maya¥scripts
  • OS X
    /Users/<username>/Library/Preferences/Autodesk/maya/scripts
  1. Enter this script in Maya ScriptEditor python tab.

    from nurbsToPolySp.core import NurbsToPolySpOptionsWindow
    NurbsToPolySpOptionsWindow.showUI()

NurbsToPolySpOptionsWindow

About

Maya's nurbsToPoly special


Languages

Language:Python 100.0%