Blender V2.61 - r43446
Functions

collada_utils.cpp File Reference

#include "COLLADABUPlatform.h"
#include "COLLADAFWGeometry.h"
#include "COLLADAFWMeshPrimitive.h"
#include "COLLADAFWMeshVertexData.h"
#include "DNA_customdata_types.h"
#include "DNA_object_types.h"
#include "BLI_math.h"
#include "BKE_context.h"
#include "BKE_customdata.h"
#include "BKE_depsgraph.h"
#include "BKE_object.h"
#include "WM_api.h"
#include "WM_types.h"

Go to the source code of this file.

Functions

float bc_get_float_value (const COLLADAFW::FloatOrDoubleArray &array, unsigned int index)
int bc_test_parent_loop (Object *par, Object *ob)
int bc_set_parent (Object *ob, Object *par, bContext *C, bool is_parent_space)

Detailed Description

Definition in file collada_utils.cpp.


Function Documentation

float bc_get_float_value ( const COLLADAFW::FloatOrDoubleArray &  array,
unsigned int  index 
)

Definition at line 48 of file collada_utils.cpp.

Referenced by SkinInfo::borrow_skin_controller_data().

int bc_set_parent ( Object ob,
Object par,
bContext C,
bool  is_parent_space 
)
int bc_test_parent_loop ( Object par,
Object ob 
)

Definition at line 60 of file collada_utils.cpp.

References bc_test_parent_loop(), NULL, and Object::parent.

Referenced by bc_set_parent(), and bc_test_parent_loop().