Python API 2.0 Reference
OpenMayaUI.MTextureEditorDrawInfo Class Reference
+ Inheritance diagram for OpenMayaUI.MTextureEditorDrawInfo:

Public Member Functions

def __init__ ()
 

Static Public Member Functions

def __new__ ()
 

Static Public Attributes

int kDrawEdgeForSelect = 4
 
int kDrawEverything = 2
 
int kDrawFacetForSelect = 5
 
int kDrawFunctionFirst = 1
 
int kDrawFunctionLast = 6
 
int kDrawUVForSelect = 6
 
int kDrawVertexForSelect = 3
 
int kDrawWireframe = 1
 

Properties

 drawingFunction = property(...)
 

Detailed Description

Drawing state for drawing to the UV texture window with custom shapes.

Constructor & Destructor Documentation

def OpenMayaUI.MTextureEditorDrawInfo.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMayaUI.MTextureEditorDrawInfo.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.

Property Documentation

OpenMayaUI.MTextureEditorDrawInfo.drawingFunction = property(...)
static
 The current drawing state for a drawUV method call.
 Valid states:
   kDrawWireframe         Draw wireframe only (default)
   kDrawEverything        Draw vertices, uvs, faces, and edges
   kDrawVertexForSelect   Draw vertices for selection
   kDrawEdgeForSelect     Draw edges for selection
   kDrawFacetForSelect    Draw faces for selection
   kDrawUVForSelect       Draw uvs for selection