From 443d913f72c15c9933e6da79c2e9f629d3e3a006 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 5 Feb 2010 23:50:33 +0000 Subject: 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. --- source/blender/windowmanager/WM_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager') 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 -- cgit v1.2.3