From d80540f9eb37e0c0ed7e8a8303b7400720cb5e0c Mon Sep 17 00:00:00 2001 From: JonathanP123yay <165610530+JonathanP123yay@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:30:34 -0400 Subject: [PATCH] Enable script execution in the scripting tab Add functionality to allow running in the scripting tab before downloading. --- __init__.py | 5 +++++ 1 file changed, 5 insertions(+) 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__()