Brushstroke Tools: Initial Version #328
@ -217,6 +217,8 @@ def import_resources(ng_names = ng_list):
|
|||||||
for img in bpy.data.images:
|
for img in bpy.data.images:
|
||||||
if not img.library_weak_reference:
|
if not img.library_weak_reference:
|
||||||
continue
|
continue
|
||||||
|
if img.packed_file:
|
||||||
|
continue
|
||||||
if 'brushstroke_tools-resources.blend' in img.library_weak_reference.filepath:
|
if 'brushstroke_tools-resources.blend' in img.library_weak_reference.filepath:
|
||||||
img.pack()
|
img.pack()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user