15 #ifndef MAYABLENDDESC_H 16 #define MAYABLENDDESC_H 18 #include "pandatoolbase.h" 20 #include "referenceCount.h" 21 #include "pointerTo.h" 24 #include "pre_maya_include.h" 25 #include <maya/MFnBlendShapeDeformer.h> 26 #include <maya/MObject.h> 27 #include "post_maya_include.h" 46 MayaBlendDesc(MFnBlendShapeDeformer &deformer,
int weight_index);
55 MFnBlendShapeDeformer _deformer;
64 static void init_type() {
65 ReferenceCount::init_type();
67 register_type(_type_handle,
"MayaBlendDesc",
68 ReferenceCount::get_class_type(),
69 Namable::get_class_type());
A handle to a Maya blend shape description.
Describes a complete tree of maya nodes for conversion.
Corresponding to an <S$Anim> entry, this stores a single column of numbers, for instance for a morph ...
A base class for all things which can have a name.
A base class for all things that want to be reference-counted.
void set_slider(PN_stdfloat value)
Moves the Maya slider associated with this blend shape to the indicated value.
PN_stdfloat get_slider() const
Returns the current position of the Maya slider associated with this blend shape. ...
TypeHandle is the identifier used to differentiate C++ class types.