Blender V5.0
rigidbody_world.cc File Reference

Rigid Body world editing operators. More...

#include <cstdlib>
#include <cstring>
#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 rigidbody_world_active_poll (bContext *C)
static bool rigidbody_world_add_poll (bContext *C)
static wmOperatorStatus rigidbody_world_add_exec (bContext *C, wmOperator *)
void RIGIDBODY_OT_world_add (wmOperatorType *ot)
static wmOperatorStatus rigidbody_world_remove_exec (bContext *C, wmOperator *op)
void RIGIDBODY_OT_world_remove (wmOperatorType *ot)
static wmOperatorStatus rigidbody_world_export_exec (bContext *C, wmOperator *op)
static wmOperatorStatus 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

◆ RIGIDBODY_OT_world_add()

void RIGIDBODY_OT_world_add ( wmOperatorType * ot)

◆ RIGIDBODY_OT_world_export()

◆ RIGIDBODY_OT_world_remove()

void RIGIDBODY_OT_world_remove ( wmOperatorType * ot)

◆ rigidbody_world_active_poll()

bool rigidbody_world_active_poll ( bContext * C)
static

◆ rigidbody_world_add_exec()

◆ rigidbody_world_add_poll()

bool rigidbody_world_add_poll ( bContext * C)
static

Definition at line 45 of file rigidbody_world.cc.

References C, CTX_data_scene(), and Scene::rigidbody_world.

Referenced by RIGIDBODY_OT_world_add().

◆ rigidbody_world_export_exec()

◆ rigidbody_world_export_invoke()

◆ rigidbody_world_remove_exec()