Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/RNA_access.h
| Context not available. | |||||
| #define RNA_PROP_END \ | #define RNA_PROP_END \ | ||||
| } \ | } \ | ||||
| RNA_property_collection_end(&rna_macro_iter); \ | RNA_property_collection_end(&rna_macro_iter); \ | ||||
| } ((void)0) | } | ||||
| #define RNA_STRUCT_BEGIN(sptr, prop) \ | #define RNA_STRUCT_BEGIN(sptr, prop) \ | ||||
| { \ | { \ | ||||
| Context not available. | |||||
| #define RNA_STRUCT_END \ | #define RNA_STRUCT_END \ | ||||
| } \ | } \ | ||||
| RNA_property_collection_end(&rna_macro_iter); \ | RNA_property_collection_end(&rna_macro_iter); \ | ||||
| } ((void)0) | } | ||||
| /* check if the idproperty exists, for operators */ | /* check if the idproperty exists, for operators */ | ||||
| bool RNA_property_is_set_ex(PointerRNA *ptr, PropertyRNA *prop, bool use_ghost); | bool RNA_property_is_set_ex(PointerRNA *ptr, PropertyRNA *prop, bool use_ghost); | ||||
| Context not available. | |||||