Fix a few issues reported by coverity scan.
This commit is contained in:
@@ -41,10 +41,13 @@ Object::Object()
|
||||
particle_id = 0;
|
||||
bounds = BoundBox::empty;
|
||||
motion.pre = transform_identity();
|
||||
motion.mid = transform_identity();
|
||||
motion.post = transform_identity();
|
||||
use_motion = false;
|
||||
use_holdout = false;
|
||||
curverender = false;
|
||||
dupli_generated = make_float3(0.0f, 0.0f, 0.0f);
|
||||
dupli_uv = make_float2(0.0f, 0.0f);
|
||||
}
|
||||
|
||||
Object::~Object()
|
||||
|
Reference in New Issue
Block a user