diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-26 12:36:14 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-26 12:36:14 -0400 |
commit | ef025447c95592b34cba1edb0a4835f93abaced7 (patch) | |
tree | dd1f01f66c01328bf0215dfc20b1ca7e263f8c34 /bck_export.py | |
parent | 2f71ead735326d2f79ebeec1a739943da6e95b41 (diff) | |
download | blenxy-ef025447c95592b34cba1edb0a4835f93abaced7.tar.gz blenxy-ef025447c95592b34cba1edb0a4835f93abaced7.zip |
some small stuff
Diffstat (limited to 'bck_export.py')
-rw-r--r-- | bck_export.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bck_export.py b/bck_export.py index 696f9ce..969152e 100644 --- a/bck_export.py +++ b/bck_export.py @@ -234,6 +234,11 @@ def export_bck_func(options, context): # done! blender_funcs.disp_msg("BCK animation \"%s\" written" % (file_ops.get_file_name(options.filepath))) + + print("\nLMAO\n") + print(options.filepath) + print("\nLMAO\n") + return {"FINISHED"} # Stuff down is for the menu appending |