[Bf-blender-cvs] [a01d0178977] collada: Cleanup: Collada added a clarifying comment

Gaia Clary noreply at git.blender.org
Wed Mar 28 21:31:17 CEST 2018


Commit: a01d01789774c34b5032b86e8aaf09af6b0b1f54
Author: Gaia Clary
Date:   Sun Mar 25 12:01:40 2018 +0200
Branches: collada
https://developer.blender.org/rBa01d01789774c34b5032b86e8aaf09af6b0b1f54

Cleanup: Collada added a clarifying comment

===================================================================

M	source/blender/collada/BCSampleData.h

===================================================================

diff --git a/source/blender/collada/BCSampleData.h b/source/blender/collada/BCSampleData.h
index 8507417d427..733b5473921 100644
--- a/source/blender/collada/BCSampleData.h
+++ b/source/blender/collada/BCSampleData.h
@@ -37,7 +37,10 @@ extern "C"
 #include "DNA_material_types.h"
 }
 
-
+/*
+ * The list of currently supported animation types
+ * TODO: Maybe this can be made more general
+*/
 typedef enum BC_animation_transform_type {
 
 	/* Translation channels */



More information about the Bf-blender-cvs mailing list