Skip to content

Commit

Permalink
Update generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrglaster authored Aug 9, 2022
1 parent e8484bf commit 52977f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def generate_pseudonormal(source_texture, normal_map, replace=False):
if replace:
img_pil.save(source_texture)
return True
print("Prepairing result: "+source_texture[: len(source_texture) - 4]+'_pseudonormal.png')
print("Prepairing the result: "+source_texture[: len(source_texture) - 4]+'_pseudonormal.png')
img_pil.save(source_texture[: len(source_texture) - 4]+'_pseudonormal.png')
print("Done!")
return True
Expand Down

0 comments on commit 52977f3

Please sign in to comment.