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

#5949 - Delete of micromolecules bonds works wrong (or doesn't work) #6110

Conversation

rrodionov91
Copy link
Collaborator

@rrodionov91 rrodionov91 commented Dec 9, 2024

How the feature works? / How did you fix the issue?

  • added invertAfterAllOperations method to atom and bonds operations to allow renderers rely on final state of model before rendering
  • added deleting of atoms and bonds from molecules struct to synchronize molecules and macromolecules modes

Check list

  • unit-tests written
  • e2e-tests written
  • documentation updated
  • PR name follows the pattern #1234 – issue name
  • branch name doesn't contain '#'
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • task status changed to "Code review"
  • reviewers are notified about the pull request

- added invertAfterAllOperations method to atom and bonds operations to allow renderers rely on final state of model before rendering
- added deleting of atoms and bonds from molecules struct to synchronize molecules and macromolecules modes
@rrodionov91 rrodionov91 merged commit b215083 into release/2.27 Dec 10, 2024
3 checks passed
@rrodionov91 rrodionov91 deleted the 5949-Delete_of_micromolecules_bonds_works_wrong_(or_doesn't_work) branch December 10, 2024 11:55
rrodionov91 added a commit that referenced this pull request Dec 10, 2024
…6110)

- added invertAfterAllOperations method to atom and bonds operations to allow renderers rely on final state of model before rendering
- added deleting of atoms and bonds from molecules struct to synchronize molecules and macromolecules modes
rrodionov91 added a commit that referenced this pull request Dec 10, 2024
…6110)

- added invertAfterAllOperations method to atom and bonds operations to allow renderers rely on final state of model before rendering
- added deleting of atoms and bonds from molecules struct to synchronize molecules and macromolecules modes
rrodionov91 added a commit that referenced this pull request Dec 11, 2024
…sn't work) (#6119)

* #5949 - Delete of micromolecules bonds works wrong (or doesn't work) (#6110)

- added invertAfterAllOperations method to atom and bonds operations to allow renderers rely on final state of model before rendering
- added deleting of atoms and bonds from molecules struct to synchronize molecules and macromolecules modes
- reworked bonds/atoms deletion logic
- moved post execution logic from renderer to command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants