Blender
V3.3
|
#include <stdio.h>
#include <stdlib.h>
#include "DNA_curve_types.h"
#include "DNA_curveprofile_types.h"
#include "RNA_define.h"
#include "rna_internal.h"
#include "WM_api.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_curveprofilepoint (BlenderRNA *brna) |
static void | rna_def_curveprofile_points_api (BlenderRNA *brna, PropertyRNA *cprop) |
static void | rna_def_curveprofile (BlenderRNA *brna) |
void | RNA_def_profile (BlenderRNA *brna) |
Variables | |
static const EnumPropertyItem | prop_handle_type_items [] |
|
static |
Definition at line 201 of file rna_curveprofile.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PROF_PRESET_CORNICE, PROF_PRESET_CROWN, PROF_PRESET_LINE, PROF_PRESET_STEPS, PROF_PRESET_SUPPORTS, PROF_SAMPLE_EVEN_LENGTHS, PROF_SAMPLE_STRAIGHT_EDGES, PROF_USE_CLIP, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_NEVER_NULL, PROP_NONE, rna_def_curveprofile_points_api(), RNA_def_float(), RNA_def_float_vector(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_output(), RNA_def_function_ui_description(), RNA_def_int(), RNA_def_parameter_flags(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_boolean_sdna(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_profile().
|
static |
Definition at line 157 of file rna_curveprofile.c.
References FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PARM_RNAPTR, PROP_NEVER_NULL, PROP_THICK_WRAP, RNA_def_float(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_clear_flags(), RNA_def_parameter_flags(), RNA_def_pointer(), RNA_def_property_srna(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_curveprofile().
|
static |
Definition at line 127 of file rna_curveprofile.c.
References NULL, PROF_SELECT, PROP_BOOLEAN, PROP_ENUM, PROP_FLOAT, prop_handle_type_items, PROP_NONE, PROP_XYZ, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_profile().
void RNA_def_profile | ( | BlenderRNA * | brna | ) |
Definition at line 297 of file rna_curveprofile.c.
References rna_def_curveprofile(), and rna_def_curveprofilepoint().
|
static |
Definition at line 119 of file rna_curveprofile.c.
Referenced by rna_def_curvemappoint(), and rna_def_curveprofilepoint().