[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58044] branches/soc-2013-cycles_mblur/ intern/cycles/kernel/kernel_types.h: Added the AttributeElement for vertex blocks per Stuart's suggestion.

Gavin Howard gavin.d.howard at gmail.com
Sat Jul 6 19:03:38 CEST 2013


Revision: 58044
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58044
Author:   gdh
Date:     2013-07-06 17:03:37 +0000 (Sat, 06 Jul 2013)
Log Message:
-----------
Added the AttributeElement for vertex blocks per Stuart's suggestion. I 
also added two new AttributeStandards: ATTR_STD_DMOTION_PRE and 
ATTR_STD_DMOTION_POST.

Modified Paths:
--------------
    branches/soc-2013-cycles_mblur/intern/cycles/kernel/kernel_types.h

Modified: branches/soc-2013-cycles_mblur/intern/cycles/kernel/kernel_types.h
===================================================================
--- branches/soc-2013-cycles_mblur/intern/cycles/kernel/kernel_types.h	2013-07-06 13:32:56 UTC (rev 58043)
+++ branches/soc-2013-cycles_mblur/intern/cycles/kernel/kernel_types.h	2013-07-06 17:03:37 UTC (rev 58044)
@@ -409,6 +409,7 @@
 	ATTR_ELEMENT_VALUE,
 	ATTR_ELEMENT_FACE,
 	ATTR_ELEMENT_VERTEX,
+	ATTR_ELEMENT_VERTEX_BLOCK,
 	ATTR_ELEMENT_CORNER,
 	ATTR_ELEMENT_CURVE,
 	ATTR_ELEMENT_CURVE_KEY
@@ -426,6 +427,8 @@
 	ATTR_STD_POSITION_UNDISPLACED,
 	ATTR_STD_MOTION_PRE,
 	ATTR_STD_MOTION_POST,
+	ATTR_STD_DMOTION_PRE,
+	ATTR_STD_DMOTION_POST,
 	ATTR_STD_PARTICLE,
 	ATTR_STD_CURVE_TANGENT,
 	ATTR_STD_CURVE_INTERCEPT,




More information about the Bf-blender-cvs mailing list