Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Problem] Assembly: Dragging needs to be improved #12395

Open
2 of 5 tasks
PaddleStroke opened this issue Feb 14, 2024 · 3 comments
Open
2 of 5 tasks

[Problem] Assembly: Dragging needs to be improved #12395

PaddleStroke opened this issue Feb 14, 2024 · 3 comments
Labels
Feature FR for improvements or new features WB Assembly Related to the Integrated Assembly Workbench

Comments

@PaddleStroke
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Problem description

In assembly we have one generic move mode "Default mode". This mode simply move the mouse on the focal plane at the mouse position. While it works well with unconnected parts, as soon as the part is connected, it does not work smoothly and can break easily (crazy movements and positions of parts breaking).
To mitigate this issue, special move modes were introduced :

  • Rotate : Triggered when the part is connected to ground by a rotation joint
  • Slider : Triggered when the part is connected to ground by a slider joint

We now need mode of such special movement for the following modes :

  • Cylindrical
  • Ball
  • For the various Distance joints

Full version info

0.22

Subproject(s) affected?

Other (specify in description)

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@luzpaz luzpaz added Feature FR for improvements or new features WB Assembly Related to the Integrated Assembly Workbench labels Feb 14, 2024
@maxwxyz
Copy link
Collaborator

maxwxyz commented Feb 15, 2024

What I want to add here: When selecting and dragging from the 3D view, nothing happens until you select the entire body in the 3D view or the body in the tree.
It's the same thing as mentioned here: #11132 where the 3D view selection always selects the last feature, not the body itself.

@maxwxyz
Copy link
Collaborator

maxwxyz commented Feb 16, 2024

@PaddleStroke
another bug in dragging. When the view is perpendicular, the objects disappear completely and cannot be restored. Shall I create a separate issue for this?
Demo:

ASM_Dragging.mp4

@PaddleStroke
Copy link
Contributor Author

I see, I guess the same behavior happens for revolute joint when view is perpendicular too. We need to put a failsafe there. Yes better make a separate issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature FR for improvements or new features WB Assembly Related to the Integrated Assembly Workbench
Projects
None yet
Development

No branches or pull requests

3 participants