Files
test/source/blender
Sybren A. Stüvel c8dcbc32c4 Fix #141626: Refcount error when (un)assigning custom bone shapes
Fix the ID user count when changing `posebone.custom_shape`.

The code uses `reinterpret_cast<ID *>(pchan->custom)` instead of
`&pchan->custom->id`, as the former is `nullptr`-safe.

Pull Request: https://projects.blender.org/blender/blender/pulls/141726
2025-07-10 17:01:25 +02:00
..
2024-09-20 13:14:57 +10:00
2025-07-08 12:45:28 +03:00
2025-06-14 15:57:33 +10:00