- fixed some errors in the buffer and isolate Tcl commands
- updated the camlib.Geometry.buffer() method
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user