|
Blender V4.3
|
#include <cstdlib>#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "DNA_curves_types.h"#include "BKE_attribute.h"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_curves_point (BlenderRNA *brna) |
| static void | rna_def_read_only_float_vector (BlenderRNA *brna) |
| static void | rna_def_curves_curve (BlenderRNA *brna) |
| static void | rna_def_curves (BlenderRNA *brna) |
| void | RNA_def_curves (BlenderRNA *brna) |
Variables | |
| const EnumPropertyItem | rna_enum_curves_type_items [] |
| const EnumPropertyItem | rna_enum_curves_handle_type_items [] |
| const EnumPropertyItem | rna_enum_curve_normal_mode_items [] |
| void RNA_def_curves | ( | BlenderRNA * | brna | ) |
Definition at line 564 of file rna_curves.cc.
References rna_def_curves(), rna_def_curves_curve(), and rna_def_curves_point().
|
static |
Definition at line 407 of file rna_curves.cc.
References Curves, CURVES_SYMMETRY_X, CURVES_SYMMETRY_Y, CURVES_SYMMETRY_Z, CV_SCULPT_COLLISION_ENABLED, NC_OBJECT, ND_DRAW, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_IGNORE, RNA_api_curves(), rna_def_animdata_common(), rna_def_attributes_common(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_string_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), rna_def_read_only_float_vector(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and rna_enum_attribute_curves_domain_items.
Referenced by RNA_def_curves().
|
static |
Definition at line 367 of file rna_curves.cc.
References PROP_COLLECTION, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_UNSIGNED, PROPOVERRIDE_IGNORE, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_int_funcs(), RNA_def_property_override_flag(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_path_func(), and RNA_def_struct_ui_text().
Referenced by RNA_def_curves().
|
static |
Definition at line 325 of file rna_curves.cc.
References PROP_DISTANCE, PROP_EDITABLE, PROP_FLOAT, PROP_INT, PROP_TRANSLATION, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_path_func(), and RNA_def_struct_ui_text().
Referenced by RNA_def_curves().
|
static |
Definition at line 354 of file rna_curves.cc.
References PROP_DIRECTION, PROP_EDITABLE, PROP_FLOAT, RNA_def_property(), RNA_def_property_array(), RNA_def_property_clear_flag(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_curves().
| const EnumPropertyItem rna_enum_curve_normal_mode_items[] |
Definition at line 54 of file rna_curves.cc.
Referenced by blender::nodes::node_geo_set_curve_normal_cc::node_rna().
| const EnumPropertyItem rna_enum_curves_handle_type_items[] |
Definition at line 30 of file rna_curves.cc.
Referenced by blender::ed::curves::CURVES_OT_handle_type_set(), and blender::ed::greasepencil::GREASE_PENCIL_OT_set_handle_type().
| const EnumPropertyItem rna_enum_curves_type_items[] |
Definition at line 22 of file rna_curves.cc.
Referenced by blender::ed::curves::CURVES_OT_curve_type_set(), blender::io::usd::USDCurvesWriter::do_write(), blender::ed::greasepencil::GREASE_PENCIL_OT_set_curve_type(), and blender::nodes::node_geo_curve_spline_type_cc::node_rna().