From be47a46f8c0f9b6ba6c3a84531243debe26f70f6 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Fri, 17 Jan 2020 21:35:18 +0100 Subject: [PATCH] moved readmes to central readme --- AddParametersToFamily-DS/readme.md | 9 - .../readme.md | 7 - BuldingPadsFromElements-DS/readme.md | 13 -- CategoryPresentation/readme.md | 3 - CheckUnlimitedViewDepths/readme.md | 11 - CopyParameterValuesToParameter-DP/readme.md | 0 DeleteAllRefPlanes/readme.md | 7 - DisallowJoinSelectedFrames-DP/readme.md | 0 DuplicateMultipleViews-DS/readme.md | 7 - DwgImportCleaner/readme.md | 9 - ExportHeightFromPbp-DP/readme.md | 3 - FloorPresentation-DP/readme.md | 7 - ImportObjBatch/readme.md | 15 -- ListAllInplaceElements/readme.md | 9 - PrefixLoadedFamiliesBatch/readme.md | 0 README.md | 198 +++++++++++++++++- RenumberSheetsFromSelected-DS/readme.md | 35 ---- SubregionsToDetailLines/readme.md | 21 -- WallPresentation/readme.md | 7 - revisions/readme.md | 42 ---- src/example-dir/readme.md | 7 - 21 files changed, 188 insertions(+), 222 deletions(-) delete mode 100644 AddParametersToFamily-DS/readme.md delete mode 100644 AddTitleblockAsParameterToAllSheets-DP/readme.md delete mode 100644 BuldingPadsFromElements-DS/readme.md delete mode 100644 CategoryPresentation/readme.md delete mode 100644 CheckUnlimitedViewDepths/readme.md delete mode 100644 CopyParameterValuesToParameter-DP/readme.md delete mode 100644 DeleteAllRefPlanes/readme.md delete mode 100644 DisallowJoinSelectedFrames-DP/readme.md delete mode 100644 DuplicateMultipleViews-DS/readme.md delete mode 100644 DwgImportCleaner/readme.md delete mode 100644 ExportHeightFromPbp-DP/readme.md delete mode 100644 FloorPresentation-DP/readme.md delete mode 100644 ImportObjBatch/readme.md delete mode 100644 ListAllInplaceElements/readme.md delete mode 100644 PrefixLoadedFamiliesBatch/readme.md delete mode 100644 RenumberSheetsFromSelected-DS/readme.md delete mode 100644 SubregionsToDetailLines/readme.md delete mode 100644 WallPresentation/readme.md delete mode 100644 revisions/readme.md delete mode 100644 src/example-dir/readme.md diff --git a/AddParametersToFamily-DS/readme.md b/AddParametersToFamily-DS/readme.md deleted file mode 100644 index 6884fc2..0000000 --- a/AddParametersToFamily-DS/readme.md +++ /dev/null @@ -1,9 +0,0 @@ -# AddParametersToFamily - -Add multiple parameters to a currently opened family with one click. All data of the new parameters have to be the same, only the name can differ. - -## Required packages - -- Orchid - -- Data-Shapes diff --git a/AddTitleblockAsParameterToAllSheets-DP/readme.md b/AddTitleblockAsParameterToAllSheets-DP/readme.md deleted file mode 100644 index 399e530..0000000 --- a/AddTitleblockAsParameterToAllSheets-DP/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# AddTitleblockAsParameterToAllSheets - -Adds the type name of the titleblocks to each sheet as aparameter. Useful for showing the sheet size in a sheet list. The parameter have to be created beforehand, can be shared or project, must be instance and text. The name of the parameter can be modified in Player. The default parameter name is "Titleblock". - -UI: DynamoPlayer - -Package requirements: None diff --git a/BuldingPadsFromElements-DS/readme.md b/BuldingPadsFromElements-DS/readme.md deleted file mode 100644 index ebcf03e..0000000 --- a/BuldingPadsFromElements-DS/readme.md +++ /dev/null @@ -1,13 +0,0 @@ -# BuldingPadsFromElements - -## requirements - -### 2.x - -- data-shapes - -## acknowledgements - -The python script is written by [BIMadmin](https://forum.dynamobim.com/u/BIMadmin) and [kennyb6](https://forum.dynamobim.com/u/kennyb6). Source: [forum.dynamobim.com](https://forum.dynamobim.com/t/multiple-building-pads/19917). - - diff --git a/CategoryPresentation/readme.md b/CategoryPresentation/readme.md deleted file mode 100644 index 80d4d70..0000000 --- a/CategoryPresentation/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# CategoryPresentation - -Places all loaded families from the selected category on a line for presentation. diff --git a/CheckUnlimitedViewDepths/readme.md b/CheckUnlimitedViewDepths/readme.md deleted file mode 100644 index d7341a9..0000000 --- a/CheckUnlimitedViewDepths/readme.md +++ /dev/null @@ -1,11 +0,0 @@ -# CheckUnlimitedViewDepths - -List views which has unlimited view range set - -## Requirements: - -Genius Loci - -Clockwork - - diff --git a/CopyParameterValuesToParameter-DP/readme.md b/CopyParameterValuesToParameter-DP/readme.md deleted file mode 100644 index e69de29..0000000 diff --git a/DeleteAllRefPlanes/readme.md b/DeleteAllRefPlanes/readme.md deleted file mode 100644 index 3826be3..0000000 --- a/DeleteAllRefPlanes/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# DeleteAllRefPlanes - -Deletes all reference planes in project - -## Requirements - -archi-lab diff --git a/DisallowJoinSelectedFrames-DP/readme.md b/DisallowJoinSelectedFrames-DP/readme.md deleted file mode 100644 index e69de29..0000000 diff --git a/DuplicateMultipleViews-DS/readme.md b/DuplicateMultipleViews-DS/readme.md deleted file mode 100644 index 127acf8..0000000 --- a/DuplicateMultipleViews-DS/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -## DuplicateMultipleViews-DS - -Select muultiple views and duplicate them - -## Requirements - -Data-Shapes diff --git a/DwgImportCleaner/readme.md b/DwgImportCleaner/readme.md deleted file mode 100644 index 31dd919..0000000 --- a/DwgImportCleaner/readme.md +++ /dev/null @@ -1,9 +0,0 @@ -# DwgImportCleaner - -Removes **all** imported dwgs from drawing - -## Required packages - -- Bimorph nodes - -- Archilab diff --git a/ExportHeightFromPbp-DP/readme.md b/ExportHeightFromPbp-DP/readme.md deleted file mode 100644 index 5f87315..0000000 --- a/ExportHeightFromPbp-DP/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# ExportHeightFromPbp - -Exports selected category's all objects' elevation from PBP to excel. You can add an offset value for making the bounding box smaller. diff --git a/FloorPresentation-DP/readme.md b/FloorPresentation-DP/readme.md deleted file mode 100644 index 7eea923..0000000 --- a/FloorPresentation-DP/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# FloorPresentation - -Places all floor types in the project - -## Requirements - -Clockwork \ No newline at end of file diff --git a/ImportObjBatch/readme.md b/ImportObjBatch/readme.md deleted file mode 100644 index c0864cf..0000000 --- a/ImportObjBatch/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -# importobj-batch - -Script for batch importing obj files to separate revit families - -Written for Revit 2016 - -## Usage - -1. Copy the .bat and the .rfa to the same folder as the objs - -2. Run obj-copy.bat - -3. If you want to change settings for the import script open the script in dynamo and modify the input values and save. - -4. In Revit batch processor select the created filelist and the dynamo script and it will create the objs inside the rfa files. \ No newline at end of file diff --git a/ListAllInplaceElements/readme.md b/ListAllInplaceElements/readme.md deleted file mode 100644 index 8029640..0000000 --- a/ListAllInplaceElements/readme.md +++ /dev/null @@ -1,9 +0,0 @@ -# ListAllInplaceElements - -This script lists all in-place elements fron the model - -## Requirements - -- Clockwork - -- Spring nodes diff --git a/PrefixLoadedFamiliesBatch/readme.md b/PrefixLoadedFamiliesBatch/readme.md deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index c3fd478..7cf0a81 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Dynamo scripts -For more info see readme.md in each folder +## Notes -## Branches +### Branches On master branch only 2.x scripts are available. For 1.x scripts see 1.x branch! -## Naming codes +### Naming codes DS: Datashape ui @@ -16,7 +16,7 @@ DP: DynamoPlayer ui No suffix: no ui -## Script state emojis +### Script state emojis ✅ Stable @@ -34,15 +34,45 @@ No suffix: no ui ### AddParametersToFamily-DS ✅ -Add multiple parameters to a currently opened family with one click. +Add multiple parameters to a currently opened family with one click. All data of the new parameters have to be the same, only the name can differ. + +
+ Required packages + +- Orchid +- Data-Shapes + +
### AddTitleblockAsParameterToAllSheets-DP ✅ Adds the type name of the titleblocks to each sheet as a parameter. +
+ More info + +Useful for showing the sheet size in a sheet list. The parameter have to be created beforehand, can be shared or project, must be instance and text. The name of the parameter can be modified in Player. The default parameter name is "Titleblock". + +No packages requires + +
+ ### BuldingPadsFromElements-DS ☑️ 🚧 -Create building pad from selected elements. +Create building pad from selected elements. + +
+ More info + +Required packages: + +- data-shapes + +#### Acknowledgements + +The python script is written by [BIMadmin](https://forum.dynamobim.com/u/BIMadmin) and [kennyb6](https://forum.dynamobim.com/u/kennyb6). Source: [forum.dynamobim.com](https://forum.dynamobim.com/t/multiple-building-pads/19917). + +
### CategoryPresentation ✅ 🚧 🔻 @@ -54,14 +84,31 @@ TODO: ui List views which has unlimited view range set -### CopyParameterValuesToParameter-DP 🐛 +
+ Required packages + +- Genius Loci +- Clockwork + +
+ +### CopyParameterValuesToParameter-DP 🐛 🚧 Copy parameter values of a selected family to another parameter of the same family +TODO: docs + ### DeleteAllRefPlanes ✅ Delete all reference planes from the project +
+ Required packages + +- archi-lab + +
+ ### DisallowJoinSelectedFrames-DP ✅ Disallow join on both end on the selected frames @@ -70,18 +117,40 @@ Disallow join on both end on the selected frames Select multiple views and duplicate them +
+ Required packages + +- Data-Shapes + +
+ ### DwgImportCleaner ✅ -Removes all imported dwgs +Removes **all** imported dwgs + +
+ Required packages + +- Bimorph nodes +- Archilab + +
### ExportHeightFromPbp-DP ✅ -Exports selected category's all objects' elevation from PBP to excel +Exports selected category's all objects' elevation from PBP to excel. You can add an offset value for making the bounding box smaller. ### FloorPresentation-DP ✅ Places all floor types in the project +
+ Required packages + +- Clockwork + +
+ ### ImportDwgBatch ✅ 🚧 State: same as importobj, just with dwg @@ -90,6 +159,22 @@ State: same as importobj, just with dwg Imports all objs from a folder to separate rfa files. Designed to be used with Revit Batch Processor +
+ More info + +Script for batch importing obj files to separate revit families + +Written for Revit 2016 + +#### Usage + +1. Copy the .bat and the .rfa to the same folder as the objs +2. Run obj-copy.bat +3. If you want to change settings for the import script open the script in dynamo and modify the input values and save. +4. In Revit batch processor select the created filelist and the dynamo script and it will create the objs inside the rfa files. + +
+ ### KimaiExportParser ❌ *Removed from master, see 1.x branch!* @@ -98,6 +183,14 @@ Imports all objs from a folder to separate rfa files. Designed to be used with R Lists all inplace elements in model +
+ Required packages + +- Clockwork +- Spring nodes + +
+ ### PrefixLoadedFamiliesBatch ✅ 🔻 Add a prefix to all loaded families' names from a selected category. Designed to be used with Revit Batch Processor @@ -108,28 +201,103 @@ TODO: UI, docs Add +1 to numbers starting from the selected +
+ More info + +Add +1 to sheets from the selected, so you can add a new sheet inbetween. + +#### Example + +Your sheets numbered like this: + +- A01 +- A02 +- A03 +- ... + +You want to add a new sheet numbered A02. + +Run the script, select the current sheet A02, write "A" to the prefix box (without the quotation marks). + +Your new sheet numbers will look like this: (Note the missing A02) + +- A01 +- A03 +- A04 +- ... + +Now you can add sheet A02. It won't touch those sheets wich don't start with the aforementioned prefix. + +#### Requirements + +- Data shapes + +
+ ### Revisions #### AddAllRevisionsToAllSheets ✅ Automatically add all revisions to all sheets +
+ Required packages + +- Aarchi-lab + +
+ #### AddOneRevisionsToAllSheets-DP ✅ Automatically add a selected revisions to all sheets +
+ Required packages + +- Archi-lab + +
+ #### QuickRevisionSchedule-DP ✅ List all revisions to a table in a new window +
+ Required packages + +- Clockwork +- Springs if they accept my PR... + +
+ ### SubregionsToDetailLines ✅ -Convert all subregions to deatil lines in the active view. With too big numbers it freezes! Set units to meters! +Convert all subregions to deatil lines in the active view. + +
+ More info + +With too big numbers it freezes! Set units to meters! + +Make sure the active view is not 3d + +#### Optional packages: + +- Springs + +
### WallPresentation-DP ✅ Place all wall types in the project +
+ Required packages + +Clockwork + +
+ ## Nodes ### WeekDayNumber ✅ 🔻 @@ -140,6 +308,9 @@ Input: Weekday. Output: number of the day starting from monday Replace same elements follow each other +
+ Documentation + Input: - list: a list of lists @@ -152,10 +323,15 @@ Output: - replacedList: A list where all of the found following same elements replaced with the replacement - firstReplacedList: Only the first element is replaced, others counted and appended by the countUnit +
+ ### ReplaceFollowingSameElements ✅ Replace all following same elements in a list of lists. The differences between this and the previous node thet here you don't have to add a searchfor, itt will replace all following elements +
+ Documentation + Input: - list: a list of lists @@ -168,4 +344,6 @@ Output: - firstCounted: The first element replaced by the number of following elements, others replaced by the replacement - firstOriginal: First element is the same as before, others replaced by the replacement +
+ Python source is included next to the .dyf diff --git a/RenumberSheetsFromSelected-DS/readme.md b/RenumberSheetsFromSelected-DS/readme.md deleted file mode 100644 index b24cc7f..0000000 --- a/RenumberSheetsFromSelected-DS/readme.md +++ /dev/null @@ -1,35 +0,0 @@ -# Renumber sheets from selected - -Add +1 to sheets from the selected, so you can add a new sheet inbetween. - -## Example - -Your sheets numbered like this: - -- A01 - -- A02 - -- A03 - -- ... - -You want to add a new sheet numbered A02. - -Run the script, select the current sheet A02, write "A" to the prefix box (without the quotation marks). - -Your new sheet numbers will look like this: (Note the missing A02) - -- A01 - -- A03 - -- A04 - -- ... - -Now you can add sheet A02. It won't touch those sheets wich don't start with the aforementioned prefix. - -## Requirements - -Data shapes diff --git a/SubregionsToDetailLines/readme.md b/SubregionsToDetailLines/readme.md deleted file mode 100644 index a2eea00..0000000 --- a/SubregionsToDetailLines/readme.md +++ /dev/null @@ -1,21 +0,0 @@ -# SubregionsToDetailLines - -Convert all subregions to deatil lines in the active view. - -State:stable - -UI: no ui - -## Notes - -- With too big numbers it freezes! Set units to meters! - -- Make sure the active view is not 3d - - - -## Requirements - -Optional: Springs - - diff --git a/WallPresentation/readme.md b/WallPresentation/readme.md deleted file mode 100644 index 6b64d6f..0000000 --- a/WallPresentation/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -# WallPresentation - -Places all wall types in the project - -## Requirements - -Clockwork \ No newline at end of file diff --git a/revisions/readme.md b/revisions/readme.md deleted file mode 100644 index 43fa5f1..0000000 --- a/revisions/readme.md +++ /dev/null @@ -1,42 +0,0 @@ -# AddAllRevisionsToAllSheets - -Automatically add all revisions to all sheets - -State: stable - -UI: no ui - - - -Packages used in this script: - -archi-lab.net version: 2019.2.23 - -# AddOneRevisionsToAllSheets - -Automatically add a selected revisions to all sheets - -State: stable - -UI: DynamoPlayer - - - -Packages used in this script: -archi-lab.net version: 2019.2.23 - -# QuickRevisionSchedule - -List all revisions to a table in a new window - -State: stable - -UI: DynamoPlayer - - - -Packages used in this script: - -Clockwork for Dynamo 2.x version: 2.1.2 - -Springs if they accept my PR... diff --git a/src/example-dir/readme.md b/src/example-dir/readme.md deleted file mode 100644 index 20d27bd..0000000 --- a/src/example-dir/readme.md +++ /dev/null @@ -1,7 +0,0 @@ -## ExampleDir - -Details about the script - -## Requirements - -List of required packages