diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-03 04:00:31 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-03 04:00:31 (GMT) |
commit | 3dbb23ce682cbe1f8da83de2c12ecd362f76eef6 (patch) | |
tree | 1d0652ca8c5cc66a25ed00db6b1350574be4fe69 /src/node.cc | |
parent | a97a32f3e55f058a16f4b4ede7b1b46edd868d36 (diff) |
Call progress callback for each child node of boolean ops
git-svn-id: http://svn.clifford.at/openscad/trunk@479 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/node.cc')
-rw-r--r-- | src/node.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.cc b/src/node.cc index 3121549..87a7051 100644 --- a/src/node.cc +++ b/src/node.cc @@ -93,6 +93,7 @@ static CGAL_Nef_polyhedron render_cgal_nef_polyhedron_backend(const AbstractNode else N.p3 += v->render_cgal_nef_polyhedron().p3; } + v->progress_report(); } that->cgal_nef_cache.insert(cache_id, new AbstractNode::cgal_nef_cache_entry(N), N.weight()); |