mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Remove redundant workaround
This commit is contained in:
parent
338bb1560a
commit
b7d5221410
1 changed files with 0 additions and 4 deletions
|
|
@ -3294,10 +3294,6 @@ def get_visible_in_frame_range(nodes, start, end):
|
|||
traversed_parents = list()
|
||||
for parent in iter_parents(node):
|
||||
|
||||
if not parent:
|
||||
# Workaround bug in iter_parents
|
||||
continue
|
||||
|
||||
if parent in always_invisible or get_state(parent) == INVISIBLE:
|
||||
# When parent is always invisible then consider this parent,
|
||||
# this node we started from and any of the parents we
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue