Skip to content

Commit

Permalink
plugin - cleanup add_hair
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Dec 25, 2023
1 parent a034526 commit 3ea368c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions plugin/utils/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ def add_hair():
logging.info(f"Adding hair to {src_ob.name}")
# check that src_ob is in lod0?
# add vertex groups
add_vgroup(src_ob, "fur_length", 0.5)
add_vgroup(src_ob, "fur_clump", 0.5)
add_vgroup(src_ob, "fur_width", 0.5)
for vgroup_name in FUR_VGROUPS:
add_vgroup(src_ob, vgroup_name, 0.5)
# add particle system
add_psys(src_ob)
# add vcol layer
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4ebda23e - Sun Dec 24 12:44:30 2023 +0100
a034526d9 - Mon Dec 25 13:35:15 2023 +0100

0 comments on commit 3ea368c

Please sign in to comment.