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

Some small changes #371

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Some small changes #371

wants to merge 15 commits into from

Conversation

AlpenAalAlex
Copy link
Collaborator

@AlpenAalAlex AlpenAalAlex commented Dec 13, 2024

Description

Update to message boxes: Adds an info box to the existing warn and error boxes. By default the same message cannot reappear within 15 seconds to avoid making the user unable to click anywhere due to reappearing messages

Adds option to redraw the sidebar. When applying some operators the sidebar doesn't update. Creating the impression the operator didn't apply yet. These operators now update the sidebar after execution.

Adds a search bar to the phobos panel. Allows to find operators by their tags.

Allows inverting parent order of parented links. Fixes the exception that is thrown currently

Fixes import issues with submechanisms and motors

Fixes #366

Related Issue

#366

How Has This Been Tested?

To trigger an info box remove a motor from a link while atleast two objects are selected

Use the search bar by pressing enter after typing in a search query

In a model with a child link parented to a parent link first select the parent link, then the child link. Apply the Parent Objects operator to invert their order

To test #366 you can import the model given in the issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong with importing urdf
1 participant