Files
create/src/Mod/Path
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-03-30 18:39:55 +02:00
2018-03-26 18:52:02 -03:00
2018-02-10 14:29:49 +01:00
2018-01-08 21:07:00 +01:00