Blender  V2.93
Functions
rna_volume.c File Reference
#include <stdlib.h>
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_scene_types.h"
#include "DNA_volume_types.h"
#include "BKE_volume.h"
#include "BLI_math_base.h"

Go to the source code of this file.

Functions

static void rna_def_volume_grid (BlenderRNA *brna)
 
static void rna_def_volume_grids (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_volume_display (BlenderRNA *brna)
 
static void rna_def_volume_render (BlenderRNA *brna)
 
static void rna_def_volume (BlenderRNA *brna)
 
void RNA_def_volume (BlenderRNA *brna)
 

Function Documentation

◆ rna_def_volume()

static void rna_def_volume ( BlenderRNA brna)
static

◆ RNA_def_volume()

void RNA_def_volume ( BlenderRNA brna)

◆ rna_def_volume_display()

static void rna_def_volume_display ( BlenderRNA brna)
static

◆ rna_def_volume_grid()

static void rna_def_volume_grid ( BlenderRNA brna)
static

◆ rna_def_volume_grids()

static void rna_def_volume_grids ( BlenderRNA brna,
PropertyRNA cprop 
)
static

◆ rna_def_volume_render()

static void rna_def_volume_render ( BlenderRNA brna)
static