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

[BUG] Can't manipulate multiple meshes simultaneously with vertex tool #178

Closed
2 tasks done
HoneyBuzzBee opened this issue Feb 13, 2023 · 1 comment
Closed
2 tasks done
Labels
Bug Something isn't working

Comments

@HoneyBuzzBee
Copy link

HoneyBuzzBee commented Feb 13, 2023

Validations

  • I have checked for similar bug reports and could not find any.
  • I have tested and confirmed that this is an issue in an official branded build.

Describe the bug

When I arm a parameter with multiple meshes selected, select (a number of) vertices from both meshes and try to drag them around with the vertex tool, only the vertices of the mesh that has the cursor over it get moved while the vertices of the other mesh don't move at all. A binding gets created for both the mesh that moves and the mesh that doesn't move. When hitting ctrl+z to undo the change the binding for the mesh that did move gets removed while the binding for the mesh that didn't move stays in the list.
Manipulating multiple meshes with the path tool does work as intended.

Edit: This behaviour doesn't happen when moving the vertices with the keyboard.

Reproduction

  1. Select multiple meshes
  2. Arm a parameter
  3. Select vertices for multiple meshes
  4. Drag vertices around with vertex tool

System Architecture

x86_64

Operating System

Linux

Version

24c7cfb

Logs

No response

Additional Context

Screencast.from.2023-02-13.01-21-01.webm
@HoneyBuzzBee HoneyBuzzBee added the Bug Something isn't working label Feb 13, 2023
LunaTheFoxgirl pushed a commit that referenced this issue Feb 14, 2023
@LunaTheFoxgirl
Copy link
Member

Fixed by #182.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants