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:
authorHans Goudey <h.goudey@me.com>2022-05-05 13:07:35 +0300
committerHans Goudey <h.goudey@me.com>2022-05-05 13:07:46 +0300
commitb4fa74e812939fdfbcb430013b63020257cdac27 (patch)
tree2695afb2325531e849756f41fe41c76cb7eb5f83 /source/blender/nodes/geometry/node_geometry_util.hh
parent09f769bde580dffed30c91147d8575a229dfb19f (diff)
Cleanup: Rename field input class name
Diffstat (limited to 'source/blender/nodes/geometry/node_geometry_util.hh')
-rw-r--r--source/blender/nodes/geometry/node_geometry_util.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/geometry/node_geometry_util.hh b/source/blender/nodes/geometry/node_geometry_util.hh
index 7af3159bbf8..0ed75bcfa9b 100644
--- a/source/blender/nodes/geometry/node_geometry_util.hh
+++ b/source/blender/nodes/geometry/node_geometry_util.hh
@@ -81,9 +81,9 @@ void separate_geometry(GeometrySet &geometry_set,
std::optional<CustomDataType> node_data_type_to_custom_data_type(eNodeSocketDatatype type);
std::optional<CustomDataType> node_socket_to_custom_data_type(const bNodeSocket &socket);
-class SplineLengthFieldInput final : public GeometryFieldInput {
+class CurveLengthFieldInput final : public GeometryFieldInput {
public:
- SplineLengthFieldInput();
+ CurveLengthFieldInput();
GVArray get_varray_for_context(const GeometryComponent &component,
AttributeDomain domain,
IndexMask mask) const final;