Blender V5.0
node_rna_define.cc File Reference
#include "NOD_rna_define.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes

Functions

const EnumPropertyItemblender::nodes::enum_items_filter (const EnumPropertyItem *original_item_array, FunctionRef< bool(const EnumPropertyItem &item)> fn)
PropertyRNAblender::nodes::RNA_def_node_enum (StructRNA *srna, const char *identifier, const char *ui_name, const char *ui_description, const EnumPropertyItem *static_items, const EnumRNAAccessors accessors, std::optional< int > default_value, const EnumPropertyItemFunc item_func, const bool allow_animation)
PropertyRNAblender::nodes::RNA_def_node_boolean (StructRNA *srna, const char *identifier, const char *ui_name, const char *ui_description, const BooleanRNAAccessors accessors, std::optional< bool > default_value, bool allow_animation)