Fix T49163: let Cycles only hide particles with missing motion data, not regular objects.

This commit is contained in:
Brecht Van Lommel
2016-08-28 21:20:06 +02:00
parent 116bab702e
commit 8a02c5fc62
3 changed files with 44 additions and 28 deletions

View File

@@ -51,6 +51,7 @@ public:
uint visibility;
MotionTransform motion;
bool use_motion;
bool hide_on_missing_motion;
bool use_holdout;
float3 dupli_generated;