UI Improvements for Atlasing

Made some UI imprvoements to the Atlas system, uses icons, able to collapse materials to prevent a huge long list and more.
This commit is contained in:
Yusarina
2024-11-26 03:50:56 +00:00
parent 4d20ce77f7
commit bb77d54a49
3 changed files with 132 additions and 31 deletions
+6
View File
@@ -41,6 +41,12 @@ def register() -> None:
default=False
)))
register_property((bpy.types.Scene, "material_search_filter", bpy.props.StringProperty(
name="Search Materials",
description="Filter materials by name",
default=""
)))
register_property((bpy.types.Material, "include_in_atlas", bpy.props.BoolProperty(
name=t("TextureAtlas.include_in_atlas"),
description=t("TextureAtlas.include_in_atlas_desc"),