mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
implement exitstack functions from exitstack.py
This commit is contained in:
parent
78d1f95bde
commit
9be69c3f30
1 changed files with 1 additions and 1 deletions
|
|
@ -2839,7 +2839,7 @@ def bake_to_world_space(nodes,
|
|||
"sx", "sy", "sz"}
|
||||
|
||||
world_space_nodes = []
|
||||
with contextlib.ExitStack() as stack:
|
||||
with ExitStack() as stack:
|
||||
delete_bin = stack.enter_context(delete_after())
|
||||
# Create the duplicate nodes that are in world-space connected to
|
||||
# the originals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue