From 6fc4d7e48e74de330a842bdacc44bb2fdf6dac5b Mon Sep 17 00:00:00 2001 From: awgrover Date: Tue, 27 Oct 2020 19:10:41 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 021da92..43c5bb6 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ Specifically: ### Other Dependencies +* git +* git-lfs * @microelly2's fork of PyFlow: https://github.com/microelly2/PyFlow * The original PyFlow repo is at https://github.com/wonderworks-software/PyFlow * [Qt.py](https://github.com/mottosso/Qt.py) a 'minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5' @@ -89,8 +91,10 @@ git clone https://github.com/microelly2/NodeEditor ## Usage **Important Note**: Addon is still heavily developed and is shown here as a proof-of-concept for the time being. -1. Start FreeCAD +1. Start FreeCAD 2. Select PyFlow workbench from the workbench dropdown list +3. Set the package location +[additional package locations](https://forum.freecadweb.org/download/file.php?id=101187) 3. In the FreeCAD python console test the installation of the required modules ```python import Qt From aa643351641146b319048d9bd9243cdc37b467bd Mon Sep 17 00:00:00 2001 From: awgrover Date: Tue, 27 Oct 2020 19:17:02 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43c5bb6..6bb044d 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,11 @@ git clone https://github.com/microelly2/NodeEditor 1. Start FreeCAD 2. Select PyFlow workbench from the workbench dropdown list 3. Set the package location -[additional package locations](https://forum.freecadweb.org/download/file.php?id=101187) + in the "tools" menu (note the lower case spelling) + "display Preferences window" + Set "Additional package locations" to "/home/$you/.FreeCAD/Mod/NodeEditor/PyFlowPackages" + (where $you is for your homedir, cf: `cd ~; pwd`) +![additional package locations](https://forum.freecadweb.org/download/file.php?id=101187) 3. In the FreeCAD python console test the installation of the required modules ```python import Qt From cebb1b8f5696b04ef5a40446633bb9fce1127e88 Mon Sep 17 00:00:00 2001 From: awgrover Date: Tue, 27 Oct 2020 19:17:55 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6bb044d..fee8583 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ git clone https://github.com/microelly2/NodeEditor Set "Additional package locations" to "/home/$you/.FreeCAD/Mod/NodeEditor/PyFlowPackages" (where $you is for your homedir, cf: `cd ~; pwd`) ![additional package locations](https://forum.freecadweb.org/download/file.php?id=101187) -3. In the FreeCAD python console test the installation of the required modules +4. In the FreeCAD python console test the installation of the required modules ```python import Qt >>> Qt @@ -117,9 +117,9 @@ print(numpy) # import nodeeditor ``` -4. Open the PyFlow Workbench -5. run the Script "create all Nodes for Test" from Menu tests -6. run the Script "run Test for All Nodes" from Menu tests +5. Open the PyFlow Workbench +6. run the Script "create all Nodes for Test" from Menu tests +7. run the Script "run Test for All Nodes" from Menu tests ## Documentation From d45212b7e7388fcded12122214f3b37e8c5b1c75 Mon Sep 17 00:00:00 2001 From: awgrover Date: Tue, 27 Oct 2020 19:18:44 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fee8583..b29fdcd 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,10 @@ git clone https://github.com/microelly2/NodeEditor 1. Start FreeCAD 2. Select PyFlow workbench from the workbench dropdown list 3. Set the package location - in the "tools" menu (note the lower case spelling) - "display Preferences window" - Set "Additional package locations" to "/home/$you/.FreeCAD/Mod/NodeEditor/PyFlowPackages" - (where $you is for your homedir, cf: `cd ~; pwd`) + in the "tools" menu (note the lower case spelling) + "display Preferences window" + Set "Additional package locations" to "/home/$you/.FreeCAD/Mod/NodeEditor/PyFlowPackages" + (where $you is for your homedir, cf: `cd ~; pwd`) ![additional package locations](https://forum.freecadweb.org/download/file.php?id=101187) 4. In the FreeCAD python console test the installation of the required modules ```python From e14eb986f65de204b68b9bd29664c9edb655dd11 Mon Sep 17 00:00:00 2001 From: awgrover Date: Tue, 27 Oct 2020 19:19:43 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b29fdcd..25fc2fc 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,10 @@ git clone https://github.com/microelly2/NodeEditor 1. Start FreeCAD 2. Select PyFlow workbench from the workbench dropdown list 3. Set the package location - in the "tools" menu (note the lower case spelling) - "display Preferences window" - Set "Additional package locations" to "/home/$you/.FreeCAD/Mod/NodeEditor/PyFlowPackages" - (where $you is for your homedir, cf: `cd ~; pwd`) +* in the "tools" menu (note the lower case spelling) +* "display Preferences window" +* Set "Additional package locations" to "/home/$you/.FreeCAD/Mod/NodeEditor/PyFlowPackages" +* where $you is for your homedir, cf: `cd ~; pwd`) ![additional package locations](https://forum.freecadweb.org/download/file.php?id=101187) 4. In the FreeCAD python console test the installation of the required modules ```python