Important A new command line option is recommended in the Chrome custom shortcut, namely --disable_direct_composition=1
. This prevents the GPU process from restarting.
Requirement
This add-on requires specific versions of Blender, Chrome and RenderDoc. You can try with other versions but please try these before reporting an issue.
- Windows: This add-on is not available on Linux nor MacOS for technical reasons.
- Blender 4.1: https://www.blender.org/download/
- RenderDoc 1.31: https://renderdoc.org/builds (Do not use a newer version than 1.31!)
- Google Chrome (last version) -- or Microsoft Edge, started with a modified shortcut pointing to:
C:\Windows\System32\cmd.exe /c "SET RENDERDOC_HOOK_EGL=0 && START "" ^"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe^" --disable-gpu-sandbox --gpu-startup-dialog --disable_direct_composition=1"
For more information, see walkthrough video: https://www.youtube.com/watch?v=X6Q7dbtXVZQ
Troubleshooting
See FAQ: https://github.com/eliemichel/MapsModelsImporter#troubleshooting
If you report an issue PLEASE PROVIDE A .rdc FILE!
Changelog
- Update to Blender 4.1 (Python 3.11)
- Update to RenderDoc 1.31
- Add
--disable_direct_composition=1
options in instructions