Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Can not move assembly link after transform #57

Description

@ClayShoaf

Steps to reproduce:

  1. Create new assembly
  2. Click "Insert Link"
  3. Drag part onto workbench and click "Ok" in the task panel
  4. Click on part, then right click on part and choose "Transform"
  5. 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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions