[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58131] branches/soc-2013-cycles_mblur/ intern/cycles/render/object.cpp: Added an initializer to the Object class constructor.

Gavin Howard gavin.d.howard at gmail.com
Wed Jul 10 02:29:33 CEST 2013


Revision: 58131
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58131
Author:   gdh
Date:     2013-07-10 00:29:32 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
Added an initializer to the Object class constructor.

Modified Paths:
--------------
    branches/soc-2013-cycles_mblur/intern/cycles/render/object.cpp

Modified: branches/soc-2013-cycles_mblur/intern/cycles/render/object.cpp
===================================================================
--- branches/soc-2013-cycles_mblur/intern/cycles/render/object.cpp	2013-07-09 23:40:53 UTC (rev 58130)
+++ branches/soc-2013-cycles_mblur/intern/cycles/render/object.cpp	2013-07-10 00:29:32 UTC (rev 58131)
@@ -45,6 +45,7 @@
 	motion.pre = transform_identity();
 	motion.post = transform_identity();
 	use_motion = false;
+	use_deform_mblur = false;
 	use_holdout = false;
 	curverender = false;
 }




More information about the Bf-blender-cvs mailing list