Blender Git Commit Log
Git Commits -> Revision a06435e
Revision a06435e by Sybren A. Stüvel (master) October 12, 2021, 10:42 (GMT) |
Asset Catalogs: undo stack for catalog edits Add an undo stack for catalog edits. This only implements the backend, no operators or UI yet. A bunch of `this->xxx` has been replaced by `catalog_collection_->xxx`. Things are getting a bit long, and the class is turning into a god object; refactoring the class is tracked in T92114. Reviewed By: Severin Maniphest Tasks: T92047 Differential Revision: https://developer.blender.org/D12825 |
Commit Details:
Full Hash: a06435e43a6516207c617c2b4ad9961f865b66d8
Parent Commit: b67a937
Lines Changed: +390, -42