2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ import bpy
from . import (
addon_updater_ops,
asset_bar_op,
bg_blender,
bkit_oauth,
categories,
@@ -342,7 +343,7 @@ def handle_task(task: client_tasks.Task):
# BKCLIENTJS - Download from web
if task.task_type == "bkclientjs/get_asset":
return download.handle_bkclientjs_get_asset(task)
return asset_bar_op.handle_bkclientjs_get_asset(task)
# HANDLE MESSAGE FROM CLIENT
if (