added ui to script names, great readme rewrite

This commit is contained in:
2020-01-17 21:01:55 +01:00
parent 894965bfce
commit dd0e5a6c14
23 changed files with 3904 additions and 114 deletions

164
README.md
View File

@@ -8,197 +8,135 @@ On master branch only 2.x scripts are available.
For 1.x scripts see 1.x branch!
## Naming codes
DS: Datashape ui
DP: DynamoPlayer ui
No suffix: no ui
## Script state emojis
✅ Stable
☑️ Mostly working
🐛 Some bugs
🚧 Not finished, under developement
❌ Removed from master branch
🔻 Not upgraded to 2.x
## Scripts
### AddParametersToFamily
### AddParametersToFamily-DS ✅
Add multiple parameters to a currently opened family with one click.
State: stable
UI: Data-shapes
### AddTitleblockAsParameterToAllSheets
### AddTitleblockAsParameterToAllSheets-DP ✅
Adds the type name of the titleblocks to each sheet as a parameter.
State: Stable
UI: DynamoPlayer
### BuldingPadsFromElements
### BuldingPadsFromElements-DS ☑️ 🚧
Create building pad from selected elements.
State: mostly working, not stable
UI: Data-shapes
### CategoryPresentation
*Script not updated to 2.x yet, however in master branch*
### CategoryPresentation ✅ 🚧 🔻
Places all loaded families from the selected category on a line for presentation.
State: stable, no ui yet
TODO: ui
UI: no ui
### CheckUnlimitedViewDepths
### CheckUnlimitedViewDepths ✅
List views which has unlimited view range set
State: stable
UI: no ui
### CopyParameterValuesToParameter
### CopyParameterValuesToParameter-DP 🐛
Copy parameter values of a selected family to another parameter of the same family
State: stable
UI: DynamoPlayer
### DeleteAllRefPlanes
### DeleteAllRefPlanes ✅
Delete all reference planes from the project
State: stable
UI: no ui
### DisallowJoinSelectedFrames
### DisallowJoinSelectedFrames-DP ✅
Disallow join on both end on the selected frames
State: stable
### DuplicateMultipleViews-DS ✅
UI: DynamoPlayer
Select multiple views and duplicate them
### DwgImportCleaner
### DwgImportCleaner
Removes all imported dwgs
State: stable
UI: no ui
### ExportHeightFromPbp
### ExportHeightFromPbp-DP ✅
Exports selected category's all objects' elevation from PBP to excel
State: stable
UI: DynamoPlayer
### FloorPresentation
### FloorPresentation-DP ✅
Places all floor types in the project
State: stable
UI: DynamoPlayer
### ImportDwgBatch
### ImportDwgBatch ✅ 🚧
State: same as importobj, just with dwg
state: stable, under developement
UI: no ui
### ImportObjBatch
### ImportObjBatch ✅ 🚧
Imports all objs from a folder to separate rfa files. Designed to be used with Revit Batch Processor
State: stable, under developement
UI: no ui
### KimaiExportParser
### KimaiExportParser ❌
*Removed from master, see 1.x branch!*
### ListAllInplaceElements
### ListAllInplaceElements
Lists all inplace elements in model
State: stable
UI: no ui
### PrefixLoadedFamiliesBatch
*Script not updated to 2.x yet, however in master branch*
### PrefixLoadedFamiliesBatch ✅ 🔻
Add a prefix to all loaded families' names from a selected category. Designed to be used with Revit Batch Processor
State: stable, no ui, no docs
TODO: UI, docs
UI: no ui
### RenumberSheetsFromSelected
### RenumberSheetsFromSelected-DS ✅
Add +1 to numbers starting from the selected
State: stable
UI: no ui
### Revisions
#### AddAllRevisionsToAllSheets
#### AddAllRevisionsToAllSheets
Automatically add all revisions to all sheets
State: stable
UI: no ui
#### AddOneRevisionsToAllSheets
#### AddOneRevisionsToAllSheets-DP ✅
Automatically add a selected revisions to all sheets
State: stable
UI: DynamoPlayer
#### QuickRevisionSchedule
#### QuickRevisionSchedule-DP ✅
List all revisions to a table in a new window
State: stable
UI: DynamoPlayer
### SubregionsToDetailLines
### SubregionsToDetailLines ✅
Convert all subregions to deatil lines in the active view. With too big numbers it freezes! Set units to meters!
State:stable
UI: no ui
### WallPresentation
### WallPresentation-DP ✅
Place all wall types in the project
State: stable
UI: DynamoPlayer
## Nodes
### WeekDayNumber
Created for kimai-export-parser
### WeekDayNumber ✅ 🔻
Input: Weekday. Output: number of the day starting from monday
State: stable, should work in 2.x as well.
### ReplaceFollowingElements
### ReplaceFollowingElements ✅
Replace same elements follow each other
@@ -214,7 +152,7 @@ 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
### 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