I am using the latest release from Dyno, and i am trying to group some buttons in a drop list as explained in the new features, but they did not explain how to group some buttons.
Hi MegaMax, which installer worked for you ? I am facing the same problem and I installed the latest version, “DynoInstall_0.5.0_for_Dynamo_1.1-1.2 - BUGFIX2.msi”. Still same problem. Thanks
My button.txt is in
C:\Users\xxxx\AppData\Roaming\Dyno\SampleWorkspaces
this is how my button.txt look like:
{
“test_ribbon”:[“folder1_script1”,“folder1_script2”, “folder1_script3”,“folder2_script1”, “folder2_script2”]
}
This is how my Revit looks like:
and I need it to be drop down menu like the one MegaMax84x has achieved. Some thing like attached above, yet with my folders and scripts…
What do you mean with preset files??
Thanks, Nazereh
Dear @Nazereh,
You can easily achieve the drip down list by adding just folder name, and not the script name.
The drop down will be created with the folder name containig the scripts ordered alphabetically.
Example:
{
“test_ribbon”:[“folder1”,“folder2”]
}