From 0fbca1dc19afaa034377d5aeed10fa8c25e2a102 Mon Sep 17 00:00:00 2001 From: Nick Samarin Date: Thu, 15 Jul 2010 18:41:29 +0000 Subject: - added options to enable visualization for obstacle simulation and steering actuator - added python attributes for parameters of steering actuator --- source/blender/makesdna/DNA_actuator_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_actuator_types.h') diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h index 9d26632769b..f3e8dc93cfd 100644 --- a/source/blender/makesdna/DNA_actuator_types.h +++ b/source/blender/makesdna/DNA_actuator_types.h @@ -522,6 +522,7 @@ typedef struct FreeCamera { #define ACT_STEERING_PATHFOLLOWING 2 /* steeringactuator->flag */ #define ACT_STEERING_SELFTERMINATED 1 +#define ACT_STEERING_ENABLEVISUALIZATION 2 #endif -- cgit v1.2.3