Initial commit of the TextureCreator
This commit is contained in:
parent
a5e2744fc0
commit
707d234e2b
39 changed files with 1547 additions and 0 deletions
12
TextureCreator/lib/__init__.py
Normal file
12
TextureCreator/lib/__init__.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
'''
|
||||
This script is part of the FURWARE texture creator, a texture
|
||||
generation script for the FURWARE text text-on-prim script
|
||||
for Second Life(R).
|
||||
|
||||
Please see the included README and LICENSE files in the root
|
||||
directory for more information.
|
||||
'''
|
||||
|
||||
'''
|
||||
This script exists to qualify this directory as a python module.
|
||||
'''
|
Loading…
Add table
Add a link
Reference in a new issue