Releases: ENZYME-APD/tapir-archicad-automation
Releases · ENZYME-APD/tapir-archicad-automation
Tapir 1.1.3
- 🚀 Grasshopper components
- Improved ConnectArchicad component
- Option to enable/disable update from Archicad.
- Button to recompute all Tapir nodes.
- Properties
- GetPropertyValues
- Classifications
- AllClassifications
- ClassificationById
- SetClassifications
- Attributes
- AttributesByType
- Elements
- FilterElems
- Improved ConnectArchicad component
- 🚀 Archicad JSON commands
- GetAllProperties
- CreateLayers
Thanks a lot to @tlorantfy and @Gaschitz.
Tapir 1.1.2
- 🚀 Grasshopper plugin improvements
- Refresh button to synchronize data from Archicad
- Element id input can be created from multiple types (e.g. text is working now)
- 🚀 New Grasshopper components
- Elements
- HighlightElems component
- Subelems component
- ElemType value list
- Properties
- AllProperties component
- Utilities
- SnapPt component
- Elements
- 🚀 New Archicad JSON commands
- ApplyFavoritesToElementDefaults
- CreateFavoritesFromElements
- Get3DBoundingBoxes (works for subelements, too)
Special thanks to the contributors:
- @thekaushikls for implementing the refresh button.
- @tlorantfy for creating Archicad commands and nodes.
- @Gaschitz for creating the icons for the new nodes.
Tapir 1.1.1
- 🚀 Brand new Grasshopper plugin
- The plugin is now written in C#.
⚠️ The old Python based plugin is retired.⚠️ The old Tapir Python package is retired, please use the official Python package provided by Graphisoft.
- 🚀 New Grasshopper components (@kovacsv)
- General
- ConnectArchicad
- TapirVersion
- ArchicadLocation
- Project
- ProjectDetails
- Elements
- SelectedElems
- ElemsByType
- ElemDetails
- WallDetails
- ElemGDLParameters
- SetPropertyValues
- Elems3DBoxes
- Properties
- PropertyByName
- PropertyByGuid
- General
- 🚀 New Archicad JSON commands (@tlorantfy)
- CreatePropertyDefinitions
- DeletePropertyDefinitions
- DeletePropertyGroups
Tapir 1.0.8
- 🚀 New JSON command:
GetAllProperties
. - 🚀 The Tapir dialog now shows the port number for the current Archicad instance.
⚠️ Command interface ofGetGDLParametersOfElements
andSetGDLParametersOfElements
has changed. Now it returns an array of parameters.
Tapir 1.0.7
- 🚀 Several new JSON commands in the Archicad Add-On by @tlorantfy
- GetCurrentWindowType
- OpenProject
- GetElementsByType
- GetAllElements
- Adds/removes a number of elements to/from the current selection.
- ChangeSelectionOfElements
- FilterElements
- GetDetailsOfElements
- SetDetailsOfElements
- GetClassificationsOfElements
- SetClassificationsOfElements
- CreatePropertyGroups
- 🚀 About dialog in the Archicad Add-On by @kovacsv
- 🚀 Updated developer guidelines
Tapir 1.0.6
- 🚀 New JSON command to list subelements of a hierarchical element:
GetSubelementsOfHierarchicalElements
. (@tlorantfy) ⚠️ Incompatible change on the JSON interface: some issue-related commands were renamed.AddComment
→AddCommentToIssue
GetComments
→GetCommentsFromIssue
AttachElements
→AttachElementsToIssue
DetachElements
→DetachElementsFromIssue
GetAttachedElements
→GetElementsAttachedToIssue
ExportToBCF
→ExportIssuesToBCF
ImportFromBCF
→ImportIssuesFromBCF
Tapir 1.0.5
🐞 Fix error in the HighlightElements
command.
Tapir 1.0.4
Merge pull request #98 from ENZYME-APD/alm/action_for_deploy_to_Yak Alm/action for deploy to yak
Tapir 1.0.3
🚀 Intel and ARM compatibility of the Archicad Add-On.
Tapir 1.0.2
Archicad Add-On News
- 🚀 Archicad 28 compatibility.
- 🚀 Several new JSON commands:
- GetProjectInfoFields
- SetProjectInfoField
- GetStoryInfo
- MoveElements
- GetGDLParametersOfElements
- SetGDLParametersOfElements
- CreateIssue
- DeleteIssue
- GetIssues
- AddComment
- GetComments
- AttachElements
- DetachElements
- GetAttachedElements
- ExportToBCF
- ImportFromBCF