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:
authorMatt Ebb <matt@mke3.net>2004-01-03 16:13:51 +0300
committerMatt Ebb <matt@mke3.net>2004-01-03 16:13:51 +0300
commit66698313461cf96d8fab84a2f211fcdc060ad11a (patch)
tree1ca603e5f2d6294372d9fc0536535ea696883bef /source/blender/include/BIF_editnla.h
parentc9a7e4be1738e17fed741ee60482a697529e6251 (diff)
* Preliminary NLA header menus
A couple of items are still commented out in the code, that still need to be implemented. I'm committing this now, so people can test/help ;)
Diffstat (limited to 'source/blender/include/BIF_editnla.h')
-rw-r--r--source/blender/include/BIF_editnla.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editnla.h b/source/blender/include/BIF_editnla.h
index c70969ed575..8661e8f98e5 100644
--- a/source/blender/include/BIF_editnla.h
+++ b/source/blender/include/BIF_editnla.h
@@ -35,5 +35,15 @@
void clever_numbuts_nla(void);
+/* NLA channel operations */
+void delete_nlachannel_keys(void);
+void delete_nlachannels(void);
+void duplicate_nlachannel_keys(void);
+
+/* Select */
+void borderselect_nla(void);
+void deselect_nlachannel_keys (int test);
+void deselect_nlachannels(int test);
+
#endif