Materials: External interface refinements (#21524)

This commit is contained in:
David Carter
2025-05-24 06:25:44 +00:00
committed by GitHub
parent 77a11efa0b
commit 8ef8f64e9b
37 changed files with 1147 additions and 406 deletions

View File

@@ -19,8 +19,8 @@ class MaterialLibrary(BaseClass):
Name: str = ...
"""Name of the library"""
Icon: str = ...
"""String value of the icon."""
Icon: bytes = ...
"""Icon as an array of bytes."""
Directory: str = ...
"""Local directory where the library is located. For non-local libraries this will be empty"""