BenerKit: forgot imports for new reports library in several files

This commit is contained in:
Vilem Duha 2021-11-06 09:22:36 +01:00
parent cc2f71bfe9
commit f75db2864a
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
from blenderkit import paths, append_link, utils, ui, colors, tasks_queue, rerequests, resolutions, ui_panels, search
from blenderkit import paths, append_link, utils, ui, colors, tasks_queue, rerequests, resolutions, ui_panels, search, reports
import threading
import time

View File

@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
import bpy, os, sys, tempfile, shutil
from blenderkit import tasks_queue, ui, utils
from blenderkit import tasks_queue, ui, utils, reports
_presets = os.path.join(bpy.utils.user_resource('SCRIPTS'), "presets")
BLENDERKIT_LOCAL = "http://localhost:8001"

View File

@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
from blenderkit import ui, utils, paths, tasks_queue, bkit_oauth
from blenderkit import ui, utils, paths, tasks_queue, bkit_oauth, reports
import requests
import bpy

View File

@ -18,7 +18,7 @@
from blenderkit import paths, append_link, bg_blender, utils, rerequests, tasks_queue, ui
from blenderkit import paths, append_link, bg_blender, utils, rerequests, tasks_queue, ui, reports
import sys, json, os, time
import requests