PatternMaker 7.5
Informations
Creator | Message |
---|---|
gap
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks0 0 DescriptionA CAD program for Clothing Design. Source code |
Contributions
Filters:
ContributeMember | Message |
gap | Thursday 9 July 2015 at 9:49 |
gap
![]()
|
InformationThis update has been approved by the team. DifferencesNew source codeReplies |
gap | Friday 12 June 2015 at 3:43 |
gap
![]()
|
WarningThis update has not been approved yet by the team. MessageThanks Petch for reviewing the code. Thanks Ronin for testing! I have added the WINEVERSION="1.6.2". It is one line of code. Do I need to add something else? I am not a bash programmer so I can make newbie mistakes. The repository for this script is at https://bitbucket.org/publicpm/pmonplayonmac I am looking forward to getting this approved so I can start promoting Play On Linux/Play On Mac on the PatternMaker website. DifferencesNew source codeRepliesFriday 12 June 2015 at 7:06
|
Ronin DUSETTE | Thursday 11 June 2015 at 6:14 |
Ronin DUSETTE
![]()
|
WarningThis update has not been approved yet by the team. MessageRemoving extra brackets around true/false statements. DifferencesNew source codeRepliesThursday 11 June 2015 at 6:48
Thursday 11 June 2015 at 7:06
Thursday 11 June 2015 at 7:09
Thursday 11 June 2015 at 7:16
Thursday 11 June 2015 at 8:08
Thursday 11 June 2015 at 8:11
Thursday 11 June 2015 at 18:05
Thursday 11 June 2015 at 19:02
Thursday 11 June 2015 at 19:10
Thursday 11 June 2015 at 19:12
Thursday 11 June 2015 at 19:14
Thursday 11 June 2015 at 19:14
Thursday 11 June 2015 at 19:18
Thursday 11 June 2015 at 19:22
Thursday 11 June 2015 at 19:30
Thursday 11 June 2015 at 19:32
Thursday 11 June 2015 at 19:37
Thursday 11 June 2015 at 20:01
Sunday 5 July 2015 at 12:08
Edited by RoninDusette |
gap | Wednesday 10 June 2015 at 22:22 |
gap
![]()
|
WarningThis update has not been approved yet by the team. DifferencesNew source codeReplies |
gap | Tuesday 9 June 2015 at 23:35 |
gap
![]()
|
WarningThis update has not been approved yet by the team. DifferencesNew source codeRepliesTuesday 9 June 2015 at 23:37
Wednesday 10 June 2015 at 18:55
Wednesday 10 June 2015 at 19:08
Wednesday 10 June 2015 at 19:16
Wednesday 10 June 2015 at 19:54
Wednesday 10 June 2015 at 20:02
Wednesday 10 June 2015 at 20:03
Wednesday 10 June 2015 at 21:36
|
gap | Tuesday 9 June 2015 at 17:24 |
gap
![]()
|
Message#!/usr/bin/env playonlinux-bash # Must be run under PlayOn* # Load the PlayOnLinux scripting library TITLE="PatternMaker" declare -a PATTERN_NAMES PATTERN_NAMES=( "Basic Blocks" "Coat/Robe" "Dog Suit" "Juniors" "Lingerie" "Men" "Raglan" "Renaissance Corset" "Sportswear" "Super Jacket" "Super Pants" "Super Skirt" "Womens Volume 1" "Womens Volume 2" ) function prompt_patterns() { # Create the setup window # Required # Set up the initial page # Ask which patterns they want if [[ -n $MACROTOOL_URL ]]; then # Create a temporary directory we can use # Install into the PatternMaker Wine environment # Create the environment if it does not yet exist POL_SetupWindow_message "Downloading installers..." # Prepare a registry tweak to open PDF files in the native viewer # Apply said registry tweak # Run the installer # Create a shortcut if [[ -n $MACROTOOL_URL ]]; then POL_SetupWindow_Close # Clean up after ourselves Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com