home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': 'Joe Fromm',
- 'Copyright': 'Copyright ⌐ 2002 Jasc Software Inc., all rights reserved.',
- 'Description': 'Select the FreehandSelection tool.',
- 'Host': 'Paint Shop Pro 8',
- 'Host Version': '8.00'
- }
-
- def Do(Environment):
- LastTool = App.Do( Environment, 'SelectTool', { 'Tool': 'FreehandSelection'} )
-