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:
authorThomas Dinges <blender@dingto.org>2009-06-06 20:18:19 +0400
committerThomas Dinges <blender@dingto.org>2009-06-06 20:18:19 +0400
commit895d76dab5b8e140a8b1bc15ce5417c2a8c97871 (patch)
treee36bcaeb37215322021b0ab375bfc2c782d05d9d /source/blender/makesdna
parent9d8fa4f959ff704e113d70ed713d1b8aec0ef014 (diff)
2.5 Interface:
* Added a constraint tab in the buttons window. * Added more sequencer buttons (effect strips). Note: Sequencer buttons will go into the sequencer itself (n-key Panel) later. * Particle button tweaks by William Reynish. Thanks! * Some RNA fixes and new properties.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index b32be6cb369..eccaf318e9c 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -478,6 +478,7 @@ typedef struct SpaceImaSel {
#define BCONTEXT_BONE 9
#define BCONTEXT_MODIFIER 10
#define BCONTEXT_SEQUENCER 11
+#define BCONTEXT_CONSTRAINT 12
/* sbuts->flag */