Python API
made all libdata hashable - use the object type,name and lib for the hash. added .tag to libdata so we can test if data's been processed without using dictionaries added libdataseq.tag (write only) setting the tag flag (which can always be dirty)
This commit is contained in:
@@ -18,6 +18,9 @@ attributes = """
|
||||
@ivar fakeUser: When set to True, this datablock wont be removed, even if nothing is using it.
|
||||
All data has this disabled by default except for Actions.
|
||||
@type fakeUser: bool
|
||||
@ivar tag: A temporary tag that to flag data as being used within a loop.
|
||||
always set all tags to True or False before using since blender uses this flag for its own internal operations.
|
||||
@type tag: bool
|
||||
@ivar users: The number of users this datablock has. (readonly)
|
||||
Zero user datablocks are de-allocated after reloading and saving.
|
||||
@type users: int
|
||||
|
||||
Reference in New Issue
Block a user