- fixed some errors in the buffer and isolate Tcl commands

- updated the camlib.Geometry.buffer() method
This commit is contained in:
Marius Stanciu
2022-01-26 17:12:03 +02:00
committed by Marius
parent 805cf75e85
commit d6d251173c
4 changed files with 33 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ class TclCommandIsolate(TclCommandSignaled):
par = args['combine']
args['combine'] = bool(eval(par))
else:
args['combine'] = bool(eval(self.app.defaults["tools_iso_combine_passes"]))
args['combine'] = bool(eval(str(self.app.defaults["tools_iso_combine_passes"])))
obj = self.app.collection.get_by_name(name)
if obj is None: