Materials: External interface refinements (#21524)
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user