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

Public Attributes

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

Detailed Description

Definition at line 42 of file bpy_rna_array.c.

Member Data Documentation

◆ 

union { ... }

◆ 

struct { ... } ItemConvertArgData::float_data

◆ 

struct { ... } ItemConvertArgData::int_data

Referenced by convert_item_init_int(), and py_to_int().

◆ range [1/2]

int ItemConvertArgData::range[2]

Definition at line 45 of file bpy_rna_array.c.

◆ range [2/2]

float ItemConvertArgData::range[2]

Definition at line 48 of file bpy_rna_array.c.


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