Blender  V3.3
Macros | Functions
rna_depsgraph.c File Reference
#include <stdlib.h>
#include "BLI_path_util.h"
#include "BLI_utildefines.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_object_types.h"
#include "DEG_depsgraph.h"

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 21 of file rna_depsgraph.c.

Function Documentation

◆ rna_def_depsgraph()

static void rna_def_depsgraph ( BlenderRNA brna)
static

◆ RNA_def_depsgraph()

void RNA_def_depsgraph ( BlenderRNA brna)

◆ rna_def_depsgraph_instance()

static void rna_def_depsgraph_instance ( BlenderRNA brna)
static

◆ rna_def_depsgraph_update()

static void rna_def_depsgraph_update ( BlenderRNA brna)
static