projects
/
blender-staging.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b1c96
)
no idea how this happened :S
author
Michael Fox <mfoxdogg@gmail.com>
Sun, 4 Jan 2009 02:39:22 +0000
(
02:39
+0000)
committer
Michael Fox <mfoxdogg@gmail.com>
Sun, 4 Jan 2009 02:39:22 +0000
(
02:39
+0000)
source/blender/editors/object/object_edit.c
patch
|
blob
|
history
diff --git
a/source/blender/editors/object/object_edit.c
b/source/blender/editors/object/object_edit.c
index ce2a1ae7ddd2774630c7ad54e80ac1ad9944ed96..c345150697935f1527790738d87000b6a56e4d6e 100644
(file)
--- a/
source/blender/editors/object/object_edit.c
+++ b/
source/blender/editors/object/object_edit.c
@@
-1496,6
+1496,7
@@
void OBJECT_OT_clear_origin(wmOperatorType *ot)
ot->idname= "OBJECT_OT_clear_origin";
/* api callbacks */
+ ot->invoke= WM_operator_confirm;
ot->exec= object_clear_origin_exec;
ot->poll= ED_operator_object_active;
}