Blender
V3.3
|
Public Attributes | |
PyObject * | py_id_curr |
ID * | id_curr |
BLI_bitmap * | types_bitmap |
PyObject * | user_map |
bool | is_subset |
Definition at line 44 of file bpy_rna_id_collection.c.
ID* IDUserMapData::id_curr |
Definition at line 47 of file bpy_rna_id_collection.c.
Referenced by bpy_user_map().
bool IDUserMapData::is_subset |
true when we're only mapping a subset of all the ID's (subset arg is passed).
Definition at line 55 of file bpy_rna_id_collection.c.
Referenced by bpy_user_map().
PyObject* IDUserMapData::py_id_curr |
We loop over data-blocks that this ID points to (do build a reverse lookup table)
Definition at line 46 of file bpy_rna_id_collection.c.
Referenced by bpy_user_map().
BLI_bitmap* IDUserMapData::types_bitmap |
Filter the values we add into the set.
Definition at line 50 of file bpy_rna_id_collection.c.
Referenced by bpy_user_map().
PyObject* IDUserMapData::user_map |
Set to fill in as we iterate.
Definition at line 53 of file bpy_rna_id_collection.c.
Referenced by bpy_user_map().