[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11428] trunk/blender/source/blender/ python/api2_2x/Constraint.c: nested comment

Campbell Barton cbarton at metavr.com
Mon Jul 30 17:19:42 CEST 2007


Revision: 11428
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11428
Author:   campbellbarton
Date:     2007-07-30 17:19:42 +0200 (Mon, 30 Jul 2007)

Log Message:
-----------
nested comment

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/Constraint.c

Modified: trunk/blender/source/blender/python/api2_2x/Constraint.c
===================================================================
--- trunk/blender/source/blender/python/api2_2x/Constraint.c	2007-07-30 13:26:22 UTC (rev 11427)
+++ trunk/blender/source/blender/python/api2_2x/Constraint.c	2007-07-30 15:19:42 UTC (rev 11428)
@@ -439,10 +439,10 @@
 }
 
 /******************************************************************************/
-/* 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 )





More information about the Bf-blender-cvs mailing list