- fixed a performance issue in panelize Tcl command: when panelizing a Geometry object the total solid_geometry was calculated for each tool, but it was enough to be calculated once
This commit is contained in:
@@ -20,7 +20,7 @@ class TclCommandBounds(TclCommand):
|
||||
|
||||
"""
|
||||
|
||||
# List of all command aliases, to be able use old names for backward compatibility (add_poly, add_polygon)
|
||||
# List of all command aliases, to be able to use old names for backward compatibility (add_poly, add_polygon)
|
||||
aliases = ['get_bounds', 'bounds']
|
||||
|
||||
description = '%s %s' % ("--", "Return in the console a list of bounds values for a list of objects.")
|
||||
|
||||
Reference in New Issue
Block a user