We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sk
When unfold is performed with Generate projection sketch disabled, following exception is thrown:
Generate projection sketch
Traceback (most recent call last): File "/home/aea/.FreeCAD/Mod/sheetmetal/SheetMetalUnfolder.py", line 2253, in accept docG.getObject(sk.Name).LineColor = (0.0,0.0,0.5) <type 'exceptions.UnboundLocalError'>: local variable 'sk' referenced before assignment
Unfolded solid is still generated successfully.
The text was updated successfully, but these errors were encountered:
Thanks, I will take a look
Sorry, something went wrong.
Fix bug when not generating sketch (issue #42).
33a8fb7
Support separate color for bend lines (issue #41)
Fixed. Please test and close.
Nicely working. Thanks!
No branches or pull requests
When unfold is performed with
Generate projection sketch
disabled, following exception is thrown:Unfolded solid is still generated successfully.
The text was updated successfully, but these errors were encountered: