Plugin - Release Notes
Version 1.16
September 15th, 2023
Notable new features:
The Import Geometry, Download Export and Email Export components now support nested layers by means of a new
nestedlayer
reserved attribute. It contains the whole hierarchy of layers the object belongs to in a double colon separated string. The layer attribute still exists and only contains the name of the bottom sublayer.Read the
nestedlayer
attribute in imported files:Write the nestedlayer before exporting:


A new Stream Export Options component is available. Using this component to define export options for the Download Export and Email Export components is a way to export any file type from the Download Export and Email Export components, so long as they are converted to data streams before being sent to the export component.
Improvements:
Bitmap objects created using the Bitmap+ plugin can now be used as texture inputs for the material components.
The plugin now checks for invalid transformation matrices attached to geometry.
Hidden inputs of a ShapeDiver model are no longer included in the Create Saved State and Computation components of the client plugin.
The top-level menu was reorganized for clarity and includes new support links.
Version 1.15
June 8th, 2023
Notable new features:
The “Client plugin” components are now officially released, along with new icons for each component.
Improvements:
It is now possible to filter models by slug in the List Models component.
The outputs of the Computation, Saved State Inputs, and Saved State Outputs components can now be baked in Rhino including their attributes.
The Create Saved State component now gets automatically populated with the default values of the connected model.
Preparations have been made to support the Bitmap+ and PDF+ plugins. Those plugins will soon be supported when they are updated as well.
Bug fixes:
Logging in ShapeDiver from Rhino/Grasshopper (used by the “Client plugin” components and the desktop clients) now works on Mac and more reliably on Windows.
The warning on startup of the plugin in Rhino 6 has been removed.
Multiple issues regarding the preloaded inputs of the Computation component have been fixed.
Filtering models by organization in the List Models component now works.
Plugging several saved states as input to the Saved State Inputs and Saved State Outputs now works.
Version 1.14
April 17th, 2023
Notable new features:
The plugin includes a new beta “Client plugin” section. The components of the new section allow to remotely access and control ShapeDiver models directly from Grasshopper, including such operations as:
Listing ShapeDiver models and their saved states
Listing inputs and outputs associated with saved states
Creating new saved states for a model
Triggering remote computations of a ShapeDiver model from Grasshopper, and retrieving its outputs in Rhino
Read more about the “Client plugin” section here.
Improvements:
Possibility to Log In and Log Out of your ShapeDiver account directly from the top-level menu in Grasshopper
The “Stargate” command allowing to log in from Rhino has been renamed to “ShapeDiver”
Bug fixes:
Solved an issue where surfaces were not successfully trimmed
Version 1.13
March 13th, 2023
Notable new features:
The plugin is now (mostly) compatible with Mac! Only some PDF-related components are not Mac-compatible as they rely on windows-based libraries.
New Delete Attributes component: remove all ShapeDiver attributes from input objects.
Stored attributes can now be visualized hovering over objects on the canvas or using text panels:
Possibility to switch between glTF 1.0 and glTF 2.0 for the display outputs generated by components with the preview turned on. Read more about this feature here.
Improvements:
All attribute components now clone their inputs, preventing attributes to be modified in elements upstream from them.
Renaming and reorganization of several components. Most notably the ShapeDiver Display and ShapeDiver Material components have been renamed to Legacy Display and Legacy Material as they should in most cases be dropped in favor of the new glTF 2.0 components.
Bug fixes:
An occasional exception causing the below warning has been fixed:
Updating attributes included in objects from imported files now works without recomputing the definition
Elements imported from sdTF files are now persistent after saving and reloading a definition.
Version 1.12
December 1st, 2022
New component “Sketchup Export Options”: the plugin now supports exporting to .skp files. Read more about it here.
The “Import Geometry” component now uses the unit system of the active document in Rhino. Read more about it here.
The “Attach Transformations” component now overwrites the existing attributes object if it exists in the original Object input. This is in line with the behavior of other attribute components.
The default limit for file sizes in all import components has been raised.
Parameter groups containing the strings “hide” or “hidden” (case insensitive) will be hidden by default after uploading to ShapeDiver
Parameter groups named “ignore” (case insensitive) will not be included in the list of parameters on ShapeDiver
Bugfix: updating the default value of the Direct Text Input component now works without re-computing.
Bugfix: the transform list icon displays correctly on the component.
Version 1.11
September 28th, 2022
A new version of the “glTF 2.0 Display” component allows the creation of named nodes in the glTF scene tree. Names can be attached as attributes to the geometric objects, using an attribute named
name
.A hierarchical node structure can be created by using names that contain dots as separators. As an example, using the names
house
,house.room1.door
,house.room1.window
,house.room2.floor
will result in the following node structure in the glTF:house
room1
door
window
room2
floor
Multiple geometric objects can make use of the same name. All of these objects will be attached to the same named node.
Named nodes can easily be identified using the viewer’s API, in order to change their material, animate them, enable interactions, etc
Version 1.10
August 22nd, 2022
The new parameter type “Transform List” allows to attach a list of transformations as an attribute to geometric objects.
New components “Create Transform List” and “Explode Transform List”
Improvements to the “Mesh Loft” component
Import components (Geometry, Image, Text) now support
Content-Encoding
gzip and deflate
Version 1.9.4
May 17th, 2022
New “Mesh Patch” and “Mesh Loft” components in the utilities category of the plugin.
The dialogs for the text input and import components have been replaced by context menu items.
For documents containing hatches, the hatches are now imported as curves using our Import Geometry component. As an example, this means that all elements from AI (Illustrator) documents are imported
It is now possible to define names for materials using any of our material components. If a component does not have a "Name" input, or if the "Name" input is not specified, the name of the component is used. If this name is still the default name, a unique ID is generated instead. This ensures that all materials can be uniquely identified in the API.
The performance of the glTF 2.0 component has been improved.
Various fixes related to mime types for textures and imported files.
Version 1.9.3
March 22nd, 2022
New file format supported for exporting: FBX
New ShapeDiver Output component. This component can be used instead of the display components to send geometry to the viewer. It can also be used for attribute visualization in the viewer and will become central to many upcoming ShapeDiver features.
Better support for importing files containg blocks: block information is now included as attribute of the imported geometry.
Bugfix: when exporting 3dm files, the file version is corrected to match the version of Rhino running on the ShapeDiver servers.
The plugin now sends warnings in case groups are sent to the Display components.
Added the .ifc extension to the “Import Text” component
Bugfix regarding the “Attach Transformations” component: missing transformations in arrays do not happen anymore.
Version 1.9.2
February 21st, 2022
Added icon for the ShapeDiver Export options primitive component
Redrawing is now re-enabled after triggering export requests
The “Attach transformations” component is now compatible with the legacy ShapeDiver Display and External Display components
Dropdown inputs for the export options components are not re-generated every time the document opens anymore
The dll issue with the package manager in Rhino 6 is fixed
Improved casting of JSON properties to text
The glTF 2.0 Display component now previews transparency correctly
The Rhino 6 version of the Import Geometry component now supports vertex colors
The Rhino 6 version of the Import Geometry component now supports groups
Fixed several issues with the gltF export plugin