[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22475] trunk/blender/release/scripts/ export_map.py: had support for single triangular brush commented when it works ok.

Campbell Barton ideasman42 at gmail.com
Sat Aug 15 21:28:28 CEST 2009


Revision: 22475
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22475
Author:   campbellbarton
Date:     2009-08-15 21:28:28 +0200 (Sat, 15 Aug 2009)

Log Message:
-----------
had support for single triangular brush commented when it works ok.
thanks to j michaelson for pointing out.

Modified Paths:
--------------
    trunk/blender/release/scripts/export_map.py

Modified: trunk/blender/release/scripts/export_map.py
===================================================================
--- trunk/blender/release/scripts/export_map.py	2009-08-15 18:58:01 UTC (rev 22474)
+++ trunk/blender/release/scripts/export_map.py	2009-08-15 19:28:28 UTC (rev 22475)
@@ -197,7 +197,7 @@
 	is the face group a tri cylinder
 	Returens a bool, true if the faces make an extruded tri solid
 	'''
-	return False
+	
 	# cube must have 5 faces
 	if len(faces) != 5:
 		print '1'





More information about the Bf-blender-cvs mailing list