Blender
V3.3
|
#include <float.h>
#include <stdlib.h>
#include "RNA_define.h"
#include "rna_internal.h"
#include "DNA_material_types.h"
#include "DNA_texture_types.h"
#include "DNA_world_types.h"
#include "WM_types.h"
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) |
|
static |
Definition at line 105 of file rna_world.c.
References NULL, PROP_BOOLEAN, PROP_DISTANCE, PROP_FACTOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_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(), and WO_AMB_OCC.
Referenced by RNA_def_world().
void RNA_def_world | ( | BlenderRNA * | brna | ) |
Definition at line 200 of file rna_world.c.
References NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLOR, PROP_CONTEXT_UPDATE, PROP_EDITABLE, PROP_FLOAT, PROP_NEVER_NULL, PROP_NONE, 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_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_string_funcs(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), and rna_def_world_mist().
|
static |
Definition at line 139 of file rna_world.c.
References NULL, 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().