Merge pull request #3290 from fra589/master

[Path] fix tool change and Feature missing output
This commit is contained in:
sliptonic
2020-03-30 22:18:07 -05:00
committed by GitHub

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