Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2004-01-04 06:39:06 +0300
committerChris Want <cwant@ualberta.ca>2004-01-04 06:39:06 +0300
commit9f009558bf12aef4fe6fca3a32493f12150575e6 (patch)
tree6b55ed37a3a31fd22b2d85a83ba001a6ff05982b /source/blender/makesdna
parentf6d24b4a802d8872a51474eafe30245ad121e753 (diff)
A few related bug-fixes/refinements
* A patch to make sure that constraints on bones that point to external objects are evaluated correctly (and that the bones that depend on these bones are evaluated correctly, etc, ad nauseum). This addresses some of intrr's issues (the blender-related ones, that is). * Make sure that deformed displists are updated when the user manipulates any of the constraint buttons. * Added a nice little function, ik_chain_looper(), that executes a callback for every bone in an IK chain.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_object_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 32be260b450..c5fa7aeafd5 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -176,6 +176,11 @@ extern Object workob;
/* used many places... should be specialized */
#define SELECT 1
#define ACTIVE 2
+#define GONNA_MOVE 32 /* temporary, for figuring what stuff needs
+ * updating during transform due to parenting
+ * or constraints... do not rely on this value
+ * unless you are me (CW).
+ */
/* type */
#define OB_EMPTY 0