Francesco Siddi
f90955840d
This is the start of the Blender Studio Pipeline documentation project. The goal is to describe the pipeline and tools used to create the Blender Open Movie projects in a way that could be fully replicated by everyone. The documentation will be published at the Blender Studio website and can be built locally by following the instructions in docs/README.md.
807 B
807 B
Debugging
Follow these instructions, if Blender crashes immedietley upon opening a file. This is called “a crash on load” in liboverride resync code.
- Found and fixed in main a (potentially) related issue.
- File is still broken, not sure why, but it currently makes auto resync of overrides completely freak out.
- When this happen, easy work around is to:
- Disable TEMPORARILY auto-resync (preferences-> Experimental -> Debugging -> Override Auto Resync)
- Open the broken file
- Manually resync the overrides one by one (right-click on top-level collections in the outliner, Library Override -> Tropubleshoot -> Resync).
- Purge.
- Save.
- Re-enable auto-resync.
- Re-open the file.
This should solve the problems, or at the very least pin-point more what is the problematic override.