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:
authorDalai Felinto <dfelinto@gmail.com>2010-02-06 02:50:33 +0300
committerDalai Felinto <dfelinto@gmail.com>2010-02-06 02:50:33 +0300
commit443d913f72c15c9933e6da79c2e9f629d3e3a006 (patch)
tree5998fb4a154998be44b8d2435bd862f2b55a1ba6 /source/blender/windowmanager
parent29a6465ed4e08e4bdf1bc53bace2be1774d6fd38 (diff)
BGE: rna update for Logic Bricks
Sensor and Controllers: small fixes and suggestion (comments) for future improvement - mainly to replace text properties to material, text or object datablocks. Actuators done: * IPO * CAMERA Actuators to be done: All the others (their structure is in the file) Adding NC_LOGIC ** If someone want to help on that: Files used for actuator RNA: - logic_window.c - DNA_actuator_types.h *** my first big RNA operation. critics/suggestions are welcome **** padded some DNA variables that were not been used.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/WM_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 0439fa8b8f5..3efa2b85174 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -144,6 +144,7 @@ typedef struct wmNotifier {
#define NC_GEOM (16<<24)
#define NC_NODE (17<<24)
#define NC_ID (18<<24)
+#define NC_LOGIC (19<<24)
/* data type, 256 entries is enough, it can overlap */
#define NOTE_DATA 0x00FF0000