Blender V5.0
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 266 of file DNA_ID.h.

Member Data Documentation

◆ _pad

char IDOverrideLibraryProperty::_pad[2]

Definition at line 285 of file DNA_ID.h.

◆ next

struct IDOverrideLibraryProperty* IDOverrideLibraryProperty::next

◆ operations

◆ prev

struct IDOverrideLibraryProperty * IDOverrideLibraryProperty::prev

Definition at line 267 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 288 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: