From 3060217d39747589d66bc4501ceaf30f59923cdc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 10 Dec 2021 21:40:30 +1100 Subject: Cleanup: move public doc-strings into headers for 'nodes' Ref T92709 --- source/blender/nodes/NOD_geometry_exec.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/nodes/NOD_geometry_exec.hh') diff --git a/source/blender/nodes/NOD_geometry_exec.hh b/source/blender/nodes/NOD_geometry_exec.hh index 7e8c3551f33..5f55794d88c 100644 --- a/source/blender/nodes/NOD_geometry_exec.hh +++ b/source/blender/nodes/NOD_geometry_exec.hh @@ -354,6 +354,11 @@ class GeoNodeExecParams { const GeometryComponent &component, const CustomDataType default_type) const; + /** + * If any of the corresponding input sockets are attributes instead of single values, + * use the highest priority attribute domain from among them. + * Otherwise return the default domain. + */ AttributeDomain get_highest_priority_input_domain(Span names, const GeometryComponent &component, const AttributeDomain default_domain) const; -- cgit v1.2.3