shaise / FreeCAD_SheetMetal

A simple sheet metal workbench for FreeCAD
http://theseger.com/projects/2015/06/sheet-metal-addon-for-freecad/
GNU Lesser General Public License v2.1
193 stars 56 forks source link

[SheetMetalUnfolder] Sketch colors must be integers... #359

Closed Syres916 closed 1 month ago

Syres916 commented 2 months ago

...not floats. Assumption: the new Materials system has changed this so I made sure it still works with 0.21.x and it does.

Currently my box puts out loads of QColor::setRgb: RGB parameters out of range warnings, this is fixed with the PR.

shaise commented 1 month ago

Thanks!!