When trying up update individaul parts nothing appears in the library list. I know the parts are associated becasue when I open the PCB file from scratch the STEP files import correctly. Here's the error from the console when I try and update modules. Any ideas?
Traceback (most recent call last):
File "C:\Program Files\FreeCAD 0.15\Mod\PCB\command\PCBupdateParts.py", line 150, in open
a.setIcon(j.ViewObject.Icon)
<type 'exceptions.AttributeError'>: 'Gui.ViewProviderPythonFeature' object has no attribute 'Icon'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
When trying up update individaul parts nothing appears in the library list. I know the parts are associated becasue when I open the PCB file from scratch the STEP files import correctly. Here's the error from the console when I try and update modules. Any ideas?
Hi,
fixed. Function ViewObject.Icon is available from FreeCAD v0.16. You can download nevest version from github.
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Wow! Quick response. Thanks for the help!
Brice