Revision: 78084
http://sourceforge.net/p/brlcad/code/78084
Author: starseeker
Date: 2021-01-15 01:52:01 +0000 (Fri, 15 Jan 2021)
Log Message:
-----------
TODO note... this needs to be more robust.
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-15 01:49:22 UTC (rev
78083)
+++ brlcad/trunk/src/libged/npush/npush.cpp 2021-01-15 01:52:01 UTC (rev
78084)
@@ -585,6 +585,10 @@
const dp_i *dpi = &(*si_it);
if (dpi->push_obj) {
if (s.s_c[dpi->dp] > 1) {
+ // TODO - this isn't necessarily true... actual check should
+ // be if matrix isn't different from the original object matrix
+ // (IDN or otherwise) - it's possible a non-IDN matrix gets
pushed
+ // to be IDN and we still need a rename...
if (!bn_mat_is_equal(dpi->mat, bn_mat_identity, s.tol)) {
dpref[dpi->dp].push_back(*dpi);
}
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