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,
|
self.target,
|
||||||
force=True)
|
force=True)
|
||||||
impl = session.repository.rdp.get_implementation(node_ref.instance)
|
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:
|
if impl.bl_reload_parent:
|
||||||
for parent in session.repository.graph.get_parents(self.target):
|
for parent in session.repository.graph.get_parents(self.target):
|
||||||
logging.debug(f"Refresh parent {parent}")
|
logging.debug(f"Refresh parent {parent}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user