feat: notes for furtur improvements

This commit is contained in:
Swann 2021-06-22 14:06:19 +02:00
parent a199e0df00
commit 9003abcd18
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -606,6 +606,7 @@ class SessionApply(bpy.types.Operator):
self.target,
force=True)
impl = session.repository.rdp.get_implementation(node_ref.instance)
# NOTE: find another way to handle child and parent automatic reloading
if impl.bl_reload_parent:
for parent in session.repository.graph.get_parents(self.target):
logging.debug(f"Refresh parent {parent}")