diff --git a/data/humanoid_library.blend b/data/humanoid_library.blend index 4093cee..8ad08c2 100644 Binary files a/data/humanoid_library.blend and b/data/humanoid_library.blend differ diff --git a/humanoid.py b/humanoid.py index 14f8388..e1f4fb6 100755 --- a/humanoid.py +++ b/humanoid.py @@ -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)