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-03-01 01:28:54 +0300
committerHans Goudey <h.goudey@me.com>2022-03-01 01:28:54 +0300
commit94a4dddb1b64ec0912b7b2ac5b2264e86cd3d955 (patch)
tree185525cdf68883393c3303b220ffbe762c933979 /source/blender/blenkernel/intern/geometry_component_curves.cc
parent9ebb65323e57eda953e8a6bd03775318ab7ccb05 (diff)
Fix: Don't tag curves component cache dirty for radius
Changing the radius does not invalidate a cache on `CurvesGeometry`.
Diffstat (limited to 'source/blender/blenkernel/intern/geometry_component_curves.cc')
-rw-r--r--source/blender/blenkernel/intern/geometry_component_curves.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/geometry_component_curves.cc b/source/blender/blenkernel/intern/geometry_component_curves.cc
index e32dd852e0e..5723d110aa0 100644
--- a/source/blender/blenkernel/intern/geometry_component_curves.cc
+++ b/source/blender/blenkernel/intern/geometry_component_curves.cc
@@ -357,7 +357,7 @@ static ComponentAttributeProviders create_attribute_providers_for_curve()
point_access,
make_array_read_attribute<float>,
make_array_write_attribute<float>,
- tag_component_normals_changed);
+ nullptr);
static BuiltinCustomDataLayerProvider id("id",
ATTR_DOMAIN_POINT,