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 'intern/cycles/render/object.h')
-rw-r--r--intern/cycles/render/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/object.h b/intern/cycles/render/object.h
index 7a12a06853b..7fe83cf7d91 100644
--- a/intern/cycles/render/object.h
+++ b/intern/cycles/render/object.h
@@ -42,6 +42,7 @@ public:
BoundBox bounds;
ustring name;
vector<ParamValue> attributes;
+ uint visibility;
Object();
~Object();