Refactor: Move node tools OperatorComputeContext to blenkernel
commit75077a8b0ec19ae0c242ab39f69035dccd2bc24a
authorHans Goudey <hans@blender.org>
Fri, 12 Apr 2024 20:16:47 +0000 (12 16:16 -0400)
committerHans Goudey <hans@blender.org>
Fri, 12 Apr 2024 20:16:55 +0000 (12 16:16 -0400)
treecfb9fa05614686d0fc89353ee8adc1afa64f659e
parent77638a6bec75f1297321060545007e3115330aa4
Refactor: Move node tools OperatorComputeContext to blenkernel

For socket value logging this needs to be used in a couple other places.
Also remove the operator name argument. For the forseable future this
will only be used with the existing node tools operator anyway.
source/blender/blenkernel/BKE_compute_contexts.hh
source/blender/blenkernel/intern/compute_contexts.cc
source/blender/editors/geometry/node_group_operator.cc