Object parentType could never match Object.ParentTypes.LATTICE, Id incorrectly assigned the lattice constant. Armature and Lattice parent types are the same. documented this.

This commit is contained in:
2007-02-20 09:23:13 +00:00
parent 6c17f1187e
commit 64231d19bf
2 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ Example::
@var ParentTypes: Constant dict used for with L{Object.parentType} attribute.
- OBJECT: Object parent type.
- CURVE: Curve deform parent type.
- LATTICE: Lattice deform parent type.
- LATTICE: Lattice deform parent type. Note: This is the same as ARMATURE, 2.43 was released with LATTICE as an invalid value.
- ARMATURE: Armature deform parent type.
- VERT1: 1 mesh vert parent type.
- VERT3: 1 mesh verts parent type.