Blender
V3.3
|
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "rna_internal.h"
#include "WM_types.h"
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) |
|
static |
Definition at line 160 of file rna_palette.c.
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().
void RNA_def_palette | ( | BlenderRNA * | brna | ) |
Definition at line 174 of file rna_palette.c.
References rna_def_palette(), rna_def_palettecolor(), and RNA_define_animate_sdna().
|
static |
Definition at line 131 of file rna_palette.c.
References NC_SCENE, ND_TOOLSETTINGS, NULL, 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 95 of file rna_palette.c.
References FUNC_USE_REPORTS, NULL, 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().