Draft: fix props_changed_placement_only for attached clones and similar (#9623)
For an attached object whose Shape depends on one or more source objects props_changed_placement_only should always return False.
This commit is contained in:
@@ -130,7 +130,7 @@ class PathTwistedArray(DraftLink):
|
||||
|
||||
def execute(self, obj):
|
||||
"""Execute when the object is created or recomputed."""
|
||||
if self.props_changed_placement_only() \
|
||||
if self.props_changed_placement_only(obj) \
|
||||
or not obj.Base \
|
||||
or not obj.PathObject:
|
||||
self.props_changed_clear()
|
||||
|
||||
Reference in New Issue
Block a user