Closed Lynchon83 closed 3 years ago
Hi there, based on what is written, I believe you will need to write something like addon_updater_ops.register
instead of addon_updater_ops_register
(quoted from your above message, note the missing period). Let me know if that resolves your issue. This is required because the module containing the data being imported is named addon_updater_ops
, while the function you are calling from that module is register
.
Following up here, let me know if the above resolves your issue!
Can`t believe I was so blind... I would swear that I copied the register function using the clipboard from the tutorial webpage...
Thank you
Happens to the best of us! Glad it's sorted out now, cheers
Hi,
I'm trying to register the addon_updater_ops in my addon but I get this error when enabling it in blender:
I can't undestand why, as the only two lines of codes added are the ones shown in the tutorial and which yo can check in the images attched. and the folder structure:
any ideas?