Files
create/src/Mod/Path/App
wmayer 3ca2a408fb Fix invalid Python object error
Example below led to a crash:
import Path
v = Path.Tool(name='v', diameter=5.6)
tt = Path.Tooltable()
tt.addTools(v)
attrs = tt.templateAttrs()
uu = Path.Tooltable(tt.templateAttrs())
del attrs
2018-03-30 18:39:55 +02:00
..
2018-01-24 13:08:57 -05:00
2017-12-23 14:27:25 +01:00
2017-12-06 20:59:55 +01:00
2017-03-19 10:26:27 +01:00
2017-06-18 16:33:20 +02:00
2017-12-23 14:27:25 +01:00
2016-09-22 18:53:24 +02:00
2017-01-28 01:22:09 +08:00
2017-01-29 22:35:52 +01:00
2017-06-18 16:33:20 +02:00
2016-10-20 01:37:49 +02:00