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 #404 from animate1978/4_0_dev_branch
Browse files Browse the repository at this point in the history
Removed Roughness in humanoid.py
  • Loading branch information
animate1978 authored Mar 17, 2024
2 parents 09a96ba + be6e1aa commit 7f684c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/humanoid_library.blend
Binary file not shown.
2 changes: 1 addition & 1 deletion humanoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def save_body_dermal_texture(self, filepath):
self.mat_engine.save_texture(filepath, "body_derm")

def save_all_textures(self, filepath):
targets = ["body_derm", "body_displ", "teeth_albedo", "eyes_albedo", "tongue_albedo", "freckle_mask", "blush", "sebum", "roughness", "thickness","melanin", "lipmap", "iris_color", "iris_bump", "sclera_color", "translucent_mask", "sclera_mask", "body_bump"]
targets = ["body_derm", "body_displ", "teeth_albedo", "eyes_albedo", "tongue_albedo", "freckle_mask", "blush", "sebum", "thickness","melanin", "lipmap", "iris_color", "iris_bump", "sclera_color", "translucent_mask", "sclera_mask", "body_bump"]
for target in targets:
dir_path = os.path.dirname(filepath)
filename = os.path.basename(filepath)
Expand Down

0 comments on commit 7f684c8

Please sign in to comment.