Blender V4.3
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 265 of file DNA_ID.h.

Member Data Documentation

◆ _pad

char IDOverrideLibraryProperty::_pad[2]

Definition at line 284 of file DNA_ID.h.

◆ next

struct IDOverrideLibraryProperty* IDOverrideLibraryProperty::next

Definition at line 266 of file DNA_ID.h.

Referenced by lib_override_library_resync().

◆ operations

◆ prev

struct IDOverrideLibraryProperty * IDOverrideLibraryProperty::prev

Definition at line 266 of file DNA_ID.h.

◆ rna_path

◆ rna_prop_type

unsigned int IDOverrideLibraryProperty::rna_prop_type

The property type matching the rna_path.

Definition at line 287 of file DNA_ID.h.

Referenced by override_apply_property_check_skip().

◆ tag

short IDOverrideLibraryProperty::tag

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