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:
authorGeoffrey Bantle <hairbat@yahoo.com>2007-04-19 23:47:51 +0400
committerGeoffrey Bantle <hairbat@yahoo.com>2007-04-19 23:47:51 +0400
commitf5a40315ca8c5f14623a09f8272417f65aaf6f6a (patch)
treed77876c25f8a844fe107f97b50145cc11abffb33 /source/blender/include/BDR_editobject.h
parent238ab042973f09b1177f918d2a3b2dda932ecbc1 (diff)
-> Keybindings for hiding objects
Small feature, added keybindings for setting the visibility restriction flags that were previously only accesible via the outliner HKEY Hides all selected SHIFT-HKEY Hides all unselected ALT-HKEY Shows all hidden
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index 9aa8072302e..31412a4fd0a 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -117,5 +117,8 @@ void add_hook(void);
void hook_select(struct HookModifierData *hmd);
int hook_getIndexArray(int *tot, int **indexar, char *name, float *cent_r);
+void hide_objects(int select);
+void show_objects(void);
+
#endif /* BDR_EDITOBJECT_H */