|
Blender V5.0
|
Public Attributes | |
| PyObject * | file_path_map |
| bool | include_libraries |
| ID * | id |
| PyObject * | id_file_path_set |
Definition at line 309 of file bpy_rna_id_collection.cc.
| PyObject* IDFilePathMapData::file_path_map |
Set to fill in as we iterate.
Definition at line 313 of file bpy_rna_id_collection.cc.
Referenced by bpy_file_path_map().
| ID* IDFilePathMapData::id |
The processed ID.
Definition at line 321 of file bpy_rna_id_collection.cc.
Referenced by bpy_file_path_map().
| PyObject* IDFilePathMapData::id_file_path_set |
The set of file paths for the processed ID.
Definition at line 323 of file bpy_rna_id_collection.cc.
Referenced by bpy_file_path_map().
| bool IDFilePathMapData::include_libraries |
Whether to include library filepath of linked IDs or not.
Definition at line 316 of file bpy_rna_id_collection.cc.
Referenced by bpy_file_path_map().