|
Blender V4.3
|
#include <cstdlib>#include "BLI_utildefines.h"#include "RNA_access.hh"#include "RNA_define.hh"#include "rna_internal.hh"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_palettecolors (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_palettecolor (BlenderRNA *brna) |
| static void | rna_def_palette (BlenderRNA *brna) |
| void | RNA_def_palette (BlenderRNA *brna) |
| void RNA_def_palette | ( | BlenderRNA * | brna | ) |
Definition at line 176 of file rna_palette.cc.
References rna_def_palette(), rna_def_palettecolor(), and RNA_define_animate_sdna().
|
static |
Definition at line 162 of file rna_palette.cc.
References PROP_COLLECTION, PROP_NONE, rna_def_palettecolors(), RNA_def_property(), RNA_def_property_struct_type(), RNA_def_struct(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_palette().
|
static |
Definition at line 133 of file rna_palette.cc.
References NC_SCENE, ND_TOOLSETTINGS, PROP_COLOR_GAMMA, PROP_FLOAT, PROP_LIB_EXCEPTION, PROP_NONE, RNA_def_property(), RNA_def_property_array(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), and RNA_def_struct_ui_text().
Referenced by RNA_def_palette().
|
static |
Definition at line 97 of file rna_palette.cc.
References FUNC_USE_REPORTS, PARM_REQUIRED, PARM_RNAPTR, PROP_EDITABLE, PROP_NEVER_NULL, PROP_NONE, PROP_POINTER, PROP_THICK_WRAP, 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(), RNA_def_property_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_palette().