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

Commit

Permalink
Merge pull request #390 from Nautilusera/master
Browse files Browse the repository at this point in the history
Taking out "HAIR" icon so that the hair section works.
  • Loading branch information
animate1978 authored Jan 6, 2024
2 parents 7e7537f + c26fb71 commit c0c0cae
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 @@ -2692,7 +2692,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 @@ -6835,4 +6835,4 @@ def unregister():
if __name__ == "__main__":
register()

# <pep8 compliant>
# <pep8 compliant>

0 comments on commit c0c0cae

Please sign in to comment.