rfm2  22.0
A python-based rewrite of RenderMan for Maya
rfm2.ui.abc_editor.ShapeEdit Class Reference
+ Inheritance diagram for rfm2.ui.abc_editor.ShapeEdit:
+ Collaboration diagram for rfm2.ui.abc_editor.ShapeEdit:

Public Member Functions

def __init__ (self, **kwds)
 
def is_valid (self)
 
def reset_edit (self)
 
def ui_str (self)
 
def set_edit (self, val)
 
def get_expr_type (self)
 
def serialize (self)
 
def deserialize (self, str_data)
 
def __dir__ (self)
 
def to_dict (self)
 
def from_dict (self, in_dict)
 
def __str__ (self)
 
def __repr__ (self)
 

Public Attributes

 expr
 
 expr_type
 
 type
 
 basis
 
 interpolateboundary
 
 smoothnormals
 
 enabled
 
 notes
 

Constructor & Destructor Documentation

◆ __init__()

def rfm2.ui.abc_editor.ShapeEdit.__init__ (   self,
**  kwds 
)

Member Function Documentation

◆ __dir__()

def rfm2.ui.abc_editor.ShapeEdit.__dir__ (   self)

◆ __repr__()

def rfm2.ui.abc_editor.ShapeEdit.__repr__ (   self)
+ Here is the call graph for this function:

◆ __str__()

def rfm2.ui.abc_editor.ShapeEdit.__str__ (   self)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deserialize()

def rfm2.ui.abc_editor.ShapeEdit.deserialize (   self,
  str_data 
)

◆ from_dict()

def rfm2.ui.abc_editor.ShapeEdit.from_dict (   self,
  in_dict 
)

◆ get_expr_type()

def rfm2.ui.abc_editor.ShapeEdit.get_expr_type (   self)

◆ is_valid()

def rfm2.ui.abc_editor.ShapeEdit.is_valid (   self)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ reset_edit()

def rfm2.ui.abc_editor.ShapeEdit.reset_edit (   self)
+ Here is the caller graph for this function:

◆ serialize()

def rfm2.ui.abc_editor.ShapeEdit.serialize (   self)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_edit()

def rfm2.ui.abc_editor.ShapeEdit.set_edit (   self,
  val 
)
parse a natural sentence and set internal values.
+ Here is the call graph for this function:

◆ to_dict()

def rfm2.ui.abc_editor.ShapeEdit.to_dict (   self)

◆ ui_str()

def rfm2.ui.abc_editor.ShapeEdit.ui_str (   self)

Member Data Documentation

◆ basis

rfm2.ui.abc_editor.ShapeEdit.basis

◆ enabled

rfm2.ui.abc_editor.ShapeEdit.enabled

◆ expr

rfm2.ui.abc_editor.ShapeEdit.expr

◆ expr_type

rfm2.ui.abc_editor.ShapeEdit.expr_type

◆ interpolateboundary

rfm2.ui.abc_editor.ShapeEdit.interpolateboundary

◆ notes

rfm2.ui.abc_editor.ShapeEdit.notes

◆ smoothnormals

rfm2.ui.abc_editor.ShapeEdit.smoothnormals

◆ type

rfm2.ui.abc_editor.ShapeEdit.type

The documentation for this class was generated from the following file: