40class MayaBlendDesc :
public ReferenceCount,
public Namable {
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());
71 friend class MayaNodeTree;
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(),...