Files
test/source/blender/blenkernel
Hans Goudey 8c8ea2ec47 Refactor: Sculpt: Clarify PBVH attribute requests
Avoid reusing the custom data type enum with additional values. Instead
use std::variant and type names to properly distinguish between custom
and generic attribute requests. Use a Vector to hold the requests.

Also attempt to simplify the string key building process for requests
and groups of requests in batches. Previously for every PBVH node it
would rebuild the key 3 times, now it only does it once. It's hard to
measure, but that process did show up in profiles, so performance is
probably slightly improved when many nodes are handled at once.
2023-11-30 23:24:11 -05:00
..
2023-08-30 22:36:36 +02:00
2023-11-27 09:30:52 +11:00
2023-09-05 11:04:27 +10:00
2023-08-25 09:40:42 +10:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-08-25 09:40:42 +10:00
2023-11-27 09:30:52 +11:00
2023-11-29 15:47:19 +11:00
2023-09-27 13:03:29 +10:00
2023-08-18 08:56:12 +10:00
2023-08-30 22:36:36 +02:00
2023-11-27 13:36:20 -05:00