You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
progress_total = len(files)
wm = bpy.context.window_manager
wm.progress_begin(0, progress_total)
for i in range(progress_total):
wm.progress_update(i)
print(i)
wm.progress_end()
The text was updated successfully, but these errors were encountered:
https://docs.blender.org/api/current/bpy.types.WindowManager.html?highlight=progress#bpy.types.WindowManager.progress_update
The text was updated successfully, but these errors were encountered: