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:
authorCampbell Barton <ideasman42@gmail.com>2011-11-11 07:28:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-11 07:28:46 +0400
commit11947f1a67ab6fb26cc36e8f9c421d7e464a70c9 (patch)
treeaf649270ea51d5f399bcafac2e0b92b9305be112 /source/blender/editors/object/object_constraint.c
parent4e5c03f06ea0834bc6575b653924a1749891bf5f (diff)
pep/style edits & quiet some warnings
Diffstat (limited to 'source/blender/editors/object/object_constraint.c')
-rw-r--r--source/blender/editors/object/object_constraint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_constraint.c b/source/blender/editors/object/object_constraint.c
index 991ed0ebd51..0fbf5a8bd92 100644
--- a/source/blender/editors/object/object_constraint.c
+++ b/source/blender/editors/object/object_constraint.c
@@ -736,7 +736,7 @@ static int childof_set_inverse_exec (bContext *C, wmOperator *op)
where_is_pose(scene, ob);
}
else if (ob) {
- Object workob = {0};
+ Object workob = {{0}};
/* use what_does_parent to find inverse - just like for normal parenting */
what_does_parent(scene, ob, &workob);