Skip to content

Commit

Permalink
fix image type name (ynput#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaamaurice authored Jul 6, 2023
1 parent 027b3c6 commit 33519b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
for datablock in get_datablocks_with_filepath(relative=False):
# skip render result, compositing and generated images
if (
isinstance(datablock, bpy.types.Images)
isinstance(datablock, bpy.types.Image)
and datablock.source in {"GENERATED", "VIEWER"}
):
continue
Expand Down

0 comments on commit 33519b9

Please sign in to comment.