pymel.core.nodetypes.THblendShape

digraph inheritance693c4061b8 { rankdir=TB; ranksep=0.15; nodesep=0.15; size="8.0, 12.0"; "BlendShape" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.BlendShape.html#pymel.core.nodetypes.BlendShape",style="setlinewidth(0.5)",tooltip="class counterpart of mel function `blendShape`",height=0.25,shape=box,fontsize=8]; "GeometryFilter" -> "BlendShape" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DependNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "GeometryFilter" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="pymel.core.nodetypes.GeometryFilter.html#pymel.core.nodetypes.GeometryFilter",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "DependNode" -> "GeometryFilter" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ProxyUnicode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "PyNode" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "THblendShape" [fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",URL="#pymel.core.nodetypes.THblendShape",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8]; "BlendShape" -> "THblendShape" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

class THblendShape(*args, **kwargs)
HistoryLocation = Enum( EnumValue('HistoryLocation', 0, 'frontOfChain'), EnumValue('HistoryLocation', 1, 'normal'), EnumValue('HistoryLocation', 2, 'post'), EnumValue('HistoryLocation', 3, 'other'))
Origin = Enum( EnumValue('Origin', 0, 'localOrigin'), EnumValue('Origin', 1, 'worldOrigin'))
TargetType = Enum( EnumValue('TargetType', 0, 'object'), EnumValue('TargetType', 1, 'tangent'))