Revision: 65391
          http://sourceforge.net/p/brlcad/code/65391
Author:   ejno
Date:     2015-06-18 18:30:43 +0000 (Thu, 18 Jun 2015)
Log Message:
-----------
handle primitives in boolean ops that are within non-region toplevel 
combinations

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp

Modified: brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
===================================================================
--- brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-18 
18:04:37 UTC (rev 65390)
+++ brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-18 
18:30:43 UTC (rev 65391)
@@ -2193,7 +2193,7 @@
        converted = convert_primitive(data, *path, *internal, subtracted);
 
     if (!converted) {
-       if (!facetize && subtracted)
+       if (!facetize && subtracted && region_dir)
            data.m_failed_regions.insert(region_dir);
        else
            return nmg_booltree_leaf_tess(tree_state, path, internal, 
client_data);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to