Blender  V3.3
Functions | Variables
rna_lightprobe.c File Reference
#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 []
 

Function Documentation

◆ rna_def_lightprobe()

static void rna_def_lightprobe ( BlenderRNA brna)
static

◆ RNA_def_lightprobe()

void RNA_def_lightprobe ( BlenderRNA brna)

Definition at line 212 of file rna_lightprobe.c.

References rna_def_lightprobe().

Variable Documentation

◆ lightprobe_type_items

EnumPropertyItem lightprobe_type_items[]
static
Initial value:
= {
"CUBEMAP",
ICON_LIGHTPROBE_CUBEMAP,
"Reflection Cubemap",
"Capture reflections"},
{LIGHTPROBE_TYPE_PLANAR, "PLANAR", ICON_LIGHTPROBE_PLANAR, "Reflection Plane", ""},
"GRID",
ICON_LIGHTPROBE_GRID,
"Irradiance Volume",
"Volume used for precomputing indirect lighting"},
{0, NULL, 0, NULL, NULL},
}
@ LIGHTPROBE_TYPE_CUBE
@ LIGHTPROBE_TYPE_PLANAR
@ LIGHTPROBE_TYPE_GRID

Definition at line 43 of file rna_lightprobe.c.

Referenced by rna_def_lightprobe().

◆ parallax_type_items

EnumPropertyItem parallax_type_items[]
static
Initial value:
= {
{LIGHTPROBE_SHAPE_ELIPSOID, "ELIPSOID", ICON_NONE, "Sphere", ""},
{LIGHTPROBE_SHAPE_BOX, "BOX", ICON_NONE, "Box", ""},
{0, NULL, 0, NULL, NULL},
}
@ LIGHTPROBE_SHAPE_BOX
@ LIGHTPROBE_SHAPE_ELIPSOID

Definition at line 37 of file rna_lightprobe.c.

Referenced by rna_def_lightprobe().