From c26fb71ef35be1ca4ec5bd746098716fb41df075 Mon Sep 17 00:00:00 2001 From: Nautilus Era <37840566+Nautilusera@users.noreply.github.com> Date: Sun, 6 Aug 2023 19:03:06 -0400 Subject: [PATCH] Update __init__.py This commit takes out the "HAIR" icon which is broken and made it so the "Hair" section was not appearing in the "ASSETS AND HAIR" panel. The panel should now work properly, however, a replacement icon may be preferable on the long term. --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 01511654..a0ed1dc5 100644 --- a/__init__.py +++ b/__init__.py @@ -2633,7 +2633,7 @@ def draw(self, context): box_asts_t.label(text="use the proxy fitting tool", icon='BLANK1') # Add Particle Hair box_asts = self.layout.box() - box_asts.label(text="Hair", icon='HAIR') + box_asts.label(text="Hair") box_asts.prop(scn, 'mblab_hair_color') box_asts_a = box_asts.column(align=True) box_asts_a.operator("mbast.particle_hair", icon='USER') @@ -6777,4 +6777,4 @@ def unregister(): if __name__ == "__main__": register() -# \ No newline at end of file +#