Skip to content

Commit 23dd773

Browse files
committed
adding a debug statement indicating when a bound is recalculated
1 parent f080f6b commit 23dd773

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/Align.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ public static Bounds getBounds(List<CSG> incoming, TransformNR frame, HashMap<CS
258258

259259
for (CSG csg : incoming) {
260260
if (cache.get(csg) == null) {
261+
Log.debug("Computing bounds for "+csg.getName());
261262
Transform inverse = TransformFactory.nrToCSG(frame).inverse();
262263

263264
if (csg.hasManipulator()) {

0 commit comments

Comments
 (0)