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

Removed Roughness in humanoid.py #404

Merged
merged 1 commit into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading