User Details
- User Since
- May 25 2020, 8:35 AM (141 w, 4 d)
Sep 2 2022
Sep 7 2021
Jul 10 2020
Hello the bug seems to be fixed.
I can reproduce the crash in 2.83 Beta (Date 2020-05-15)
And the crash doesn't happen with Blender 2.83.2 .
Jun 20 2020
The simple script has already been provided (see history of this conversation : May 25, 3 PM)
And (May 28 6 PM) -> you can download the zip with the code inside...
May 29 2020
I tested on Linux. It works on my Linux.... but not on my Windows 10....
Can you test on Windows ?
May 28 2020
Yes it works if you run it outside of an operator.
But, as described in my previous message, it crashes when launched inside an operator execute() method. (at least on my computer with 2.83 and 2.90)
I attached an addon which allows to reproduce the crash.
(put it in the scripts/addons folder, enable it in the Prefs / Addons, hit 'N', open the QRTestCrash tab, click on <<Remesh It>>)
May 25 2020
Here is a simple script that crashes Blender 2.83 and 2.90:
I call this function in the execute() function of an operator.
Just call it with the cube which is created when Blender starts.
