Python API

----------
Fixing various typos (hey guys, it's helpful to proofread the documentation
before you commit it :-) )
This commit is contained in:
Ken Hughes
2006-12-17 04:24:19 +00:00
parent e6434898c8
commit 8b64628e30
10 changed files with 18 additions and 18 deletions

View File

@@ -246,13 +246,13 @@ class Object:
B{Note}:
When dealing with properties and functions such as LocX/RotY/getLocation(), getSize() and getEuler(),
keep in mind that these transformation properties are relative to the objects parent (if any).
keep in mind that these transformation properties are relative to the object's parent (if any).
To get these values in worldspace (taking into account vertex parents, constraints etc)
To get these values in worldspace (taking into account vertex parents, constraints, etc.)
pass the argument 'worldspace' to these functions.
@ivar properties: Returns an L{IDGroup<IDProp.IDGroup>} reference to this
objects's ID Properties.
object's ID Properties.
@type properties: L{IDGroup<IDProp.IDGroup>}
@ivar restrictDisplay: Don't display this object in the 3D view: disabled by default, use the outliner to toggle.
@type restrictDisplay: bool
@@ -483,7 +483,7 @@ class Object:
@ivar users: The number of users of the object. Read-only.
@type users: int
@ivar fakeUser: The fake user status.
enabling this will keep it in the blend even if there are no users.
Enabling this will keep it in the blend even if there are no users.
@type fakeUser: bool
@ivar boundingBox: The bounding box of this object. Read-only.
@type boundingBox: list of 8 3D vectors