Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/nodes/NOD_geometry_exec.hh')
-rw-r--r--source/blender/nodes/NOD_geometry_exec.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/NOD_geometry_exec.hh b/source/blender/nodes/NOD_geometry_exec.hh
index 176a240791e..8ffa9d978a8 100644
--- a/source/blender/nodes/NOD_geometry_exec.hh
+++ b/source/blender/nodes/NOD_geometry_exec.hh
@@ -308,7 +308,7 @@ class GeoNodeExecParams {
GVArray get_input_attribute(const StringRef name,
const GeometryComponent &component,
eAttrDomain domain,
- const eCustomDataType type,
+ eCustomDataType type,
const void *default_value) const;
template<typename T>
@@ -328,7 +328,7 @@ class GeoNodeExecParams {
*/
eCustomDataType get_input_attribute_data_type(const StringRef name,
const GeometryComponent &component,
- const eCustomDataType default_type) const;
+ eCustomDataType default_type) const;
/**
* If any of the corresponding input sockets are attributes instead of single values,