torrinworx / Cozy-Auto-Texture

A Blender add-on for generating free textures using the Stable Diffusion AI text to image model.
GNU General Public License v3.0
105 stars 6 forks source link

If user restarts Blender or resets scripts, the add-on loses knowledge of installed dependencies. #9

Closed torrinworx closed 1 year ago

torrinworx commented 1 year ago

I think this can be solved by checking the Environment path the user specified in the Preferences section since this is kept in Blender's memory.

torrinworx commented 1 year ago

This is due to Blender not having a way to store info like variables, Blender is somehow unable to store and retrieve environment variables made in Blender. This is problematic because the register() function which registers doesn't know where to look for the folder.

torrinworx commented 1 year ago

Fixed with #11