- made sure that the Offset fields in the Properties Tab are updated on object: move, origin change, transformations
This commit is contained in:
@@ -189,6 +189,12 @@ class ToolMove(AppTool):
|
||||
sel_obj.options['xmax'] = c
|
||||
sel_obj.options['ymax'] = d
|
||||
|
||||
try:
|
||||
sel_obj.set_offset_values()
|
||||
except AttributeError:
|
||||
# not all objects have this method
|
||||
pass
|
||||
|
||||
# update the source_file with the new positions
|
||||
for sel_obj in obj_list:
|
||||
out_name = sel_obj.options["name"]
|
||||
|
||||
Reference in New Issue
Block a user