Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/intern/node_socket.cc
| Show All 20 Lines | |||||
| * \ingroup nodes | * \ingroup nodes | ||||
| */ | */ | ||||
| #include <climits> | #include <climits> | ||||
| #include "DNA_node_types.h" | #include "DNA_node_types.h" | ||||
| #include "BLI_color.hh" | #include "BLI_color.hh" | ||||
| #include "BLI_float3.hh" | |||||
| #include "BLI_listbase.h" | #include "BLI_listbase.h" | ||||
| #include "BLI_math_vec_types.hh" | |||||
| #include "BLI_string.h" | #include "BLI_string.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BKE_geometry_set.hh" | #include "BKE_geometry_set.hh" | ||||
| #include "BKE_lib_id.h" | #include "BKE_lib_id.h" | ||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "DNA_collection_types.h" | #include "DNA_collection_types.h" | ||||
| ▲ Show 20 Lines • Show All 884 Lines • Show Last 20 Lines | |||||