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:
authorJoshua Leung <aligorith@gmail.com>2009-07-07 09:41:59 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-07 09:41:59 +0400
commit2edef129be18fa8cb7d9c33b8bd76dc60d9e1dcf (patch)
tree8a4c2ee2b23eb85780dd3fe06824f1dfc7abb29a /source/blender/editors/space_nla/nla_intern.h
parent905b1380054f42fe30b19fb37861057af4760e32 (diff)
NLA SoC: Transform Code for NLA-Strips recoded (still buggy)
Recoded the Transform code for NLA-Strips so that they can now be moved between strips and will not get truncated when they get moved into other non-moving strips. Todos: * The current code for moving strips between tracks is buggy (only goes up, and has a tendency to move up without being told to) * Auto-snapping doesn't work yet...
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index 4391a019207..3d8bfcd0546 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -33,21 +33,6 @@
/* **************************************** */
/* Macros, etc. only used by NLA */
-/* -------------- NLA Channel Defines -------------- */
-
-/* NLA channel heights */
-#define NLACHANNEL_FIRST -16
-#define NLACHANNEL_HEIGHT 24
-#define NLACHANNEL_HEIGHT_HALF 12
-#define NLACHANNEL_SKIP 2
-#define NLACHANNEL_STEP (NLACHANNEL_HEIGHT + NLACHANNEL_SKIP)
-
-/* channel widths */
-#define NLACHANNEL_NAMEWIDTH 200
-
-/* channel toggle-buttons */
-#define NLACHANNEL_BUTTON_WIDTH 16
-
/* **************************************** */
/* space_nla.c / nla_buttons.c */