Skip to content

Releases: ENZYME-APD/tapir-archicad-automation

Tapir 1.1.3

12 Dec 13:49
648524b
Compare
Choose a tag to compare
  • 🚀 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
  • 🚀 Archicad JSON commands
    • GetAllProperties
    • CreateLayers

Thanks a lot to @tlorantfy and @Gaschitz.

Tapir 1.1.2

03 Nov 09:20
0a6bc32
Compare
Choose a tag to compare
  • 🚀 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
  • 🚀 New Archicad JSON commands
    • ApplyFavoritesToElementDefaults
    • CreateFavoritesFromElements
    • Get3DBoundingBoxes (works for subelements, too)

Special thanks to the contributors:

Tapir 1.1.1

13 Oct 07:53
Compare
Choose a tag to compare
  • 🚀 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
  • 🚀 New Archicad JSON commands (@tlorantfy)
    • CreatePropertyDefinitions
    • DeletePropertyDefinitions
    • DeletePropertyGroups

Tapir 1.0.8

29 Sep 13:04
Compare
Choose a tag to compare
  • 🚀 New JSON command: GetAllProperties.
  • 🚀 The Tapir dialog now shows the port number for the current Archicad instance.
  • ⚠️ Command interface of GetGDLParametersOfElements and SetGDLParametersOfElements has changed. Now it returns an array of parameters.

Tapir 1.0.7

15 Sep 06:43
68ab97d
Compare
Choose a tag to compare
  • 🚀 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

18 Aug 20:14
b89c725
Compare
Choose a tag to compare
  • 🚀 New JSON command to list subelements of a hierarchical element: GetSubelementsOfHierarchicalElements. (@tlorantfy)
  • ⚠️ Incompatible change on the JSON interface: some issue-related commands were renamed.
    • AddCommentAddCommentToIssue
    • GetCommentsGetCommentsFromIssue
    • AttachElementsAttachElementsToIssue
    • DetachElementsDetachElementsFromIssue
    • GetAttachedElementsGetElementsAttachedToIssue
    • ExportToBCFExportIssuesToBCF
    • ImportFromBCFImportIssuesFromBCF

Tapir 1.0.5

11 Aug 04:48
Compare
Choose a tag to compare

🐞 Fix error in the HighlightElements command.

Tapir 1.0.4

09 Aug 07:34
86e0a5b
Compare
Choose a tag to compare
Merge pull request #98 from ENZYME-APD/alm/action_for_deploy_to_Yak

Alm/action for deploy to yak

Tapir 1.0.3

24 Jul 16:23
Compare
Choose a tag to compare

🚀 Intel and ARM compatibility of the Archicad Add-On.

Tapir 1.0.2

19 Jul 20:34
Compare
Choose a tag to compare

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

Contributors

@tlorantfy @iyur @kovacsv