Cloth
catagory
Can confirm on the latest daily using the --factory-startup
CLI option
Bad commit is 853269aeb0c6314e3d9bc5293606e92172028713
CC: @HooglyBoogly
I suspect this is related to some changes done to the BVH building and partitioning, using a debug-value
of 889
to visualize the nodes, we get drastically different results on the same mesh…
Able to replicate this from scratch with the following steps:
- Add monkey
- Add multiple materials, change the second to an obvious color
- Assign a number of faces to this new material 4…
I suspect this was introduced with d601bf7e3d or c5ccc8ceea5689c1d841a64060d32e35a24fd242
Bisecting this is going to be potentially rather painful - on Mac a lot of builds in September just crash upon opening this file
Broke somewhere between a08005f4 (Aug 31st) and a34b0e17 (Sept 23rd)
From reading the code seems fine, but worth double-checking (if not done already) that it does not cause BKE_object_sculpt_data_create when undo in sculpt mode?
@Sergey: Not sure what you…