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-20 06:41:23 +0300
committerMichael Fox <mfoxdogg@gmail.com>2009-01-20 06:41:23 +0300
commit989a7e5b2004cf0978fee61c63da9200628e8fca (patch)
tree7edb30f9acd29dde12f603278661b1034bb40836 /source/blender/editors/object/object_intern.h
parent999d9d146ef26478bbd0f44d7cfb6b03fc519b51 (diff)
2.5
****** - Ported , add selected to group (Ctrl-G), remove selected from group(Alt-Ctrl-G) - add selected now has a add new entry which will put the object into a new group - remove selected now has an ALL option which removes the object from all groups - remove code is currently very messy, this will have to do until a better solution arrises, menus return strings instead of numbers perhaps - add/remove to/from group of active object still need to be done
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index eea6194da8c..da27ef95c2a 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -72,6 +72,9 @@ void make_editLatt(Object *obedit);
void load_editLatt(Object *obedit);
void remake_editLatt(Object *obedit);
+/* editgroup.c */
+void GROUP_OT_group_create(struct wmOperatorType *ot);
+void GROUP_OT_group_remove(struct wmOperatorType *ot);
#endif /* ED_OBJECT_INTERN_H */