Blender V4.3
rna_depsgraph.cc File Reference
#include <array>
#include <cstdlib>
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BLI_path_utils.hh"
#include "BLI_utildefines.h"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "rna_internal.hh"
#include "DNA_object_types.h"
#include "DEG_depsgraph.hh"

Go to the source code of this file.

Macros

#define STATS_MAX_SIZE   16384
 

Functions

static void rna_def_depsgraph_instance (BlenderRNA *brna)
 
static void rna_def_depsgraph_update (BlenderRNA *brna)
 
static void rna_def_depsgraph (BlenderRNA *brna)
 
void RNA_def_depsgraph (BlenderRNA *brna)
 

Macro Definition Documentation

◆ STATS_MAX_SIZE

#define STATS_MAX_SIZE   16384

Definition at line 26 of file rna_depsgraph.cc.

Referenced by rna_def_depsgraph().

Function Documentation

◆ RNA_def_depsgraph()

void RNA_def_depsgraph ( BlenderRNA * brna)

◆ rna_def_depsgraph()

◆ rna_def_depsgraph_instance()

◆ rna_def_depsgraph_update()