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

Clearing operation stack when a new project is loaded #18883

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    bf24ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7f944 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Enhance memory cleanup in various operation types

    This update refines the cleanup process across different parts of the application. Node reset functionality has been introduced which thoroughly cleans up the memory. Clear functions within SettingOverrideDecorator, SceneNodeDecorator, ConvexHullDecorator and others are improved to completely cleanse after usage. This approach ensures a more efficient use and management of memory resources.
    
    CURA-11658
    saumyaj3 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6991ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dcf5c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    aa75f93 View commit details
    Browse the repository at this point in the history
  2. Rename "clear" method to "clearDecoratorData"

    The "clear" method has been renamed to "clearDecoratorData" to improve clarity on its function in several classes. This change affects the SettingOverrideDecorator, SceneNodeDecorator, ConvexHullDecorator, and SceneNode classes.
    
    CURA-11658
    saumyaj3 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3eb6111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1142d02 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    496e9c2 View commit details
    Browse the repository at this point in the history