BlackStartx / PyCharm-Blender-Plugin

A PyCharm Plugin that simplify the development of Blender Add-On inside the PyCharm IDE.
MIT License
142 stars 13 forks source link

Debug mode seems to be inactive #11

Open VELD-Dev opened 1 year ago

VELD-Dev commented 1 year ago

When I try the addon with the debug mode, It starts it but nothing happens, Blender starts, but nothing happens. The addon doesn't show or anything
image There's no logs, when I do modifications it doesn't reload the plugin, etc...
err

HOWEVER, if I use the VSCode Blender Development integration, it works perfectly:
image

BlackStartx commented 1 year ago

Hi VELD~ ^-^

Are you sure you have marked your project (or folder) as a Blender Add-On?

P.S: What "debug mode" are you talking about? I can see you're using the Community version and that cannot support Debug Mode~

VELD-Dev commented 1 year ago

I mean when I try to run the addon all that, it doesn't work, however few days ago it was working

BlackStartx commented 1 year ago

Uhh oky~ ^-^

By the way, are you sure you have marked your project as a Blender Add-On? Otherwise it won't work~

VELD-Dev commented 1 year ago

Yeah, otherwise it wouldn't have worked the first time temps