Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have succeded to add an icon to the command buttons using python add ins but is it possible to add an icon to the toolbar panel? here is the code i have for creating the toolbar panel:
global tbPanel
tbPanel = tbPanels.itemById('NewPanel')
if tbPanel:
tbPanel.deleteMe()
tbPanel = tbPanels.add('NewPanel', 'New Panel', 'SelectPanel', False)
Pavan HEMMEGE VENKATAPPA
Fusion 360 Ultimate User
Fusion 360 Ultimate User
Solved! Go to Solution.