What would happen if there are multiple versions of Dynamo installed? Currently using Dyno with R19 & R20 and have split packages due to dynamo V1.3 & 2.3 and there is no issue there. Looking at how to continue using a ribbon with R21 as the latest dyno update won’t support R19 due to the dynamo version.
Unfortunately it does not start with Dynamo 2.6 and Dynamo 2.10.
“The file or assambly “file://c:…\Relay.dll” or a dependency of it was not found. The operation is not supported. (HRESULT exception: 0x80131515)”
Is it possible to adapt it to Dnamo 2.10? There are unfortunately too many non-programmers in the world :-).
Hey @rolf.archi,
Have a look to NonicaTab in Autodesk App Store. Both versions are supported in Dynamo 2.0 and later versions as well. You can set up your Dynamo scripts as Revit buttons in 2 clicks. No coding required!
You’re a really annoying user, you’re all over the forum promoting your tool, even in this topic which is promoting another tool. If you have created a topic for your work, let it flow, if not, create one.
I’d like to see you helping others in the forum by solving some topics, instead of just repeating your promotional mantra…
In the future I might provide an installer for this, but this tool was meant to be open and free and providing installers and all that adds to the “overhead” for a free tool.
So glad to hear it! Thanks again for testing the tool. I have a few things going on this quarter, but I am hoping to work on that tool a bit more further in the spring. There are quite a few new features folks (including myself) would like to see.
Tooltips are now supported using the built-in Dynamo graph properties. No extra steps!
adding description in graph properties - introduced in Dynamo 2.12 with migration back to Dynamo 2.6.0
resulting tooltip in UI
Revit 2023 Now Supported
F1 Contextual Help Added if URL in graph properties is filled out
Changes
Supported Versions of Revit now include 2021, 2022, and 2023. Users have reported success with versions older than 2021, but use in those versions is definitely at your own risk.
Sample graphs for Revit 2022 and Revit 2023 have been revised to account for the node size changes.
If you are going to test the tool please be sure to thoroughly read the documentation here.
Keep in mind that this variant of the tool is provided “as-is” and open-source with limited support (I only have so much time on my hands ). It should not be considered a full “production-ready” tool in its open-source state.
Also, remember to always have fun and you know what, go take a walk outside today, you deserve it.
Awesome tool! Took me a minute to figure out the references in visual studio.
The recommended data-shapes UI is not very institutive (for me) in making graphs like the select elements node is. Is there a way to launch dynamo player so that I don’t have to rework my input nodes so that dynamo player defaults to the [script.dyn] subfolder where the buttons are stored? Maybe adding multiple buttons; one to launch the player and the other to run the script, perhaps Automatic mode and manual mode?
Can you elaborate a bit more re: Dynamo Player? Relay specifically works where it runs Dynamo UI-Less.
If the question is regarding making Relay open the Dynamo Player UI, unfortunately, that is not doable (to my knowledge). This was meant to fire off DYNs from the ribbon quickly, and as far as I know, Dynamo Player’s UI is pretty off-limits in terms of external access.
There are other options (some paid) if you want inputs to be recognized automagically. Orkestra, Nonica, etc.
Yes, Opening the Dynamo Player UI was my question exactly. I’m frugal and don’t like paying for something I can do myself. I added some watch nodes and found my issue was just some lists needed flattening so It’s not as difficult as I thought. Fortunately, I don’t have that many scripts to update with the UI so Relay is going to workout for me just fine.