Blender
V3.3
|
#include <stdlib.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_lightprobe_types.h"
#include "WM_types.h"
Go to the source code of this file.
Functions | |
static void | rna_def_lightprobe (BlenderRNA *brna) |
void | RNA_def_lightprobe (BlenderRNA *brna) |
Variables | |
static EnumPropertyItem | parallax_type_items [] |
static EnumPropertyItem | lightprobe_type_items [] |
|
static |
Definition at line 58 of file rna_lightprobe.c.
References LIGHTPROBE_FLAG_CUSTOM_PARALLAX, LIGHTPROBE_FLAG_INVERT_GROUP, LIGHTPROBE_FLAG_SHOW_CLIP_DIST, LIGHTPROBE_FLAG_SHOW_DATA, LIGHTPROBE_FLAG_SHOW_INFLUENCE, LIGHTPROBE_FLAG_SHOW_PARALLAX, lightprobe_type_items, NC_MATERIAL, ND_SHADING, NULL, parallax_type_items, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, 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_enum_sdna(), 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_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_icon(), and RNA_def_struct_ui_text().
Referenced by RNA_def_lightprobe().
void RNA_def_lightprobe | ( | BlenderRNA * | brna | ) |
Definition at line 212 of file rna_lightprobe.c.
References rna_def_lightprobe().
|
static |
Definition at line 43 of file rna_lightprobe.c.
Referenced by rna_def_lightprobe().
|
static |
Definition at line 37 of file rna_lightprobe.c.
Referenced by rna_def_lightprobe().