feat: notes for furtur improvements
This commit is contained in:
parent
a199e0df00
commit
9003abcd18
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user