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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-07-30 19:19:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-07-30 19:19:42 +0400
commitecd42c43427dd9abd8371554e623b64103587e2f (patch)
tree9dd6040d4d818b072d9faeef5a1c1d4c287074a4 /source
parent848ea23d84428fe1a9b3b5e24dcbce4f406cdb70 (diff)
nested comment
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/Constraint.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/Constraint.c b/source/blender/python/api2_2x/Constraint.c
index 1f9a7e953be..f96cf1dfc55 100644
--- a/source/blender/python/api2_2x/Constraint.c
+++ b/source/blender/python/api2_2x/Constraint.c
@@ -439,10 +439,10 @@ static PyObject *Constraint_insertKey( BPy_Constraint * self, PyObject * value )
}
/******************************************************************************/
-/* Constraint Space Conversion get/set procedures */
-/* - These are called before/instead of individual constraint */
-/* get/set procedures when OWNERSPACE or TARGETSPACE are chosen */
-/* - They are only called from Constraint_g/setData
+/* Constraint Space Conversion get/set procedures */
+/* - These are called before/instead of individual constraint */
+/* get/set procedures when OWNERSPACE or TARGETSPACE are chosen */
+/* - They are only called from Constraint_g/setData */
/******************************************************************************/
static PyObject *constspace_getter( BPy_Constraint * self, int type )