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

#include <DNA_ID.h>

Public Attributes

struct IDOverrideLibraryPropertynext
 
struct IDOverrideLibraryPropertyprev
 
char * rna_path
 
ListBase operations
 
short tag
 
char _pad [2]
 
unsigned int rna_prop_type
 

Detailed Description

A single overridden property, contain all operations on this one.

Definition at line 248 of file DNA_ID.h.

Member Data Documentation

◆ _pad

char IDOverrideLibraryProperty::_pad[2]

Definition at line 266 of file DNA_ID.h.

◆ next

struct IDOverrideLibraryProperty* IDOverrideLibraryProperty::next

◆ operations

ListBase IDOverrideLibraryProperty::operations

◆ prev

struct IDOverrideLibraryProperty * IDOverrideLibraryProperty::prev

Definition at line 249 of file DNA_ID.h.

◆ rna_path

char* IDOverrideLibraryProperty::rna_path

◆ rna_prop_type

unsigned int IDOverrideLibraryProperty::rna_prop_type

The property type matching the rna_path.

Definition at line 269 of file DNA_ID.h.

Referenced by rna_property_override_apply_ex().

◆ tag

short IDOverrideLibraryProperty::tag

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