Files
test2/source/blender/blenkernel
Sean Kim 1104c69a0e Fix #146153: Sculpt tools do not work after duplicating scene
Introduced with 7f3aa617ce

The `PaintMode` is needed when activating the default tool. There were
two things that caused this field on the `PaintRuntime` to be in an
invalid state on duplication:

* The original values for `PaintRuntime` were not copied to the new
  instance.
* When copying `ToolSettings`, the incorrect old value of `Paint` was
  passed to `BKE_paint_copy`, leading to the inability to copy the right
  data.

Pull Request: https://projects.blender.org/blender/blender/pulls/146199
2025-09-14 09:37:48 +02:00
..
2025-04-04 18:38:53 +02:00
2025-08-22 17:59:27 +02:00
2025-05-22 16:32:44 +02:00