leomoon-studios / leomoon-lightstudio

Light Studio plugin for Blender
https://leomoon.com/store/plugins/leomoon-lightstudio/
GNU General Public License v3.0
353 stars 45 forks source link

Sometimes Blender 3.3 quits #70

Closed hansvaneven closed 8 months ago

hansvaneven commented 1 year ago

I have an issue where Blender 3.3 quits (disappears from screen) using Lightstudio. Hard to know what happens, one of the things I observed is that soloing and un-soloing is one of the things that make this happen from time to time, but also letting Blender run for a long time. Not sure if this is a Blender bug? I installed newest drivers for ma 3080Ti card to see it maybe it's related to my GPU drivers.

leomoon commented 1 year ago

Please enable LightStudio logging by changing false to true in this line: https://github.com/leomoon-studios/leomoon-lightstudio/blob/master/operators/__init__.py#L15

__init__.py on your computer (Windows) would be:

%appdata%\Blender Foundation\Blender\3.3\scripts\addons\leomoon-lightstudio\operators\__init__.py

And once Blender crashes, please include both LightStudio logs and Blender crash logs. https://docs.blender.org/manual/en/latest/troubleshooting/crash.html

Thanks for helping us to make this plugin better.