Revision: 78123
          http://sourceforge.net/p/brlcad/code/78123
Author:   starseeker
Date:     2021-01-25 21:36:54 +0000 (Mon, 25 Jan 2021)
Log Message:
-----------
Note if we're applying matrix to the solid parameters

Modified Paths:
--------------
    brlcad/trunk/src/libged/npush/npush.cpp

Modified: brlcad/trunk/src/libged/npush/npush.cpp
===================================================================
--- brlcad/trunk/src/libged/npush/npush.cpp     2021-01-25 21:23:19 UTC (rev 
78122)
+++ brlcad/trunk/src/libged/npush/npush.cpp     2021-01-25 21:36:54 UTC (rev 
78123)
@@ -591,10 +591,13 @@
            if (dpii->is_leaf) {
                if ((*dpii).iname.length()){
                    bu_log("%s: is leaf\n", (*dpii).iname.c_str());
+                   bn_mat_print("to be applied", (*dpii).mat);
                } else {
                    bu_log("%s: is leaf\n", dp->d_namep);
+                   bn_mat_print("to be applied", (*dpii).mat);
                }
-               bn_mat_print(tp->tr_l.tl_name, (*dpii).mat);
+               if ((*dpii).apply_to_solid)
+                   bu_log("Push to solid parameters\n");
 
                /* Done with branch - put back the old matrix state */
                MAT_COPY(*curr_mat, om);

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