diff --git a/art/rhino8.png b/art/rhino8.png new file mode 100644 index 000000000..7fadfb12d Binary files /dev/null and b/art/rhino8.png differ diff --git a/docs/_data/components.json b/docs/_data/components.json index d545477fc..c8c0227bd 100755 --- a/docs/_data/components.json +++ b/docs/_data/components.json @@ -2615,6 +2615,30 @@ "until": null, "uuid": "f9bc3f5e-7415-485e-b74c-5cb855b818b8" }, + { + "desc": "", + "iconsrc": null, + "icontag": "P", + "panel": "Input", + "since": "1.17", + "tab": "Revit", + "title": "Pick Elements", + "typename": "PickElements", + "until": null, + "uuid": "f795d14c-e7af-438b-9c57-332d0d8c4402" + }, + { + "desc": "", + "iconsrc": null, + "icontag": "P", + "panel": "Input", + "since": "1.17", + "tab": "Revit", + "title": "Pick Points", + "typename": "PickPoints", + "until": null, + "uuid": "7d45ec0d-f531-478e-b2a0-657678c0c6fd" + }, { "desc": "Given the point, it adds an image to the given View", "iconsrc": "/static/images/GH/AddImage.png", @@ -3719,90 +3743,6 @@ "until": null, "uuid": "0d9f07e2-3a21-4e85-96cc-bc0e6a607af1" }, - { - "desc": "Given a Brep, it adds a Brep shape to the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeByBrep.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add Brep DirectShape", - "typename": "DirectShapeByBrep", - "until": null, - "uuid": "5ade9ae3-588c-4285-abc5-09deb92c6660" - }, - { - "desc": "Given a Curve, it adds a Curve shape to the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeByCurve.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add Curve DirectShape", - "typename": "DirectShapeByCurve", - "until": null, - "uuid": "77f4fbdd-8a05-44a3-ac54-e52a79cf3e5a" - }, - { - "desc": "Given its Geometry, it adds a DirectShape element to the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeByGeometry.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add Geometry DirectShape", - "typename": "DirectShapeByGeometry", - "until": null, - "uuid": "0bfbda45-49cc-4ac6-8d6d-ecd2cfed062a" - }, - { - "desc": "Given its Geometry, it reconstructs a DirectShape Type to the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeTypeByGeometry.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add DirectShape Type", - "typename": "DirectShapeTypeByGeometry", - "until": null, - "uuid": "25dcfe8e-5be9-460c-80e8-51b7041d8fed" - }, - { - "desc": "Given its location, it reconstructs a DirectShape into the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeByLocation.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add DirectShape", - "typename": "DirectShapeByLocation", - "until": null, - "uuid": "a811efa4-8de2-46f3-9f88-3d4f13fe40be" - }, - { - "desc": "Given a Mesh, it adds a Mesh shape to the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeByMesh.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add Mesh DirectShape", - "typename": "DirectShapeByMesh", - "until": null, - "uuid": "5542506a-a09e-4ec9-92b4-f2b52417511c" - }, - { - "desc": "Given a Point, it adds a Point shape to the active Revit document", - "iconsrc": "/static/images/GH/DirectShapeByPoint.png", - "icontag": null, - "panel": "DirectShape", - "since": null, - "tab": "Revit", - "title": "Add Point DirectShape", - "typename": "DirectShapeByPoint", - "until": null, - "uuid": "7a889b89-c423-4ed8-91d9-5cece1ee803d" - }, { "desc": "Gets the active Design Option", "iconsrc": "/static/images/GH/DesignOptionActive.png", @@ -4103,6 +4043,90 @@ "until": null, "uuid": "aae738e5-88df-4cdf-8dc9-6cda11f334a0" }, + { + "desc": "Given a Brep, it adds a Brep shape to the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapeBrep.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape (Brep)", + "typename": "AddDirectShapeBrep", + "until": null, + "uuid": "5ade9ae3-588c-4285-abc5-09deb92c6660" + }, + { + "desc": "Given a Curve, it adds a Curve shape to the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapeCurve.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape (Curve)", + "typename": "AddDirectShapeCurve", + "until": null, + "uuid": "77f4fbdd-8a05-44a3-ac54-e52a79cf3e5a" + }, + { + "desc": "Given a Mesh, it adds a Mesh shape to the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapeMesh.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape (Mesh)", + "typename": "AddDirectShapeMesh", + "until": null, + "uuid": "5542506a-a09e-4ec9-92b4-f2b52417511c" + }, + { + "desc": "Given a Point, it adds a Point shape to the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapePoint.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape (Point)", + "typename": "AddDirectShapePoint", + "until": null, + "uuid": "7a889b89-c423-4ed8-91d9-5cece1ee803d" + }, + { + "desc": "Given its Geometry, it adds a DirectShape element to the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapeGeometry.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape (Geometry)", + "typename": "AddDirectShapeGeometry", + "until": null, + "uuid": "0bfbda45-49cc-4ac6-8d6d-ecd2cfed062a" + }, + { + "desc": "Given its Geometry, it reconstructs a DirectShape Type to the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapeType.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape Type", + "typename": "AddDirectShapeType", + "until": null, + "uuid": "25dcfe8e-5be9-460c-80e8-51b7041d8fed" + }, + { + "desc": "Given its location, it reconstructs a DirectShape into the active Revit document", + "iconsrc": "/static/images/GH/AddDirectShapeInstance.png", + "icontag": null, + "panel": "DirectShape", + "since": null, + "tab": "Revit", + "title": "Add DirectShape Instance", + "typename": "AddDirectShapeInstance", + "until": null, + "uuid": "a811efa4-8de2-46f3-9f88-3d4f13fe40be" + }, { "desc": "Element Category Property Get access component to Element Category property", "iconsrc": "/static/images/GH/ElementPropertyCategory.png", @@ -5382,7 +5406,7 @@ "panel": "Document", "since": "1.10", "tab": "Revit", - "title": "Document Warnings", + "title": "Query Warnings", "typename": "DocumentWarnings", "until": null, "uuid": "3917adb2-706e-49a2-a3af-6b5f610c4b78" diff --git a/docs/pages/_en/1.0/reference/release-notes.md b/docs/pages/_en/1.0/reference/release-notes.md index c56761f53..f6c2e29d5 100644 --- a/docs/pages/_en/1.0/reference/release-notes.md +++ b/docs/pages/_en/1.0/reference/release-notes.md @@ -10,24 +10,34 @@ group: Deployment & Configs ### WIP -- Added support for Rhino 8.0 +### RC + + +{% endcapture %} +{% include ltr/release_header_next.html title="Upcoming Changes" note=rc_release_notes %} + +{% include ltr/release-header.html title="v1.18 RC1" version="v1.18.8732.18986" pre_release=true time="11/28/2023" %} + +- Added {% include ltr/comp.html uuid='f795d14c' %} component. +- Added {% include ltr/comp.html uuid='7d45ec0d' %} component. - Implemented conversion from 'Element' to 'Model Content' on some types. -- Fix on 'Annotation Leaders' component when used on an `ARDB.TextNote`. -- Fix on 'Material' conversion on Rhino 8. -- Fix on 'Query Sheets' when wildcard is used as input. +- Fix on {% include ltr/comp.html uuid='71f014de' %} component when used on an `ARDB.TextNote`. +- Fix on {% include ltr/comp.html uuid='b18ef2cc' %} conversion on Rhino 8. +- Fix on {% include ltr/comp.html uuid='97c8cb27' %} when wildcard is used as input. - Fixed a bug that makes Grasshopper previews visible on Revit type preview dialog. - Fix on `PersistentParam` context menu when it contains deleted elements. -### RC +{% include ltr/release-header.html title="v1.17" version="v1.17.8732.18736" time="11/28/2023" %} -- Added 'Pick Elements' component. -- Added 'Pick Points' component. -- Renamed 'Document Warnings' -> 'Query Warnings'. -- Added context menu to 'Built-In Failure Definitions' to filter by severity. -- Improved element-tracking on views. +
+ +

{{ site.terms.rir }} now supports Rhino 8!

+

[ v8.1 and above ]

+
-{% endcapture %} -{% include ltr/release_header_next.html title="Upcoming Changes" note=rc_release_notes %} +- Renamed 'Document Warnings' -> {% include ltr/comp.html uuid='3917adb2' %}. +- Added context menu to {% include ltr/comp.html uuid='73e14fbb' %} to filter by severity. +- Improved element-tracking on views. {% include ltr/release-header.html title="v1.17 RC1" version="v1.17.8620.27747" pre_release=true time="08/08/2023" %} diff --git a/docs/static/images/GH/AddDirectShapeBrep.png b/docs/static/images/GH/AddDirectShapeBrep.png new file mode 100755 index 000000000..fd943026b Binary files /dev/null and b/docs/static/images/GH/AddDirectShapeBrep.png differ diff --git a/docs/static/images/GH/AddDirectShapeCurve.png b/docs/static/images/GH/AddDirectShapeCurve.png new file mode 100755 index 000000000..9f83ec63e Binary files /dev/null and b/docs/static/images/GH/AddDirectShapeCurve.png differ diff --git a/docs/static/images/GH/AddDirectShapeGeometry.png b/docs/static/images/GH/AddDirectShapeGeometry.png new file mode 100755 index 000000000..5232d4d02 Binary files /dev/null and b/docs/static/images/GH/AddDirectShapeGeometry.png differ diff --git a/docs/static/images/GH/AddDirectShapeInstance.png b/docs/static/images/GH/AddDirectShapeInstance.png new file mode 100755 index 000000000..1590c1db7 Binary files /dev/null and b/docs/static/images/GH/AddDirectShapeInstance.png differ diff --git a/docs/static/images/GH/AddDirectShapeMesh.png b/docs/static/images/GH/AddDirectShapeMesh.png new file mode 100755 index 000000000..af33587f1 Binary files /dev/null and b/docs/static/images/GH/AddDirectShapeMesh.png differ diff --git a/docs/static/images/GH/AddDirectShapePoint.png b/docs/static/images/GH/AddDirectShapePoint.png new file mode 100755 index 000000000..b846e5a6f Binary files /dev/null and b/docs/static/images/GH/AddDirectShapePoint.png differ diff --git a/docs/static/images/GH/AddDirectShapeType.png b/docs/static/images/GH/AddDirectShapeType.png new file mode 100755 index 000000000..6600d8bd3 Binary files /dev/null and b/docs/static/images/GH/AddDirectShapeType.png differ diff --git a/docs/static/images/release_notes/rhino8.png b/docs/static/images/release_notes/rhino8.png new file mode 100644 index 000000000..7fadfb12d Binary files /dev/null and b/docs/static/images/release_notes/rhino8.png differ diff --git a/src/RhinoInside.Revit.GH/Components/Input/PickElements.cs b/src/RhinoInside.Revit.GH/Components/Input/PickElements.cs index ce4bc33d1..e1b1109c8 100644 --- a/src/RhinoInside.Revit.GH/Components/Input/PickElements.cs +++ b/src/RhinoInside.Revit.GH/Components/Input/PickElements.cs @@ -18,7 +18,7 @@ namespace RhinoInside.Revit.GH.Components.Input public class PickElements : ZuiComponent { public override Guid ComponentGuid => new Guid("F795D14C-E7AF-438B-9C57-332D0D8C4402"); - public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.obscure; + public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.hidden; protected override string IconTag => string.Empty; public PickElements() : base diff --git a/src/RhinoInside.Revit.GH/Components/Input/PickPoints.cs b/src/RhinoInside.Revit.GH/Components/Input/PickPoints.cs index 2d0b94159..f376b3f5c 100644 --- a/src/RhinoInside.Revit.GH/Components/Input/PickPoints.cs +++ b/src/RhinoInside.Revit.GH/Components/Input/PickPoints.cs @@ -21,7 +21,7 @@ namespace RhinoInside.Revit.GH.Components.Input public class PickPoints : ZuiComponent { public override Guid ComponentGuid => new Guid("7D45EC0D-F531-478E-B2A0-657678C0C6FD"); - public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.obscure; + public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.hidden; protected override string IconTag => string.Empty; public PickPoints() : base