Blender V5.0
IDFilePathMapData Struct Reference

Public Attributes

PyObject * file_path_map
bool include_libraries
IDid
PyObject * id_file_path_set

Detailed Description

Definition at line 309 of file bpy_rna_id_collection.cc.

Member Data Documentation

◆ file_path_map

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

ID* IDFilePathMapData::id

The processed ID.

Definition at line 321 of file bpy_rna_id_collection.cc.

Referenced by bpy_file_path_map().

◆ id_file_path_set

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().

◆ include_libraries

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().


The documentation for this struct was generated from the following file: