Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jbakker>2022-05-16 16:42:43 +0300
committerJeroen Bakker <jeroen@blender.org>2022-05-16 16:42:54 +0300
commit00eb7594b11a6dfd1f1957a7f037b6ea9a3b1a13 (patch)
tree1829685a2f9afaa2cb2bc676e4c1f859e17d35be /source/blender/editors/space_clip
parent0d80c4a2a6ffcb6bfe7338588d85d5b56ee05afb (diff)
3D Texturing: Undo.
Blender can only support a single undo system per undo step. As sculpting/vertex colors are mutual exclusive operations out approach is just to switch the undo system when painting on an image. PBVHNodes contain a list of areas that needs to be pushed to the undo system. Currently the undo code is in sculpt_paint_image. We should eventually support undo for color filtering and other nodes. we might need to place it to its own compile unit so more brushes can invoke the same code. {F13048942} Reviewed By: brecht Maniphest Tasks: T97479 Differential Revision: https://developer.blender.org/D14821
Diffstat (limited to 'source/blender/editors/space_clip')
0 files changed, 0 insertions, 0 deletions