Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_draw.cc
| Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Lines | |||||
| #include "UI_view2d.h" | #include "UI_view2d.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_prototypes.h" | #include "RNA_prototypes.h" | ||||
| #include "NOD_geometry_nodes_eval_log.hh" | #include "NOD_geometry_nodes_eval_log.hh" | ||||
| #include "NOD_node_declaration.hh" | #include "NOD_node_declaration.hh" | ||||
| #include "FN_field.hh" | |||||
| #include "FN_field_cpp_type.hh" | #include "FN_field_cpp_type.hh" | ||||
| #include "node_intern.hh" /* own include */ | #include "node_intern.hh" /* own include */ | ||||
| using blender::GPointer; | using blender::GPointer; | ||||
| using blender::fn::FieldCPPType; | using blender::fn::FieldCPPType; | ||||
| using blender::fn::FieldInput; | using blender::fn::FieldInput; | ||||
| using blender::fn::GField; | using blender::fn::GField; | ||||
| ▲ Show 20 Lines • Show All 992 Lines • Show Last 20 Lines | |||||