home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'Jasc Software, Inc.',
- 'Copyright': '(c) 2003 All rights reserved',
- 'Description': 'Brush tip'
- }
-
- def Preset_BrushTip():
- return {
- 'Shape': App.Constants.BrushShape.Rectangular,
- 'CustomBrush': '',
- 'Size': 32,
- 'Hardness': 50,
- 'Density': 100,
- 'Rotation': 135,
- 'Thickness': 1,
- 'Step': 10
- }
-
-