Vpj

 

The templet top, each day of the year the sun at the top will move to the position it will set on that day.

The top pic section a cool scene I will use for that month

Left bottom where the earth will orbit along with whete it will set at the top

Bottom left, some fun photos I capture through the year.

I have a location I set my camera up and point it half way between the winter and summer solstice.

Using a time lapse I will capture the sun setting at both times and will create a video showing dual sunsets at the same time as seen by standing at this spot.



My books does not have anything about a trusted folder?

Manually move the script  where ?

Edit the script to use some scripts to prevent that?

The one I am on now

Load mp060 into paintshop (the over all photo)

load mp060b into paint shope (the earth positon to the sun that day)

I type:

file

script

start recording

edit copy

file close

edit

paste as new layer

object aline bottom

object aline left

file save

enter

file close

file script save recording

Templet

[ options save materials, remove undone commands save dialog positions]

Did none of these

=================

goto edit


cant copy the commands unless I go to text

here it is


from PSPApp import *


def ScriptProperties():

    return {

        'Author': u'',

        'Copyright': u'',

        'Description': u'',

        'Host': u'PaintShop Pro',

        'Host Version': u'17.00'

        }


def Do(Environment):

    # EnableOptimizedScriptUndo

    App.Do( Environment, 'EnableOptimizedScriptUndo', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # Copy

    App.Do( Environment, 'Copy', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # Copy

    App.Do( Environment, 'Copy', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # FileClose

    App.Do( Environment, 'FileClose', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # SelectDocument

    App.Do( Environment, 'SelectDocument', {

            'SelectedImage': 0, 

            'Strict': False, 

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # PasteAsNewLayer

    App.Do( Environment, 'PasteAsNewLayer', {

            'CreateFromDropData': False, 

            'InsertPos': -1, 

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # Vector Align Left

    App.Do( Environment, 'VectorAlignLeft', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # Vector Align Bottom

    App.Do( Environment, 'VectorAlignBottom', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # FileSave

    App.Do( Environment, 'FileSave', {

            'WorkingMode': 0, 

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.AllAlways, 

                'Version': ((17,0,0),1)

                }, 

            'DefaultProperties': []

            })


    # FileClose

    App.Do( Environment, 'FileClose', {

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })


    # SelectDocument

    App.Do( Environment, 'SelectDocument', {

            'SelectedImage': -1, 

            'Strict': False, 

            'GeneralSettings': {

                'ExecutionMode': App.Constants.ExecutionMode.Default, 

                'AutoActionMode': App.Constants.AutoActionMode.Match, 

                'Version': ((17,0,0),1)

                }

            })