Initial commit of the TextureCreator
This commit is contained in:
parent
a5e2744fc0
commit
707d234e2b
39 changed files with 1547 additions and 0 deletions
18
TextureCreator/setup.py
Normal file
18
TextureCreator/setup.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
'''
|
||||
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 is used to build a pre-compiled convenience package of
|
||||
the creator for Windows users using py2exe (http://www.py2exe.org/).
|
||||
'''
|
||||
|
||||
from distutils.core import setup
|
||||
import py2exe
|
||||
|
||||
setup(console=['TextureCreator.py'])
|
Loading…
Add table
Add a link
Reference in a new issue