Blender V2.61 - r43446
Functions

MOD_boolean_util.h File Reference

Go to the source code of this file.

Functions

int NewBooleanMesh (struct Scene *scene, struct Base *base, struct Base *base_select, int op)
struct DerivedMeshNewBooleanDerivedMesh (struct DerivedMesh *dm, struct Object *ob, struct DerivedMesh *dm_select, struct Object *ob_select, int int_op_type)

Detailed Description

Definition in file MOD_boolean_util.h.


Function Documentation

struct DerivedMesh* NewBooleanDerivedMesh ( struct DerivedMesh dm,
struct Object ob,
struct DerivedMesh dm_select,
struct Object ob_select,
int  int_op_type 
) [read]

Definition at line 592 of file MOD_boolean_util.c.

References NewBooleanDerivedMesh_intern(), and NULL.

int NewBooleanMesh ( struct Scene scene,
struct Base base,
struct Base base_select,
int  op 
)