Blender V4.3
rigidbody_world.cc File Reference

Rigid Body world editing operators. More...

#include <cstdlib>
#include <cstring>
#include "DNA_object_types.h"
#include "DNA_rigidbody_types.h"
#include "DNA_scene_types.h"
#include "BKE_context.hh"
#include "BKE_report.hh"
#include "BKE_rigidbody.h"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_build.hh"
#include "RNA_access.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_screen.hh"
#include "physics_intern.hh"

Go to the source code of this file.

Functions

static bool ED_rigidbody_world_active_poll (bContext *C)
 
static bool ED_rigidbody_world_add_poll (bContext *C)
 
static int rigidbody_world_add_exec (bContext *C, wmOperator *)
 
void RIGIDBODY_OT_world_add (wmOperatorType *ot)
 
static int rigidbody_world_remove_exec (bContext *C, wmOperator *op)
 
void RIGIDBODY_OT_world_remove (wmOperatorType *ot)
 
static int rigidbody_world_export_exec (bContext *C, wmOperator *op)
 
static int rigidbody_world_export_invoke (bContext *C, wmOperator *op, const wmEvent *)
 
void RIGIDBODY_OT_world_export (wmOperatorType *ot)
 

Detailed Description

Rigid Body world editing operators.

Definition in file rigidbody_world.cc.

Function Documentation

◆ ED_rigidbody_world_active_poll()

static bool ED_rigidbody_world_active_poll ( bContext * C)
static

Definition at line 41 of file rigidbody_world.cc.

References CTX_data_scene().

Referenced by RIGIDBODY_OT_world_export(), and RIGIDBODY_OT_world_remove().

◆ ED_rigidbody_world_add_poll()

static bool ED_rigidbody_world_add_poll ( bContext * C)
static

Definition at line 46 of file rigidbody_world.cc.

References CTX_data_scene().

Referenced by RIGIDBODY_OT_world_add().

◆ RIGIDBODY_OT_world_add()

◆ RIGIDBODY_OT_world_export()

◆ RIGIDBODY_OT_world_remove()

◆ rigidbody_world_add_exec()

◆ rigidbody_world_export_exec()

◆ rigidbody_world_export_invoke()

◆ rigidbody_world_remove_exec()