Blender
V3.3
|
#include "intern/node/deg_node_operation.h"
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "intern/depsgraph.h"
#include "intern/node/deg_node_component.h"
#include "intern/node/deg_node_factory.h"
#include "intern/node/deg_node_id.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::deg | |
Functions | |
const char * | blender::deg::operationCodeAsString (OperationCode opcode) |
blender::deg::DEG_DEPSNODE_DEFINE (OperationNode, NodeType::OPERATION, "Operation") | |
void | blender::deg::deg_register_operation_depsnodes () |
Variables | |
static DepsNodeFactoryImpl< OperationNode > | blender::deg::DNTI_OPERATION |