Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nautilusera authored Aug 6, 2023
1 parent 99e08d0 commit c26fb71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -6777,4 +6777,4 @@ def unregister():
if __name__ == "__main__":
register()

# <pep8 compliant>
# <pep8 compliant>

0 comments on commit c26fb71

Please sign in to comment.