URJCMakerGroup / MakerWorkbench

https://makerworkbench.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
31 stars 11 forks source link

MakerWorkbench needs an SVG icon (the can scale for different screen resolutions) #4

Closed luzpaz closed 3 years ago

luzpaz commented 3 years ago

We overlooked this but each addon needs an SVG logo to represent it in the Addon Manager. A PR needs to be made (as mentioned in the Addon Manager github PR template to:

  1. Add the workbench icon to the .qrc file: src/Mod/AddonManager//Resources/AddonManager.qrc
  2. Upload the SVG to src/Mod/AddonManager/Resources/icons/
    In both commits naming conventions should be followed

In Maker/Mechatronic you utilize XPM methodology which is now considered deprecated due to HiPDi resolutions.

Please mark this high-priority. Thank you!