natecraddock / AddonDevelopmentTool

A Blender addon to aid in the development of Blender addons by providing quick access to repetitive operations
11 stars 2 forks source link

Doesn't check for bl_info upon installing #2

Closed natecraddock closed 9 years ago

natecraddock commented 9 years ago

Should be able to import either the init.py or the mainfile to see if it contains the bl_info dict.

This is necessary because if the addon is installed without a bl_info, blender goes all screwy. Requires manual location of the scripts folder and deleting bad files.

natecraddock commented 9 years ago

Fixed this