diff --git a/__init__.py b/__init__.py index 55e39ec..8611511 100644 --- a/__init__.py +++ b/__init__.py @@ -359,3 +359,8 @@ def unregister(): del bpy.types.WindowManager.rbx bpy.app.handlers.load_post.remove(load_post) + + +#Makes it so that people can run this in the scripting tab before downloading. + +__init__()