nested comment

This commit is contained in:
Campbell Barton 2007-07-30 15:19:42 +00:00
parent 848ea23d84
commit ecd42c4342

@ -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 )