This repository was archived by the owner on Mar 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Can not move assembly link after transform #57
Copy link
Copy link
Open
Description
Steps to reproduce:
- Create new assembly
- Click "Insert Link"
- Drag part onto workbench and click "Ok" in the task panel
- Click on part, then right click on part and choose "Transform"
- Click "Ok" in the task panel
Now no parts can be moved in the assembly workbench.
I tried running ./Ondsel_ES_2024.1.0.35694-Linux-x86_64.AppImage from the commandline to see if there were any hidden errors. Nothing there. Nothing in the "Report view"
Here's the "Python console" output:
Python 3.10.13 | packaged by conda-forge | (main, Dec 23 2023, 15:52:50) [GCC 12.3.0] on linux
Type 'help', 'copyright', 'credits' or 'license' for more information.
>>> # Gui.runCommand('Std_Workbench',10)
>>> # Gui.runCommand('Std_ViewStatusBar',1)
>>> # MRU="2"
>>> # with open('/tmp/.mount_OndselKizOXr/usr/share/Mod/Start/StartPage/LoadMRU.py') as file:
>>> # exec(file.read())
>>> # App.setActiveDocument("all_parts")
>>> # App.ActiveDocument=App.getDocument("all_parts")
>>> # Gui.ActiveDocument=Gui.getDocument("all_parts")
>>> ### Begin command Std_Workbench
>>> # Gui.activateWorkbench("AssemblyWorkbench")
>>> ### End command Std_Workbench
>>> ### Begin command Assembly_CreateAssembly
>>> # Gui.ActiveDocument.ActiveView.setActiveObject('part', App.getDocument('all_parts').getObject('Assembly'))
>>> ### End command Assembly_CreateAssembly
>>> # Gui.runCommand('Assembly_InsertLink',0)
>>> # Gui.Selection.addSelection('all_parts','Assembly','Top_Slider.Chamfer.Face18',-115.887,55.8902,171.704)
>>> ### Begin command Std_TransformManip
>>> # appDoc = App.getDocument('all_parts')
>>> # Gui.getDocument(appDoc).ActiveView.setActiveObject('part', None)
>>> ### End command Std_TransformManip
>>> # Gui.Selection.clearSelection()
>>> # Gui.Selection.addSelection('all_parts','Assembly')
>>> # Gui.ActiveDocument.ActiveView.setActiveObject('part', App.getDocument('all_parts').getObject('Assembly'))
>>> # Gui.Selection.clearSelection()
>>> # Gui.Selection.addSelection('all_parts','Assembly','Top_Slider.Chamfer.Face18',-122.419,57.8707,171.704)
>>> # Gui.Selection.clearSelection()Metadata
Metadata
Assignees
Labels
No labels