Currently, the StevenVolckaert.InventorPowerTools.Buttons.ButtonBase abstract base class selects icons by file name convention. The same icon is used for both the standard and large button icons; it's currently not possible to specify another icon to be used for e.g. the large button icon.
[ ] Adapt ButtonBase so that inheriting classes can define the path to the standard and large icons;
[ ] Implement a fallback-mechanism that uses the file name convention.
Currently, the
StevenVolckaert.InventorPowerTools.Buttons.ButtonBase
abstract base class selects icons by file name convention. The same icon is used for both the standard and large button icons; it's currently not possible to specify another icon to be used for e.g. the large button icon.ButtonBase
so that inheriting classes can define the path to the standard and large icons;