Blender V4.3
rna_cachefile.cc File Reference
#include "DNA_cachefile_types.h"
#include "DNA_scene_types.h"
#include "BLT_translation.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "rna_internal.hh"

Go to the source code of this file.

Functions

static void rna_def_alembic_object_path (BlenderRNA *brna)
 
static void rna_def_cachefile_object_paths (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_cachefile_layer (BlenderRNA *brna)
 
static void rna_def_cachefile_layers (BlenderRNA *brna, PropertyRNA *cprop)
 
static void rna_def_cachefile (BlenderRNA *brna)
 
void RNA_def_cachefile (BlenderRNA *brna)
 

Variables

const EnumPropertyItem rna_enum_velocity_unit_items []
 

Function Documentation

◆ rna_def_alembic_object_path()

◆ RNA_def_cachefile()

void RNA_def_cachefile ( BlenderRNA * brna)

◆ rna_def_cachefile()

◆ rna_def_cachefile_layer()

◆ rna_def_cachefile_layers()

◆ rna_def_cachefile_object_paths()

static void rna_def_cachefile_object_paths ( BlenderRNA * brna,
PropertyRNA * cprop )
static

Variable Documentation

◆ rna_enum_velocity_unit_items

const EnumPropertyItem rna_enum_velocity_unit_items[]
Initial value:
= {
{CACHEFILE_VELOCITY_UNIT_SECOND, "SECOND", 0, "Second", ""},
{CACHEFILE_VELOCITY_UNIT_FRAME, "FRAME", 0, "Frame", ""},
{0, nullptr, 0, nullptr, nullptr},
}
@ CACHEFILE_VELOCITY_UNIT_SECOND
@ CACHEFILE_VELOCITY_UNIT_FRAME

Definition at line 20 of file rna_cachefile.cc.

Referenced by rna_def_cachefile(), and rna_def_volume().