You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
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:
Python3.10.13|packagedbyconda-forge| (main, Dec232023, 15:52:50) [GCC12.3.0] onlinuxType'help', 'copyright', 'credits'or'license'formoreinformation.
>>># 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()
Steps to reproduce:
Now no parts can be moved in the assembly workbench.
I tried running
./Ondsel_ES_2024.1.0.35694-Linux-x86_64.AppImagefrom the commandline to see if there were any hidden errors. Nothing there. Nothing in the "Report view"Here's the "Python console" output: