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:
parent
c486f83d22
commit
c5a1c0acde
1 changed files with 8 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue