From a5b9f22454cc36c8811b10fe65d40ec900497922 Mon Sep 17 00:00:00 2001 From: Jorge Bernal Date: Wed, 16 Apr 2014 22:23:29 -0300 Subject: BGE - button for deactivate sensors, controllers and actuators This change introduces a new checkbox to deactivate the sensors, controllers and/or actuators. It is useful during the development phase to avoid delete sensors, controllers or actuators if you want to test something new. NOC: The wiki page is being updated (the images mostly), but the feature is already in the 2.71 release log. {F61628} Reviewers: moguri, dfelinto, campbellbarton, dingto, #user_interface, billrey Reviewed By: moguri CC: billrey Differential Revision: https://developer.blender.org/D16 --- source/blender/makesdna/DNA_controller_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_controller_types.h') diff --git a/source/blender/makesdna/DNA_controller_types.h b/source/blender/makesdna/DNA_controller_types.h index 0c1aaf5fd20..154542d60c5 100644 --- a/source/blender/makesdna/DNA_controller_types.h +++ b/source/blender/makesdna/DNA_controller_types.h @@ -83,6 +83,7 @@ typedef struct bController { #define CONT_NEW 4 #define CONT_MASK 8 #define CONT_PRIO 16 +#define CONT_DEACTIVATE 32 /* pyctrl->flag */ #define CONT_PY_DEBUG 1 -- cgit v1.2.3