[Path] fix tool change and Feature missing output

This commit is contained in:
Gauthier
2020-03-30 20:01:47 +02:00
parent d235f35869
commit 21c377f554

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