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:
authorJacques Lucke <jacques@blender.org>2022-06-02 17:42:53 +0300
committerJacques Lucke <jacques@blender.org>2022-06-02 17:42:53 +0300
commit9e43a57d22df57f5e7a572ddff3591df8120b547 (patch)
tree87a63cb5895fda16cb3d0511b48a65cdb458153c /intern/cycles/scene/attribute.h
parent9580f23596fae21d867fa3dae88efd4c57016139 (diff)
Cycles: fix missing attribute update
Differential Revision: https://developer.blender.org/D15102
Diffstat (limited to 'intern/cycles/scene/attribute.h')
-rw-r--r--intern/cycles/scene/attribute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/scene/attribute.h b/intern/cycles/scene/attribute.h
index fd13b8ff6de..7f8cbf32049 100644
--- a/intern/cycles/scene/attribute.h
+++ b/intern/cycles/scene/attribute.h
@@ -194,6 +194,7 @@ class AttributeSet {
void remove(AttributeStandard std);
Attribute *find(AttributeRequest &req);
+ Attribute *find_matching(const Attribute &other);
void remove(Attribute *attribute);