Files
test2/source/blender/blenkernel/intern
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-08-07 01:06:42 +00:00
2025-05-20 04:33:43 +00:00
2025-09-10 16:39:01 +02:00
2025-06-12 10:37:47 +02:00
2025-08-27 17:44:08 +02:00
2025-09-12 12:05:21 +02:00
2025-05-09 16:13:25 +02:00
2025-08-22 17:59:27 +02:00
2025-05-08 15:37:28 +02:00
2025-05-23 15:34:26 +02:00
2025-06-27 16:44:33 +02:00
2025-08-22 17:59:27 +02:00
2025-08-22 17:59:27 +02:00
2025-09-05 16:25:32 +02:00