home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / psp8 / Data1.cab / BrushTip_Line_left.PspScript < prev    next >
Encoding:
Text File  |  2003-04-22  |  494 b   |  22 lines

  1. from JascApp import *
  2.  
  3. def ScriptProperties():
  4.     return {
  5.         'Author': 'Jasc Software, Inc.',
  6.         'Copyright': '(c)  2003 All rights reserved',
  7.         'Description': 'Brush tip'
  8.         }
  9.  
  10. def Preset_BrushTip():
  11.     return {
  12.         'Shape': App.Constants.BrushShape.Rectangular, 
  13.         'CustomBrush': '', 
  14.         'Size': 32, 
  15.         'Hardness': 50, 
  16.         'Density': 100, 
  17.         'Rotation': 135, 
  18.         'Thickness': 1, 
  19.         'Step': 10
  20.         }
  21.  
  22.