Enable/Disable DupFaces from the Python API.

Fixed a (own) bug in fakeUsers and added fakeUsers to Objects and Materials as well as Mesh.
This commit is contained in:
2006-12-16 22:04:21 +00:00
parent dfb811d73d
commit a9447e4273
6 changed files with 114 additions and 10 deletions

View File

@@ -722,6 +722,9 @@ class Mesh:
@type subDivLevels: list of 2 ints
@ivar users: The number of Objects using (linked to) this mesh. (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.
@type fakeUser: bool
@ivar faceUV: The mesh contains UV-mapped textured faces. Enabling faceUV
does not initialize the face colors like the Blender UI does; this must