[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58001] branches/soc-2013-cycles_mblur/ intern/cycles/render/attribute.cpp: Added ATTR_STD_DMOTION_PRE and ATTR_STD_DMOTION_POST to the

Gavin Howard gavin.d.howard at gmail.com
Thu Jul 4 21:09:08 CEST 2013


Revision: 58001
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58001
Author:   gdh
Date:     2013-07-04 19:09:08 +0000 (Thu, 04 Jul 2013)
Log Message:
-----------
Added ATTR_STD_DMOTION_PRE and ATTR_STD_DMOTION_POST to the 
Attribute::standard_name function.

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

Modified: branches/soc-2013-cycles_mblur/intern/cycles/render/attribute.cpp
===================================================================
--- branches/soc-2013-cycles_mblur/intern/cycles/render/attribute.cpp	2013-07-04 18:58:00 UTC (rev 58000)
+++ branches/soc-2013-cycles_mblur/intern/cycles/render/attribute.cpp	2013-07-04 19:09:08 UTC (rev 58001)
@@ -145,6 +145,10 @@
 		return "motion_pre";
 	else if(std == ATTR_STD_MOTION_POST)
 		return "motion_post";
+	else if(std == ATTR_STD_DMOTION_PRE)
+		return "dmotion_pre";
+	else if(std == ATTR_STD_DMOTION_POST)
+		return "dmotion_post";
 	else if(std == ATTR_STD_PARTICLE)
 		return "particle";
 	else if(std == ATTR_STD_CURVE_TANGENT)




More information about the Bf-blender-cvs mailing list