Netherworks opened this issue on Apr 05, 2010 · 42 posts
Netherworks posted Mon, 05 April 2010 at 3:56 PM
Poser 8 or Poser Pro 2010 (or later)
Written on Windows PC, untested but theoretically works on Mac.
To replicate Poser's Scripts Menu in a floating/dockable panel and to provide some additional functions when working with python scripts.
In an attempt at a more seamless integration with Poser's existing panels, there is no docked border and background colour is set to that of other panels. Folder color is darker with yellow text. Script color is lighter with white text. The .py and .pyc extensions are hidden to match the scripts menu.
Simply double-click to run a script or open a folder. The plus boxes on the left side can also be used to expand or collapse folders.
A menu is available via right-click.
Copy path to the clipboard (original) - works with files and folders
Refresh Folder and Tree (original) - you can refresh the individual folders or tree if you have made changes outside of Poser.
Browse with Explorer (new) - windows users can browse script folders in Window's Explorer. Similar functionality is implemented for mac users (untested).
Collapse All (new) - Collapses all expanded folders.
Edit Script (new) - scripts with a .py extension can be edited with your file editor of choice. File editor is defined by using "Set Python Editor", which allows you to browse to an .exe or .app installed on your system. The script remembers which editor you have set between poser sessions.
Comments and suggestions are always welcome!
Based on ORIGINAL WORK done by Dizzi, a modification done to ScriptsMenu v1.1. Code redistributed with permission.
.