Blender  V3.3
Public Attributes | List of all members
IDUserMapData Struct Reference

Public Attributes

PyObject * py_id_curr
 
IDid_curr
 
BLI_bitmaptypes_bitmap
 
PyObject * user_map
 
bool is_subset
 

Detailed Description

Definition at line 44 of file bpy_rna_id_collection.c.

Member Data Documentation

◆ id_curr

ID* IDUserMapData::id_curr

Definition at line 47 of file bpy_rna_id_collection.c.

Referenced by bpy_user_map().

◆ is_subset

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

◆ py_id_curr

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

◆ types_bitmap

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

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


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