Blender  V2.93
Functions
rna_access_internal.h File Reference
#include "BLI_utildefines.h"
#include "rna_internal_types.h"

Go to the source code of this file.

Functions

void rna_property_rna_or_id_get (PropertyRNA *prop, PointerRNA *ptr, PropertyRNAOrID *r_prop_rna_or_id)
 
void rna_idproperty_touch (struct IDProperty *idprop)
 
struct IDPropertyrna_idproperty_find (PointerRNA *ptr, const char *name)
 

Function Documentation

◆ rna_idproperty_find()

struct IDProperty* rna_idproperty_find ( PointerRNA ptr,
const char *  name 
)

◆ rna_idproperty_touch()

void rna_idproperty_touch ( struct IDProperty idprop)

◆ rna_property_rna_or_id_get()

void rna_property_rna_or_id_get ( PropertyRNA prop,
PointerRNA ptr,
PropertyRNAOrID r_prop_rna_or_id 
)