Cycles: Fix unreported - Missing node group for the Camera Node

Thanks to linda2 for reporting in IRC.
This commit is contained in:
Lukas Stockner 2016-09-05 04:07:10 +02:00 committed by Sergey Sharybin
parent 579e8c707b
commit 2ef4db4077
1 changed files with 1 additions and 0 deletions

View File

@ -770,6 +770,7 @@ class CameraNode : public ShaderNode {
public:
SHADER_NODE_CLASS(CameraNode)
bool has_spatial_varying() { return true; }
virtual int get_group() { return NODE_GROUP_LEVEL_2; }
};
class FresnelNode : public ShaderNode {