Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-08-18 11:25:00 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-08-18 11:25:00 +0300
commit4d71579d3ba21ed1e51fc7c2d03e2d87f0327d77 (patch)
treeb5c5365623d603043f4372f0bd77a47ccd1b2a1e /source/blender/editors/physics/rigidbody_world.c
parent27ccba0270a5af51d4c8e4f4fed5bbdf1a922802 (diff)
Arrrg, fix for previous commit :/
Diffstat (limited to 'source/blender/editors/physics/rigidbody_world.c')
-rw-r--r--source/blender/editors/physics/rigidbody_world.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/physics/rigidbody_world.c b/source/blender/editors/physics/rigidbody_world.c
index 6cbdafc7ee6..6ef3e03f8da 100644
--- a/source/blender/editors/physics/rigidbody_world.c
+++ b/source/blender/editors/physics/rigidbody_world.c
@@ -80,6 +80,7 @@ static bool ED_rigidbody_world_add_poll(bContext *C)
static int rigidbody_world_add_exec(bContext *C, wmOperator *UNUSED(op))
{
+ Main *bmain = CTX_data_main(C);
Scene *scene = CTX_data_scene(C);
RigidBodyWorld *rbw;