[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58457] branches/soc-2013-cycles_mblur/ intern/cycles/blender/blender_object.cpp: Deleted another object-> use_motion line.

Gavin Howard gavin.d.howard at gmail.com
Sat Jul 20 20:20:55 CEST 2013


Revision: 58457
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58457
Author:   gdh
Date:     2013-07-20 18:20:54 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
Deleted another object->use_motion line. We don't need these lines 
anymore because the user sets that option.

Note: I know that I am committing a lot of tiny revisions. Based on 
experience, I would like to do that more often to better guarantee
that nothing is going to go wrong. If anyone thinks bigger commits
would be better, please let me know.

Modified Paths:
--------------
    branches/soc-2013-cycles_mblur/intern/cycles/blender/blender_object.cpp

Modified: branches/soc-2013-cycles_mblur/intern/cycles/blender/blender_object.cpp
===================================================================
--- branches/soc-2013-cycles_mblur/intern/cycles/blender/blender_object.cpp	2013-07-20 18:16:26 UTC (rev 58456)
+++ branches/soc-2013-cycles_mblur/intern/cycles/blender/blender_object.cpp	2013-07-20 18:20:54 UTC (rev 58457)
@@ -293,8 +293,6 @@
 					object->motion.pre = tfm;
 				else
 					object->motion.post = tfm;
-
-				object->use_motion = true;
 			}
 
 			/* mesh deformation blur not supported yet */




More information about the Bf-blender-cvs mailing list