We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9addd88 commit bdcc826Copy full SHA for bdcc826
__init__.py
@@ -58,7 +58,7 @@ def register():
58
# manually call this function once
59
# so when addon being installed, it can run correctly
60
# because scene is not used, so pass None into it
61
- SIMLOADER_initilize(None)
+ SIMLOADER_initialize(None)
62
63
def unregister():
64
for cls in classes:
@@ -73,4 +73,4 @@ def unregister():
73
if __name__ == "__main__":
74
75
# unregister()
76
- register()
+ register()
0 commit comments