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
Using freecad 0.20 I'm unable to create a pack. After seleccting a cell, filling the parameters I get this error.
22:50:50 Traceback (most recent call last): 22:50:50 File "/home/user/.var/app/org.freecadweb.FreeCAD/data/FreeCAD/Mod/battery_pack/batteryPackDialog.py", line 79, in createPack 22:50:50 self.part = App.activeDocument().addObject('App::Part',generate_freecad_name()) 22:50:50 AttributeError: 'NoneType' object has no attribute 'addObject'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using freecad 0.20
I'm unable to create a pack.
After seleccting a cell, filling the parameters I get this error.
22:50:50 Traceback (most recent call last):
22:50:50 File "/home/user/.var/app/org.freecadweb.FreeCAD/data/FreeCAD/Mod/battery_pack/batteryPackDialog.py", line 79, in createPack
22:50:50 self.part = App.activeDocument().addObject('App::Part',generate_freecad_name())
22:50:50 AttributeError: 'NoneType' object has no attribute 'addObject'
The text was updated successfully, but these errors were encountered: