Python API

----------
Fix typo in Constraint API examples
This commit is contained in:
Ken Hughes 2007-01-30 17:55:39 +00:00
parent 531dc2d2b6
commit f0e18a8b94

@ -15,7 +15,7 @@ Examples::
if len(ob.constraints) > 0:
const = ob.constraints[0]
if const.type == Constraint.Type.FLOOR:
offs = const[Constrint.Settings.OFFSET]
offs = const[Constraint.Settings.OFFSET]
Or to print all the constraints attached to each bone in a pose::
from Blender import *