Blender
V3.3
|
#include <cstdlib>
#include "BLI_utildefines.h"
#include "DNA_customdata_types.h"
#include "DEG_depsgraph.h"
#include "intern/depsgraph_type.h"
#include "intern/node/deg_node.h"
#include "intern/node/deg_node_component.h"
#include "intern/node/deg_node_factory.h"
#include "intern/node/deg_node_operation.h"
Go to the source code of this file.
Functions | |
void | DEG_register_node_types () |
void | DEG_free_node_types () |
Defines and code for core node types.
Definition in file depsgraph_type.cc.
Free node type registry on exit.
Definition at line 34 of file depsgraph_type.cc.
Referenced by BKE_blender_free(), blender::io::alembic::AlembicExportTest::TearDown(), BlendfileLoadingBaseTest::TearDownTestCase(), and wm_main_playanim_intern().
Register all node types.
Definition at line 26 of file depsgraph_type.cc.
References blender::deg::deg_register_base_depsnodes(), blender::deg::deg_register_component_depsnodes(), and blender::deg::deg_register_operation_depsnodes().
Referenced by main(), blender::io::alembic::AlembicExportTest::SetUp(), and BlendfileLoadingBaseTest::SetUpTestCase().