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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-08-28 22:20:06 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-08-28 22:26:03 +0300
commit8a02c5fc62ca4d4aaddf787a21cbf3d2cbe3d8a5 (patch)
treecf83f308baff609619da45f4b743bc3e444ec826 /intern/cycles/render/object.h
parent116bab702e009ce8043b976b4a9c4afa4c7ff5b0 (diff)
Fix T49163: let Cycles only hide particles with missing motion data, not regular objects.
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 2e5837f672f..7e306fab2a8 100644
--- a/intern/cycles/render/object.h
+++ b/intern/cycles/render/object.h
@@ -51,6 +51,7 @@ public:
uint visibility;
MotionTransform motion;
bool use_motion;
+ bool hide_on_missing_motion;
bool use_holdout;
float3 dupli_generated;