1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-12-02 22:29:57 +01:00

Add comment to script

This commit is contained in:
Miloslav Ciz 2023-03-03 21:10:29 +01:00
parent c486f83d22
commit c5a1c0acde

View file

@ -4,6 +4,14 @@
# by drummyfish
# released under CC0 1.0.
# NOTE: this script doesn't work with any OBJ file! If this doesn't work, the
# format is probably wrong. If you're exporting the OBJ from Blender, you may
# have to play around with the export options. Try this: unwrap model UVs
# (the script expects UV coords to exist), check "selection only", "apply
# modifiers", "include UVs", "triangulate faces", uncheck other things.
#
# Yes, I'll fix all this later :)
import sys
def printHelp():