|
Blender V4.3
|
#include <cfloat>#include <cstdlib>#include "RNA_define.hh"#include "BLI_math_rotation.h"#include "rna_internal.hh"#include "DNA_lightprobe_types.h"#include "DNA_material_types.h"#include "DNA_texture_types.h"#include "DNA_world_types.h"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_lighting (BlenderRNA *brna) |
| static void | rna_def_world_mist (BlenderRNA *brna) |
| void | RNA_def_world (BlenderRNA *brna) |
Variables | |
| static const EnumPropertyItem | world_probe_resolution_items [] |
|
static |
Definition at line 124 of file rna_world.cc.
References FLT_MAX, PROP_DISTANCE, PROP_FACTOR, PROP_FLOAT, RNA_def_property(), 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_nested(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by RNA_def_world().
| void RNA_def_world | ( | BlenderRNA * | brna | ) |
Definition at line 211 of file rna_world.cc.
References DEG2RADF, FLT_MAX, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR, PROP_CONTEXT_UPDATE, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_NEVER_NULL, PROP_NONE, PROP_PERCENTAGE, PROP_POINTER, PROP_PTR_NO_OWNERSHIP, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, rna_def_animdata_common(), rna_def_lighting(), RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_array_default(), RNA_def_property_float_sdna(), RNA_def_property_override_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_world_mist(), WO_USE_EEVEE_FINITE_VOLUME, WO_USE_SUN_SHADOW, WO_USE_SUN_SHADOW_JITTER, and world_probe_resolution_items.
|
static |
Definition at line 150 of file rna_world.cc.
References FLT_MAX, PROP_BOOLEAN, PROP_DISTANCE, PROP_ENUM, 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_nested(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), WO_MIST, WO_MIST_INVERSE_QUADRATIC, WO_MIST_LINEAR, and WO_MIST_QUADRATIC.
Referenced by RNA_def_world().
|
static |
Definition at line 114 of file rna_world.cc.
Referenced by RNA_def_world().