Merge pull request #3502 from dubstar-04/fixes/op-visibility
[Path] - Don't reset the operations visibility state during document recompute
This commit is contained in:
@@ -472,9 +472,6 @@ class ObjectOp(object):
|
||||
'''
|
||||
PathLog.track()
|
||||
|
||||
if obj.ViewObject:
|
||||
obj.ViewObject.Visibility = obj.Active
|
||||
|
||||
if not obj.Active:
|
||||
path = Path.Path("(inactive operation)")
|
||||
obj.Path = path
|
||||
|
||||
Reference in New Issue
Block a user