Although, now it seems to me that if each node creates its own copy of the mesh, implicit sharing will work correctly here.
10 curve deform nodes are asked to compute normals on a single object. Each of the nodes, through this function, requires the creation of local data for writing. And either a leak occurs, or now…
The problem was exactly that 10 nodes were taking it for the writing. Since there is only one real owner (only the object itself), different threads create new owners (that is, they simply add a…
Also, I just noticed, have you tried running blender in a virtual machine (Gallium 0.4 on llvmpipe
)? If so, then this is not supported: https://docs.blender.org/manual/en/latest/troubleshooting/g…
This report does not contain all the requested information, which is required for us to investigate the issue.
Please submit a new report and carefully follow the instructions. Be sure to…
@hannah-jennings I was told the bender is not building to this MSVC version. So if you downloaded blender from the official site, it must be a different problem.
Strangely, the save should pack everything into a file.
Hi, thanks for the report. I couldn't find it in the documentation or a previously closed report, but as far as I remember, this is a known limitation. You have to bake the simulation so that it…
I also wanted to indicate here a description with the results and conclusions, but perhaps this can be somehow represented as a separate new file in the blender itself to not create PR../