Blender  V3.3
Public Attributes | List of all members
IDPropertyTemplate Union Reference

#include <BKE_idprop.h>

Public Attributes

int i
 
float f
 
double d
 
struct {
   const char *   str
 
   int   len
 
   char   subtype
 
string
 
struct IDid
 
struct {
   int   len
 
   char   type
 
array
 
struct {
   int   matvec_size
 
   const float *   example
 
matrix_or_vector
 

Detailed Description

Definition at line 24 of file BKE_idprop.h.

Member Data Documentation

◆ 

struct { ... } IDPropertyTemplate::array

◆ d

double IDPropertyTemplate::d

Definition at line 27 of file BKE_idprop.h.

Referenced by blender::bke::idprop::create(), idp_from_PyFloat(), and IDP_New().

◆ example

const float* IDPropertyTemplate::example

Definition at line 40 of file BKE_idprop.h.

◆ f

float IDPropertyTemplate::f

◆ i

int IDPropertyTemplate::i

◆ id

struct ID* IDPropertyTemplate::id

Definition at line 33 of file BKE_idprop.h.

Referenced by idp_from_DatablockPointer(), IDP_New(), and RNA_property_pointer_set().

◆ len

int IDPropertyTemplate::len

◆ 

struct { ... } IDPropertyTemplate::matrix_or_vector

◆ matvec_size

int IDPropertyTemplate::matvec_size

Definition at line 39 of file BKE_idprop.h.

◆ str

const char* IDPropertyTemplate::str

◆ 

struct { ... } IDPropertyTemplate::string

◆ subtype

char IDPropertyTemplate::subtype

◆ type

char IDPropertyTemplate::type

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