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'


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to