Blender V4.3
rna_access_internal.hh File Reference

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 (IDProperty *idprop)
 
IDPropertyrna_idproperty_find (PointerRNA *ptr, const char *name)
 
PropertyRNArna_struct_find_nested (PointerRNA *ptr, StructRNA *srna)
 

Function Documentation

◆ rna_idproperty_find()

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

◆ rna_idproperty_touch()

◆ rna_property_rna_or_id_get()

◆ rna_struct_find_nested()

PropertyRNA * rna_struct_find_nested ( PointerRNA * ptr,
StructRNA * srna )

Find the property which uses the given nested struct.

Definition at line 861 of file rna_access.cc.

References ptr, RNA_PROP_END, RNA_property_pointer_type(), and RNA_STRUCT_BEGIN.

Referenced by RNA_path_from_ID_to_struct().