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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-08-25 23:51:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-11 11:18:59 +0300
commit552d15c97698ac4270c462385a9b111f6e8329c3 (patch)
treee411f497c311ee30d7cdb1215634c395b33c7c5c /intern/cycles/render/attribute.h
parent4782000fd5b2a1ae3041884f64ab192dbcb853c0 (diff)
Cycles: Add utility function to remove given attribute
Diffstat (limited to 'intern/cycles/render/attribute.h')
-rw-r--r--intern/cycles/render/attribute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/attribute.h b/intern/cycles/render/attribute.h
index a64eb6542d5..d15ee401a72 100644
--- a/intern/cycles/render/attribute.h
+++ b/intern/cycles/render/attribute.h
@@ -120,6 +120,8 @@ public:
Attribute *find(AttributeRequest& req);
+ void remove(Attribute *attribute);
+
void resize(bool reserve_only = false);
void clear();
};