Blender V4.3
ItemConvertArgData Struct Reference

Public Attributes

union { 
 
   struct { 
 
      int   range [2] 
 
   }   int_data 
 
   struct { 
 
      float   range [2] 
 
   }   float_data 
 
};  
 

Detailed Description

Definition at line 44 of file bpy_rna_array.cc.

Member Data Documentation

◆ [union]

union { ... } ItemConvertArgData

◆ [struct]

struct { ... } ItemConvertArgData::float_data

◆ [struct]

struct { ... } ItemConvertArgData::int_data

Referenced by convert_item_init_int(), and py_to_int().

◆ range [1/2]

int ItemConvertArgData::range[2]

◆ range [2/2]

float ItemConvertArgData::range[2]

Definition at line 50 of file bpy_rna_array.cc.


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