From 1beef956ca96c76e3ee7d6ba80d0c88e2b92b258 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 10 Jan 2009 19:34:23 +0000 Subject: 2.5 Instead of many commits, here 1! - Constraint edit code back - Removed XXX stubs for constraints (make parent follow path works) - Removed XXX stubs for armature (make parent deform, do center, etc works) - Found a bad uninitialized global Scene * in code, especially in kernel it wreaked havoc. - added missing include in blenkernel/brush.c - fixed Nicholas' fix for editmode subsurf crash (It needed to check for editmode) --- source/blender/python/intern/stubs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/python/intern/stubs.c') diff --git a/source/blender/python/intern/stubs.c b/source/blender/python/intern/stubs.c index ae069af5d8c..7ee2c69960d 100644 --- a/source/blender/python/intern/stubs.c +++ b/source/blender/python/intern/stubs.c @@ -39,4 +39,5 @@ void BPY_clear_script() {} void BPY_free_compiled_text() {} void BPY_pyconstraint_eval() {} void BPY_pyconstraint_target() {} - +int BPY_is_pyconstraint() {return 0;} +void BPY_pyconstraint_update() {} -- cgit v1.2.3