Custom Revit Ribbon

Custom Revit Ribbon

n.aleksic
Explorer Explorer
2,121 Views
4 Replies
Message 1 of 5

Custom Revit Ribbon

n.aleksic
Explorer
Explorer

Hi all,

Fairly new to coding, Python and all... So I need your help!

 

I've got a custom Ribbon in my Revit (2021), but would like to customize this more. At the moment, all buttons are big. And I would like to have some smaller ones next to these as well. Also, the drop down menu's keep asking me for a picture, but I would like them too to be small.

 

What I'm talking about:

naleksic_0-1647504068296.png

 

naleksic_2-1647504090798.png

 

The script I've been given is fairly simple, so I'm thinking the problem is the simple coding. Anyone got a preview code for me? Or can help me with this?

 

 

0 Likes
Accepted solutions (1)
2,122 Views
4 Replies
Replies (4)
Message 2 of 5

andré_martins
Contributor
Contributor
Accepted solution
Message 3 of 5

jeremy_tammik
Alumni
Alumni

The so-called "code" that you share consists of one single line:

  

Logo
{
  "H&R Dynamo"  : ["Rooms en Areas", "Elementen", "Floors", "Worksets", "Families","Checkers","Voids","Revit Links","IFC export","3D Details","Levels","Tekenhulp"]
}

 

Sorry to say, I do not see how anyone can help you much by looking at that...

    

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 4 of 5

mdb
Contributor
Contributor

Is it possible that youre talking about the dyno addin?

In that case i dont think it is possible to set small images.

0 Likes
Message 5 of 5

n.aleksic
Explorer
Explorer

Exactly what I was looking for! Thank you so much!