|
Blender V4.3
|
#include <cstdlib>#include "RNA_define.hh"#include "RNA_enum_types.hh"#include "rna_internal.hh"#include "DNA_lightprobe_types.h"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_lightprobe (BlenderRNA *brna) |
| static void | rna_def_lightprobe_plane (BlenderRNA *brna) |
| static void | rna_def_lightprobe_sphere (BlenderRNA *brna) |
| static void | rna_def_lightprobe_volume (BlenderRNA *brna) |
| void | RNA_def_lightprobe (BlenderRNA *brna) |
Variables | |
| static EnumPropertyItem | parallax_type_items [] |
| static EnumPropertyItem | lightprobe_type_items [] |
| void RNA_def_lightprobe | ( | BlenderRNA * | brna | ) |
Definition at line 438 of file rna_lightprobe.cc.
References rna_def_lightprobe(), rna_def_lightprobe_plane(), rna_def_lightprobe_sphere(), and rna_def_lightprobe_volume().
|
static |
Definition at line 79 of file rna_lightprobe.cc.
References FLT_MAX, LIGHTPROBE_FLAG_INVERT_GROUP, LIGHTPROBE_FLAG_SHOW_CLIP_DIST, LIGHTPROBE_FLAG_SHOW_DATA, LIGHTPROBE_FLAG_SHOW_INFLUENCE, lightprobe_type_items, NC_MATERIAL, ND_SHADING, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, PROP_POINTER, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_animdata_common(), RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_struct_type(), RNA_def_property_ui_icon(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_refine_func(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_lightprobe().
|
static |
Definition at line 186 of file rna_lightprobe.cc.
References RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_lightprobe().
|
static |
Definition at line 199 of file rna_lightprobe.cc.
References FLT_MAX, LIGHTPROBE_FLAG_CUSTOM_PARALLAX, LIGHTPROBE_FLAG_SHOW_PARALLAX, NC_MATERIAL, ND_SHADING, parallax_type_items, PROP_BOOLEAN, PROP_DISTANCE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_lightprobe().
|
static |
Definition at line 255 of file rna_lightprobe.cc.
References FLT_MAX, LIGHTPROBE_GRID_CAPTURE_EMISSION, LIGHTPROBE_GRID_CAPTURE_INDIRECT, LIGHTPROBE_GRID_CAPTURE_WORLD, NC_MATERIAL, ND_SHADING, PROP_BOOLEAN, PROP_DISTANCE, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_lightprobe().
|
static |
Definition at line 60 of file rna_lightprobe.cc.
Referenced by rna_def_lightprobe().
|
static |
Definition at line 54 of file rna_lightprobe.cc.
Referenced by rna_def_lightprobe_sphere().