You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And there are some other erros like defining props with auto_check_update = bpy.props.BoolProperty instead of auto_check_update: bpy.props.BoolProperty which results in other errors if you attempt to update the addon:
Error: Python: Traceback (mostrecentcalllast):
File"\addon_updater_ops.py", line257, inexecuteupdater.set_check_interval(
File"\addon_updater.py", line558, inset_check_intervalraiseValueError("Enable must be a boolean value")
ValueError: Enablemustbeabooleanvaluerna_uiItemR: propertynotfound: BIM_ADDON_preferences.auto_check_update
The text was updated successfully, but these errors were encountered:
Was following tutorial mentioned in readme and it has some typos resulting in errors (which already fixed in https://github.com/CGCookie/blender-addon-updater/blob/master/__init__.py#L83).
Typos:
Traceback:
And there are some other erros like defining props with
auto_check_update = bpy.props.BoolProperty
instead ofauto_check_update: bpy.props.BoolProperty
which results in other errors if you attempt to update the addon:The text was updated successfully, but these errors were encountered: