|
Blender
V3.3
|
#include "MOD_nodes_evaluator.hh"#include "BKE_type_conversions.hh"#include "NOD_geometry_exec.hh"#include "NOD_socket_declarations.hh"#include "DEG_depsgraph_query.h"#include "FN_field.hh"#include "FN_field_cpp_type.hh"#include "FN_multi_function.hh"#include "BLT_translation.h"#include "BLI_enumerable_thread_specific.hh"#include "BLI_generic_value_map.hh"#include "BLI_stack.hh"#include "BLI_task.h"#include "BLI_task.hh"#include "BLI_vector_set.hh"#include <chrono>Go to the source code of this file.
Namespaces | |
| blender | |
| blender::modifiers | |
| blender::modifiers::geometry_nodes | |
Functions | |
| static const CPPType * | blender::modifiers::geometry_nodes::get_socket_cpp_type (const SocketRef &socket) |
| static const CPPType * | blender::modifiers::geometry_nodes::get_socket_cpp_type (const DSocket socket) |
| static bool | blender::modifiers::geometry_nodes::get_implicit_socket_input (const SocketRef &socket, void *r_value) |
| static void | blender::modifiers::geometry_nodes::get_socket_value (const SocketRef &socket, void *r_value) |
| static bool | blender::modifiers::geometry_nodes::node_supports_laziness (const DNode node) |
| void | blender::modifiers::geometry_nodes::evaluate_geometry_nodes (GeometryNodesEvaluationParams ¶ms) |