- updated the offset and scale Tcl commands to work on a selection of objects
This commit is contained in:
@@ -53,6 +53,9 @@ class TclCommandJoinGeometry(TclCommand):
|
||||
|
||||
outname = args['outname'] if 'outname' in args else "joined_geo"
|
||||
obj_names = unnamed_args
|
||||
if not obj_names:
|
||||
self.app.log.error("Missing objects to be joined. Exiting.")
|
||||
return "fail"
|
||||
|
||||
objs = []
|
||||
for obj_n in obj_names:
|
||||
|
||||
Reference in New Issue
Block a user