14 #ifndef MAYABLENDDESC_H
15 #define MAYABLENDDESC_H
24 #include <maya/MFnBlendShapeDeformer.h>
25 #include <maya/MObject.h>
42 MayaBlendDesc(MFnBlendShapeDeformer &deformer,
int weight_index);
51 MFnBlendShapeDeformer _deformer;
60 static void init_type() {
61 ReferenceCount::init_type();
64 ReferenceCount::get_class_type(),
65 Namable::get_class_type());
Corresponding to an <S$Anim> entry, this stores a single column of numbers, for instance for a morph ...
A handle to a Maya blend shape description.
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.
Describes a complete tree of maya nodes for conversion.
A base class for all things which can have a name.
A base class for all things that want to be reference-counted.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...