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

Bugfix: Lag when moving nodes. #420

Open
wants to merge 7 commits into
base: talos-3d
Choose a base branch
from
Open

Bugfix: Lag when moving nodes. #420

wants to merge 7 commits into from

Conversation

TheSenPie
Copy link
Contributor

When moving node widget for routine, camera would move, but node would stay in place until the mouse is move manually to trigger touch dragged event.

Translate camera, when curve or node is near the edge of viewport.
Could translate the camera even if node was not under mouse focus. Also, added tiny delay before moving.
When moving node widget for routine, camera would move, but node would stay in place until the mouse is move manually to trigger touch dragged event.
@TheSenPie TheSenPie added the bug Something isn't working label Jun 21, 2023
@Tom-Ski
Copy link
Member

Tom-Ski commented Jun 21, 2023

Can you explain why you made the changes you made to try to solve this issue?

@TheSenPie
Copy link
Contributor Author

Changes on EmptyWindow and NodeWidget are mainly the part, that is related to solution. The other other changes, such as moving logic from routine app to nodebaord was done to keep app cleaner and move logic to were it belongs, which also made my work easier while fixing this bug.

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

Successfully merging this pull request may close these issues.

2 participants