Blender SVN: New Features #273

Open
Demeter Dzadik wants to merge 13 commits from New-SVN-features into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit e09786f11c - Show all commits

View File

@ -45,6 +45,7 @@ class SVN_UL_file_list(UIList):
if self.show_file_paths:
filepath_ui.prop(file_entry, 'name', text="",
emboss=False, icon=file_entry.file_icon)
filepath_ui.label(text="Size: "+file_entry.file_size)
else:
filepath_ui.label(text=file_entry.file_name, icon=file_entry.file_icon)