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:
authorJoshua Leung <aligorith@gmail.com>2007-07-15 11:05:24 +0400
committerJoshua Leung <aligorith@gmail.com>2007-07-15 11:05:24 +0400
commit38c84ba9386888315635648a2cb1b3a0c2ac1c87 (patch)
treedbe690dc0f51c6ba9839ee29c76486118978aebd /source/blender/blenkernel/intern
parentbc9e6f97311877cfd3afb93457d6173bdeaf7cef (diff)
A few minor changes:
* Removed obsolete comments from constraints code * ChildOf constraint buttons: Set/Clear Inverse are now Set/Clear Offset. Hopefully that makes it a bit clearer for users.
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/constraint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c
index 5613ff80c9f..dfa9ff8c954 100644
--- a/source/blender/blenkernel/intern/constraint.c
+++ b/source/blender/blenkernel/intern/constraint.c
@@ -1051,7 +1051,6 @@ static void constraint_mat_convertspace (Object *ob, bPoseChannel *pchan, float
/* generic function to get the appropriate matrix for most target cases */
/* The cases where the target can be object data have not been implemented */
-// TODO: add 'space' handling stuff here!
static void constraint_target_to_mat4 (Object *ob, const char *substring, float mat[][4], short from, short to)
{
/* Case OBJECT */