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:
authorTon Roosendaal <ton@blender.org>2009-06-17 15:01:05 +0400
committerTon Roosendaal <ton@blender.org>2009-06-17 15:01:05 +0400
commit0b0b02caf86c44b19c47c404c7a083b3ebf9b97d (patch)
tree9714c4cd2ed7744e06628544d1d9bb5d9cd56ca4 /source/blender/makesdna/DNA_space_types.h
parent54ed699743dd605a41bc02b2c3b0f59a7dd311a0 (diff)
2.5
Logic editing back! Test screenie: http://download.blender.org/institute/rt9.jpg I gave the buttons a bit more width, added nicer linkline draw. Not working yet: - theme colors for sensor/actuator types (was old button colors) - moving sensors up/down (used bad pupmenu... better is icons like used for modifiers) - Linkline mouse-over select. Currently deleting a link goes by drawing the same line again. Needs to be fully tested for functionality too, leave that to the GE department. :) I noted there's bad button hacking with reading button values, like check_state_mask(). uiBut structure was not meant to be exported outside of interface module.
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 97f0d3e53f3..416acd7467e 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -369,8 +369,8 @@ typedef struct SpaceLogic {
short blockhandler[8];
- short flag, pad;
- int pad2;
+ short flag, scaflag;
+ int pad;
struct bGPdata *gpd; /* grease-pencil data */
} SpaceLogic;