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:
authorMichael Fox <mfoxdogg@gmail.com>2009-01-13 08:31:33 +0300
committerMichael Fox <mfoxdogg@gmail.com>2009-01-13 08:31:33 +0300
commit4e1ad1aaaa3f07d9e094ae418cf38f693a3d5b13 (patch)
tree56a01734072141fea2edfac9ff9129d9444d437c /source/blender/editors/object/object_intern.h
parentd8a269541f2118a2d45c5372b5373abff5b33f10 (diff)
2.5
******* - Ported ObData to center, center new and centur cursor - its currently 1 operator - no warning or error popups until its figured out how best to do so - possibly full of ugly code and things done worng way, had a hard time trying to understand this code - some more house cleaning and removal of unused functions
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index 5c916f20e4a..ba131ba3942 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -55,6 +55,7 @@ void OBJECT_OT_clear_restrictview(struct wmOperatorType *ot);
void OBJECT_OT_set_restrictview(struct wmOperatorType *ot);
void OBJECT_OT_set_slowparent(struct wmOperatorType *ot);
void OBJECT_OT_clear_slowparent(struct wmOperatorType *ot);
+void OBJECT_OT_set_center(struct wmOperatorType *ot);
#endif /* ED_OBJECT_INTERN_H */