Show repair stats in object info dialog
This commit is contained in:
parent
00683195c8
commit
6affa23297
5 changed files with 28 additions and 6 deletions
|
@ -29,7 +29,6 @@ TriangleMesh::stats()
|
|||
(void)hv_stores( hv, "facets_reversed", newSViv(THIS->stl.stats.facets_reversed) );
|
||||
(void)hv_stores( hv, "backwards_edges", newSViv(THIS->stl.stats.backwards_edges) );
|
||||
(void)hv_stores( hv, "normals_fixed", newSViv(THIS->stl.stats.normals_fixed) );
|
||||
(void)hv_stores( hv, "facets_reversed", newSViv(THIS->stl.stats.facets_reversed) );
|
||||
RETVAL = (SV*)newRV_noinc((SV*)hv);
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue