From 9e377c3870f936bf3b43f08ba4dc16466e476287 Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:09:12 +0100 Subject: [PATCH 1/6] Create ReadMe.md --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..b39d61a --- /dev/null +++ b/ReadMe.md @@ -0,0 +1 @@ +#ACG Tools in Dynamo From 35d592e7922dd92bdb047d0abec211badfeb3012 Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:10:15 +0100 Subject: [PATCH 2/6] Update ReadMe.md --- ReadMe.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index b39d61a..ad6496b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1 +1,37 @@ -#ACG Tools in Dynamo +# ACG Tools in Dynamo + + +ACG Tools is a collection of Dynamo & Python scripts that automates various tasks in Revit. Each tool helps architects work in efficient and consistent manner. To load the tools as buttons in a Revit you must isntall Dyno Browser and have access to the ACG's custom definitions. + +## Install all required components + +1. Ensure Revit is properly installed +2. Open Dynamo from the Manage tab in Revit +3. Edit Preferences to : + - load definition from R:\3600_IT\3605_BIM\3605_17_Dynamo\02-Definitions + - set default Python engine to IronPython2 +4. Install latest version of Dyno Browser + - can be downloaded from http://prorubim.com/en/ +5. Paste all packages from R:\3600_IT\3605_BIM\3605_17_Dynamo\03-Packages\x.xx to + C:\Users\user.name\AppData\Roaming\Dynamo\Dynamo Revit\x.xx\packages +6. Open Dyno Browser from the Manage tab in Revit +7. Right click to Settings +8. Add path to R:\3600_IT\3605_BIM\3605_17_Dynamo\01-Scripts\_Dyno Scripts +9. Restart Revit +10. Et voila! + +## How to use the tools + +For more information on how each tool works: + - read the quick description on top of the UI whe you run a tool + - see ACG's Revit Tutorials channel in MS Teams + - go to ACG's Automotion meets + - speak with Ivo + +## Getting involved + +If you have idea for a new script, additional feature of existing script or want to learn more about Dynamo, Python and automations, please feel free to speak with Ivo. + + + + From ecdf51c3748922e393a654b7d7229e3ab4f99c01 Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:18:21 +0100 Subject: [PATCH 3/6] Update ReadMe.md --- ReadMe.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index ad6496b..29e8d72 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -5,28 +5,28 @@ ACG Tools is a collection of Dynamo & Python scripts that automates various task ## Install all required components -1. Ensure Revit is properly installed -2. Open Dynamo from the Manage tab in Revit -3. Edit Preferences to : +- [x] Ensure Revit is properly installed +- [x] Open Dynamo from the Manage tab in Revit +- [x] Edit Preferences to : - load definition from R:\3600_IT\3605_BIM\3605_17_Dynamo\02-Definitions - set default Python engine to IronPython2 -4. Install latest version of Dyno Browser +- [x] Install latest version of Dyno Browser - can be downloaded from http://prorubim.com/en/ -5. Paste all packages from R:\3600_IT\3605_BIM\3605_17_Dynamo\03-Packages\x.xx to +- [x] Paste all packages from R:\3600_IT\3605_BIM\3605_17_Dynamo\03-Packages\x.xx to C:\Users\user.name\AppData\Roaming\Dynamo\Dynamo Revit\x.xx\packages -6. Open Dyno Browser from the Manage tab in Revit -7. Right click to Settings -8. Add path to R:\3600_IT\3605_BIM\3605_17_Dynamo\01-Scripts\_Dyno Scripts -9. Restart Revit -10. Et voila! +- [x] Open Dyno Browser from the Manage tab in Revit +- [x] Right click to Settings +- [x] Add path to R:\3600_IT\3605_BIM\3605_17_Dynamo\01-Scripts\_Dyno Scripts +- [x] Restart Revit +- [x] Et voila! ## How to use the tools For more information on how each tool works: - - read the quick description on top of the UI whe you run a tool - - see ACG's Revit Tutorials channel in MS Teams - - go to ACG's Automotion meets - - speak with Ivo +- [x] Read the quick description on top of the UI whe you run a tool +- [x] See ACG's Revit Tutorials channel in MS Teams +- [x] Go to ACG's Automotion meets +- [x] Speak with Ivo ## Getting involved From 90c2266c18ad7838b18e0aed5a814c09eacd246c Mon Sep 17 00:00:00 2001 From: Ivaylo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Thu, 27 Apr 2023 17:44:43 +0100 Subject: [PATCH 4/6] Update ReadMe.md --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 29e8d72..70866e9 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,7 +1,7 @@ # ACG Tools in Dynamo -ACG Tools is a collection of Dynamo & Python scripts that automates various tasks in Revit. Each tool helps architects work in efficient and consistent manner. To load the tools as buttons in a Revit you must isntall Dyno Browser and have access to the ACG's custom definitions. +ACG Tools is a collection of 100 Dynamo & Python scripts that automates various tasks in Revit. Each tool helps architects work in efficient and consistent manner. To load the tools as buttons in a Revit you must install Dyno Browser and have access to the ACG's custom definitions. ## Install all required components @@ -25,7 +25,7 @@ ACG Tools is a collection of Dynamo & Python scripts that automates various task For more information on how each tool works: - [x] Read the quick description on top of the UI whe you run a tool - [x] See ACG's Revit Tutorials channel in MS Teams -- [x] Go to ACG's Automotion meets +- [x] Go to ACG's Automation meets - [x] Speak with Ivo ## Getting involved From cb5523e87a83875a4cf318273b9c9abca0f4a352 Mon Sep 17 00:00:00 2001 From: Ivaylo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Sat, 29 Apr 2023 17:09:28 +0100 Subject: [PATCH 5/6] Update ReadMe.md --- ReadMe.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.md b/ReadMe.md index 70866e9..7c77c88 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,6 @@ # ACG Tools in Dynamo +![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/ivaylo-matov/acg-tools-dyn?color=yellow&style=for-the-badge) ACG Tools is a collection of 100 Dynamo & Python scripts that automates various tasks in Revit. Each tool helps architects work in efficient and consistent manner. To load the tools as buttons in a Revit you must install Dyno Browser and have access to the ACG's custom definitions. From acfacb79dd26bc1817c68c27240f66882609696d Mon Sep 17 00:00:00 2001 From: Ivaylo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Sat, 29 Apr 2023 17:17:38 +0100 Subject: [PATCH 6/6] Update ReadMe.md --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 7c77c88..29045ac 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ # ACG Tools in Dynamo -![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/ivaylo-matov/acg-tools-dyn?color=yellow&style=for-the-badge) +![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/ivaylo-matov/acg-tools-dyn?color=yellow&label=release&style=for-the-badge) ![GitHub repo file count](https://img.shields.io/github/directory-file-count/ivaylo-matov/acg-tools-dyn?color=red&style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/ivaylo-matov/acg-tools-dyn?label=SIZE&style=for-the-badge) ACG Tools is a collection of 100 Dynamo & Python scripts that automates various tasks in Revit. Each tool helps architects work in efficient and consistent manner. To load the tools as buttons in a Revit you must install Dyno Browser and have access to the ACG's custom definitions. @@ -35,4 +35,4 @@ If you have idea for a new script, additional feature of existing script or want - +****