Blender V2.61 - r43446
Functions

object_group.c File Reference

#include <string.h>
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "DNA_group_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"
#include "BKE_group.h"
#include "BKE_main.h"
#include "BKE_report.h"
#include "ED_screen.h"
#include "ED_object.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "object_intern.h"

Go to the source code of this file.

Functions

static int objects_add_active_exec (bContext *C, wmOperator *op)
void GROUP_OT_objects_add_active (wmOperatorType *ot)
static int objects_remove_active_exec (bContext *C, wmOperator *op)
void GROUP_OT_objects_remove_active (wmOperatorType *ot)
static int group_objects_remove_exec (bContext *C, wmOperator *UNUSED(op))
void GROUP_OT_objects_remove (wmOperatorType *ot)
static int group_create_exec (bContext *C, wmOperator *op)
void GROUP_OT_create (wmOperatorType *ot)
static int group_add_exec (bContext *C, wmOperator *UNUSED(op))
void OBJECT_OT_group_add (wmOperatorType *ot)
static int group_link_exec (bContext *C, wmOperator *op)
void OBJECT_OT_group_link (wmOperatorType *ot)
static int group_remove_exec (bContext *C, wmOperator *UNUSED(op))
void OBJECT_OT_group_remove (wmOperatorType *ot)

Detailed Description

Definition in file object_group.c.


Function Documentation

static int group_add_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int group_create_exec ( bContext C,
wmOperator op 
) [static]
static int group_link_exec ( bContext C,
wmOperator op 
) [static]
static int group_objects_remove_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
void GROUP_OT_create ( wmOperatorType ot)
void GROUP_OT_objects_add_active ( wmOperatorType ot)
void GROUP_OT_objects_remove ( wmOperatorType ot)
void GROUP_OT_objects_remove_active ( wmOperatorType ot)
static int group_remove_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
void OBJECT_OT_group_add ( wmOperatorType ot)
void OBJECT_OT_group_link ( wmOperatorType ot)
void OBJECT_OT_group_remove ( wmOperatorType ot)
static int objects_add_active_exec ( bContext C,
wmOperator op 
) [static]
static int objects_remove_active_exec ( bContext C,
wmOperator op 
) [static]