Merge pull request #10179 from davidgilkaufman/rampNestedDressup
[Path] Make RampDressup accept other dressups as its base operation
This commit is contained in:
@@ -203,7 +203,7 @@ class ObjectDressup:
|
||||
if not obj.Base.Path:
|
||||
return
|
||||
|
||||
if not obj.Base.Active:
|
||||
if hasattr(obj.Base, 'Active') and not obj.Base.Active:
|
||||
path = Path.Path("(inactive operation)")
|
||||
obj.Path = path
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user