Skip to content

Commit

Permalink
Update texture packing category icon
Browse files Browse the repository at this point in the history
  • Loading branch information
semagnum committed Feb 7, 2024
1 parent 79d4e80 commit 73d2899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"description": "File not found or packed",
"enabled": true,
"severity_icon": "ERROR",
"category_icon": "TEXTURE",
"category_icon": "IMAGE_DATA",
"issue_expr": "my_image.source not in {'GENERATED', 'VIEWER'} and not __import__('os').path.isfile(bpy.path.abspath(my_image.filepath)) and my_image.packed_file is None",
"prop_label_expr": "my_image.name",
"iterable_expr": "bpy.data.images",
Expand Down

0 comments on commit 73d2899

Please sign in to comment.