Blender V4.3
rna_lattice.cc File Reference
#include <cstdlib>
#include "DNA_curve_types.h"
#include "DNA_key_types.h"
#include "DNA_lattice_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
#include "BLI_utildefines.h"
#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_latticepoint (BlenderRNA *brna)
 
static void rna_def_lattice (BlenderRNA *brna)
 
void RNA_def_lattice (BlenderRNA *brna)
 

Function Documentation

◆ RNA_def_lattice()

void RNA_def_lattice ( BlenderRNA * brna)

Definition at line 406 of file rna_lattice.cc.

References rna_def_lattice(), and rna_def_latticepoint().

◆ rna_def_lattice()

◆ rna_def_latticepoint()