From f33faa8f5f1c37bad5e906f29429ab3278183505 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Feb 2008 12:01:14 +0000 Subject: python scriptlink for ObjectUpdate and ObDataUpdate, Redraw events are not practice in many real world cases, this can give more specific updates. Discussed with Caedes, Brecht and Ton, can rework if needed. --- source/blender/makesdna/DNA_scriptlink_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/makesdna/DNA_scriptlink_types.h') diff --git a/source/blender/makesdna/DNA_scriptlink_types.h b/source/blender/makesdna/DNA_scriptlink_types.h index 8a08d3f12c1..a21c67fc5e8 100644 --- a/source/blender/makesdna/DNA_scriptlink_types.h +++ b/source/blender/makesdna/DNA_scriptlink_types.h @@ -61,6 +61,9 @@ typedef struct ScriptLink { * RENDER script links for clean-up actions */ #define SCRIPT_POSTRENDER 32 +#define SCRIPT_OBJECTUPDATE 64 +#define SCRIPT_OBDATAUPDATE 128 + /* **************** SPACE HANDLERS ********************* */ /* these are special scriptlinks that can be assigned to * a given space in a given ScrArea to: -- cgit v1.2.3