Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_nodes.cc
| Show First 20 Lines • Show All 83 Lines • ▼ Show 20 Lines | |||||
| #include "NOD_node_declaration.hh" | #include "NOD_node_declaration.hh" | ||||
| #include "FN_field.hh" | #include "FN_field.hh" | ||||
| #include "FN_field_cpp_type.hh" | #include "FN_field_cpp_type.hh" | ||||
| #include "FN_multi_function.hh" | #include "FN_multi_function.hh" | ||||
| using blender::Array; | using blender::Array; | ||||
| using blender::ColorGeometry4f; | using blender::ColorGeometry4f; | ||||
| using blender::CPPType; | |||||
| using blender::destruct_ptr; | using blender::destruct_ptr; | ||||
| using blender::float3; | using blender::float3; | ||||
| using blender::FunctionRef; | using blender::FunctionRef; | ||||
| using blender::IndexRange; | using blender::IndexRange; | ||||
| using blender::Map; | using blender::Map; | ||||
| using blender::MultiValueMap; | using blender::MultiValueMap; | ||||
| using blender::MutableSpan; | using blender::MutableSpan; | ||||
| using blender::Set; | using blender::Set; | ||||
| ▲ Show 20 Lines • Show All 1,648 Lines • Show Last 20 Lines | |||||