Code cleanup / Cycles: Remove unused "curverender" variable from Object class, was never used.
This commit is contained in:
@@ -45,7 +45,6 @@ Object::Object()
|
|||||||
motion.post = transform_identity();
|
motion.post = transform_identity();
|
||||||
use_motion = false;
|
use_motion = false;
|
||||||
use_holdout = false;
|
use_holdout = false;
|
||||||
curverender = false;
|
|
||||||
dupli_generated = make_float3(0.0f, 0.0f, 0.0f);
|
dupli_generated = make_float3(0.0f, 0.0f, 0.0f);
|
||||||
dupli_uv = make_float2(0.0f, 0.0f);
|
dupli_uv = make_float2(0.0f, 0.0f);
|
||||||
}
|
}
|
||||||
|
@@ -46,7 +46,6 @@ public:
|
|||||||
MotionTransform motion;
|
MotionTransform motion;
|
||||||
bool use_motion;
|
bool use_motion;
|
||||||
bool use_holdout;
|
bool use_holdout;
|
||||||
bool curverender;
|
|
||||||
|
|
||||||
float3 dupli_generated;
|
float3 dupli_generated;
|
||||||
float2 dupli_uv;
|
float2 dupli_uv;
|
||||||
|
Reference in New Issue
Block a user