8feba61c41efb827ad0bbaa8093156a7c9e1d8a1
Previously, calling the bake operator was always creating a job that will be run in parallel to Blender. This is good when baking from the UI, but may be undesired when baking with a script. Now, when the `exec` method of the bake operator is called, the baking happens synchronously. That means that the operator call will return only after the baking is done. The `invoke` method has the same behavior as before. This approach is similar to e.g. `FLUID_OT_bake_all`. I did notice that calling the invoke method from a script can still result in a crash sometimes, probably due to conflicting depsgraph evaluations. That has to be investigated more.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
