Cleanup: Move node ID hash utilities to bke namespace
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user