~ultimaker/uranium/+git/Uranium:CURA-11658-operation-stack-clear

Last commit made on 2024-04-22
Get this branch:
git clone -b CURA-11658-operation-stack-clear https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
CURA-11658-operation-stack-clear
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

cf7378d... by Saumya Jain <email address hidden>

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

afc5f50... by Saumya Jain <email address hidden>

Remove unnecessary 'pass' statement in SceneNodeDecorator

CURA-11658

f1df76f... by Saumya Jain <email address hidden>

correcting the index for clearing memory

CURA-11658

772ec57... by Saumya Jain <email address hidden>

Optimize operation stack memory cleanup

only the set of operations within the specified range are deleted. This fine-tuned approach minimizes needless memory cleanups and enhances overall memory management.

CURA-11658

bb9ba9a... by Saumya Jain <email address hidden>

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

90aad6b... by Saumya Jain <email address hidden>

Remove unused Sys import and fix code formatting

CURA-11658

225e27c... by Saumya Jain <email address hidden>

Clearing operation stack when a new project is loaded

CURA-11658

2d6a327... by Saumya Jain <email address hidden>

clearing memory stack

CURA-11658

c76842c... by Saumya Jain <email address hidden>

Revert "clearing memory stack"

This reverts commit c033bedb7befc6451b478a3f3f3413cfdeeae87d.

c033bed... by Saumya Jain <email address hidden>

clearing memory stack

CURA-11658