Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit 030fa3cdb2 - Show all commits

View File

@ -217,6 +217,8 @@ def import_resources(ng_names = ng_list):
for img in bpy.data.images:
if not img.library_weak_reference:
continue
if img.packed_file:
continue
if 'brushstroke_tools-resources.blend' in img.library_weak_reference.filepath:
img.pack()