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/editors/space_logic/logic_intern.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/editors/space_logic/logic_intern.h')
-rw-r--r--source/blender/editors/space_logic/logic_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_logic/logic_intern.h b/source/blender/editors/space_logic/logic_intern.h
index 773a36bdb2d..ac5d11a3ee1 100644
--- a/source/blender/editors/space_logic/logic_intern.h
+++ b/source/blender/editors/space_logic/logic_intern.h
@@ -51,5 +51,8 @@ void logic_header_buttons(const struct bContext *C, struct ARegion *ar);
void logic_buttons_register(struct ARegionType *art);
void LOGIC_OT_properties(struct wmOperatorType *ot);
+/* logic_window.c */
+void logic_buttons(struct bContext *C, struct ARegion *ar);
+
#endif /* ED_LOGIC_INTERN_H */