home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Preset_Texture():
- return {
- 'Ambience': 0,
- 'Angle': 204,
- 'Color': (255,255,255),
- 'Depth': 50,
- 'Elevation': 31,
- 'Intensity': 50,
- 'Shininess': 0,
- 'Size': 25,
- 'Smoothness': 20,
- 'TextureName': 'Panel'
- }
-
- def Do(Environment):
- App.Do( Environment, 'Texture', Preset_Texture())
-
-