Hello, thank you for your great work!
I've been trying to use your Python script in Blender 5.0 (flatpak) and it doesn't seem to be able to pick up my system scheme. I do get a manual output for def get_current_mode(context) in my IDE (after installing darkdetect via pip), but Blender only seems to detect System Appearance Mode: Light. Not sure if something changed in the Blender API since 1.0.1 or not... If I missed something, please let me know!
The filesystem=host override is enabled by default, but I also added filesystem=home for good measure, but that didn't seem to do anything either.
Thank you!
Hello, thank you for your great work!
I've been trying to use your Python script in Blender 5.0 (flatpak) and it doesn't seem to be able to pick up my system scheme. I do get a manual output for
def get_current_mode(context)in my IDE (after installingdarkdetectvia pip), but Blender only seems to detectSystem Appearance Mode: Light. Not sure if something changed in the Blender API since 1.0.1 or not... If I missed something, please let me know!The
filesystem=hostoverride is enabled by default, but I also addedfilesystem=homefor good measure, but that didn't seem to do anything either.Thank you!