Cleanup: Move node ID hash utilities to bke namespace

This commit is contained in:
Hans Goudey
2024-12-22 10:52:08 -05:00
parent c62a032fab
commit 42fc3922aa

View File

@@ -46,7 +46,7 @@ namespace blender::bke::node_tree_reference_lifetimes {
struct ReferenceLifetimesInfo;
}
namespace blender {
namespace blender::bke {
struct NodeIDHash {
uint64_t operator()(const bNode *node) const
@@ -74,10 +74,6 @@ struct NodeIDEquality {
}
};
} // namespace blender
namespace blender::bke {
enum class FieldSocketState : int8_t {
RequiresSingle,
CanBeField,