[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26892] trunk/lib/tests: As discussed at the meeting I am doing a conformance test suite for importers and exporters .

Tom Musgrove LetterRip at gmail.com
Sun Feb 14 18:46:42 CET 2010


Revision: 26892
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26892
Author:   letterrip
Date:     2010-02-14 18:46:42 +0100 (Sun, 14 Feb 2010)

Log Message:
-----------
As discussed at the meeting I am doing a conformance test suite for importers and exporters. See the description included in this commit for details, contributions welcomed and it is really easy to do.

Added Paths:
-----------
    trunk/lib/tests/export_import_testing/
    trunk/lib/tests/export_import_testing/MESH_GEOMETRY/
    trunk/lib/tests/export_import_testing/MESH_GEOMETRY/all_quads.blend
    trunk/lib/tests/export_import_testing/MESH_GEOMETRY/all_tris.blend
    trunk/lib/tests/export_import_testing/MESH_GEOMETRY/mixed_quads_and_tris.blend
    trunk/lib/tests/export_import_testing/blender export import test suite description.txt

Added: trunk/lib/tests/export_import_testing/MESH_GEOMETRY/all_quads.blend
===================================================================
(Binary files differ)


Property changes on: trunk/lib/tests/export_import_testing/MESH_GEOMETRY/all_quads.blend
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/lib/tests/export_import_testing/MESH_GEOMETRY/all_tris.blend
===================================================================
(Binary files differ)


Property changes on: trunk/lib/tests/export_import_testing/MESH_GEOMETRY/all_tris.blend
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/lib/tests/export_import_testing/MESH_GEOMETRY/mixed_quads_and_tris.blend
===================================================================
(Binary files differ)


Property changes on: trunk/lib/tests/export_import_testing/MESH_GEOMETRY/mixed_quads_and_tris.blend
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/lib/tests/export_import_testing/blender export import test suite description.txt
===================================================================
--- trunk/lib/tests/export_import_testing/blender export import test suite description.txt	                        (rev 0)
+++ trunk/lib/tests/export_import_testing/blender export import test suite description.txt	2010-02-14 17:46:42 UTC (rev 26892)
@@ -0,0 +1,76 @@
+This is a list of files (and needed files) for conformance testing of exporters
+and importers The left hand column is the type of test and/or the folder the test is 
+located in. The right hand column is the name of the blend file the test is in.  
+If no blend file is listed then the test has not been created yet.
+If you wish to contribute, please create a blend that is as simple as 
+possible that can still test the functionality.  
+Try to limit a blend to testing one thing unless it is a a 'complex test'.
+
+SIMPLE TESTS
+
+	MESH_GEOMETRY
+		All Tris				all_tris.blend
+		Mixed Quads and Tri			mixed_quads_and_tris.blend
+		All Quads				all_quads.blend
+		FGons
+		Vertices
+		Edges
+
+	CURVE_GEOMETRY
+		Nurbs
+		Splines
+		Circles
+		Various tangent types
+		2D/3D
+
+	TExT
+
+	METABALL_GEOMETRY
+
+	MODIFIERS
+
+	TRANSFORMS
+		Location
+		Rotation
+		Scale
+
+	HIERARCY
+		Parent_Child
+		Parent_Multiple Child
+	
+	ARMATURES
+
+	SKINNGING
+
+	CONSTRAINTS
+
+	TEXTURE
+		UV Map
+		Double Sided
+
+	MATERIALS
+
+	LIGHTS
+		Spot
+		
+	CAMERAS
+
+	ANIMATION
+		Fcurves
+		NLA
+
+	PARTICLES
+
+	HAIR
+
+	PHYSICS
+
+	FLUIDS
+
+	SMOKE
+
+	CLOTH
+
+	SOFTBODY
+
+COMPLEX_TESTS





More information about the Bf-blender-cvs mailing list