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

Commit

Permalink
Removed Roughness in humanoid.py
Browse files Browse the repository at this point in the history
Fixed the skin rendering issues
  • Loading branch information
animate1978 committed Mar 16, 2024
1 parent e484f5f commit be6e1aa
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 be6e1aa

Please sign in to comment.