[Path] fix tool change and Feature missing output

This commit is contained in:
Gauthier
2020-03-30 20:01:47 +02:00
parent 915e551bbb
commit 1908e86e26

View File

@@ -261,7 +261,7 @@ def export(objectslist, filename, argstring):
return
# Skip inactive operations
if not PathUtil.opProperty(obj, 'Active'):
if PathUtil.opProperty(obj, 'Active') is False:
continue
# do the pre_op