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:
authorDalai Felinto <dfelinto@gmail.com>2013-01-28 10:44:06 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-01-28 10:44:06 +0400
commit6aece07aaf61e7b45120fdee7622d4c870082db8 (patch)
tree032a392102b7aa72fadf5ebf08092b4674cdb006 /source/blender/editors/space_logic
parenta1a8e43d5a6f5bac5f123cdbe06e77279a0b3a3f (diff)
[BGE Controllers] reverting my own commits #54103 and #54102, no longer necessary after rev/fix #54136
Diffstat (limited to 'source/blender/editors/space_logic')
-rw-r--r--source/blender/editors/space_logic/logic_ops.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_logic/logic_ops.c b/source/blender/editors/space_logic/logic_ops.c
index 47029d800c0..2313885dbaf 100644
--- a/source/blender/editors/space_logic/logic_ops.c
+++ b/source/blender/editors/space_logic/logic_ops.c
@@ -425,10 +425,6 @@ static int controller_add_exec(bContext *C, wmOperator *op)
ob->scaflag |= OB_SHOWCONT;
WM_event_add_notifier(C, NC_LOGIC, NULL);
-
- /* prevent the operator to get stuck with the "object" of the previous call -
- * it only happens when it's called from the "smart controller", see bug #54102 */
- RNA_string_set(op->ptr, "object", "");
return OPERATOR_FINISHED;
}