Blender
V3.3
|
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_curves_types.h"
#include "BLI_math_base.h"
#include "BLI_string.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_curves_point (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_types [] |
|
static |
Definition at line 259 of file rna_curves.c.
References CURVES_SYMMETRY_X, CURVES_SYMMETRY_Y, CURVES_SYMMETRY_Z, CV_SCULPT_SELECTION_ENABLED, NC_OBJECT, ND_DRAW, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_NONE, PROP_POINTER, PROP_STRING, 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_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_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), RNA_define_verify_sdna(), and rna_enum_attribute_curves_domain_items.
Referenced by RNA_def_curves().
void RNA_def_curves | ( | BlenderRNA * | brna | ) |
Definition at line 378 of file rna_curves.c.
References rna_def_curves(), rna_def_curves_curve(), and rna_def_curves_point().
|
static |
Definition at line 220 of file rna_curves.c.
References NULL, PROP_COLLECTION, PROP_EDITABLE, PROP_INT, PROP_NONE, PROP_UNSIGNED, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_int_funcs(), 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 192 of file rna_curves.c.
References NULL, 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().
const EnumPropertyItem rna_enum_curves_types[] |
Definition at line 21 of file rna_curves.c.
Referenced by def_geo_curve_spline_type().