Blender V2.61 - r43446
|
#include "MEM_guardedalloc.h"
#include "DNA_object_types.h"
#include "DNA_key_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "RAS_MeshObject.h"
#include "RAS_IRasterizer.h"
#include "MT_MinMax.h"
#include "MT_Point3.h"
#include <algorithm>
#include "BKE_deform.h"
Go to the source code of this file.
Classes | |
struct | RAS_MeshObject::polygonSlot |
struct | RAS_MeshObject::backtofront |
struct | RAS_MeshObject::fronttoback |
Functions | |
list< RAS_MeshMaterial >::iterator | GetFirstMaterial () |
list< RAS_MeshMaterial >::iterator | GetLastMaterial () |
static int | get_def_index (Object *ob, const char *vgroup) |
Definition in file RAS_MeshObject.cpp.
static int get_def_index | ( | Object * | ob, |
const char * | vgroup | ||
) | [static] |
Definition at line 564 of file RAS_MeshObject.cpp.
References Object::defbase, ListBase::first, bDeformGroup::name, and bDeformGroup::next.
Referenced by RAS_MeshObject::CheckWeightCache().
list<RAS_MeshMaterial>::iterator GetFirstMaterial | ( | ) |
list<RAS_MeshMaterial>::iterator GetLastMaterial | ( | ) |