wmayer
e510c7540c
Fix invalid Python object error
...
Example below led to a crash:
import Path
t = Path.Tool(name='t', diameter=1.2)
tt = Path.Tooltable()
tt.setTool(3, t)
attrs = tt.templateAttrs()
del attrs
2018-02-11 16:04:17 +01:00
..
2018-01-20 22:34:53 -02:00
2018-02-09 10:37:01 +01:00
2018-01-31 19:07:07 +01:00
2018-01-31 19:07:07 +01:00
2017-06-03 10:32:50 +02:00
2018-02-08 13:23:25 -05:00
2018-01-01 17:52:12 +01:00
2018-02-10 00:53:16 +01:00
2017-12-25 10:58:10 +01:00
2018-01-31 19:07:07 +01:00
2018-02-07 22:46:30 +01:00
2017-12-23 14:30:30 +01:00
2018-02-07 09:40:03 +01:00
2017-12-23 14:30:30 +01:00
2017-12-31 14:54:05 +01:00
2018-02-10 11:31:43 +01:00
2017-12-23 14:30:30 +01:00
2018-02-08 13:23:25 -05:00
2018-02-11 14:08:18 +01:00
2018-02-10 12:42:41 +01:00
2018-02-11 16:04:17 +01:00
2017-11-26 15:48:20 +01:00
2018-01-31 19:07:07 +01:00
2017-12-23 14:30:30 +01:00
2017-12-23 14:30:30 +01:00
2018-01-14 22:27:17 +01:00
2018-01-31 20:53:42 +01:00
2018-02-07 09:40:03 +01:00
2017-12-25 10:58:10 +01:00
2018-02-10 14:29:49 +01:00
2018-01-31 19:07:07 +01:00
2018-01-31 19:07:07 +01:00
2018-01-31 19:07:07 +01:00
2018-02-07 19:05:25 +01:00
2017-10-04 17:59:11 +02:00
2018-01-31 23:39:13 +01:00
2018-02-03 14:44:19 +01:00
2018-01-31 19:07:07 +01:00
2017-04-17 16:20:44 +02:00