Skip to content

Commit 0de75df

Browse files
Remove show property from annotation hook
Signed-off-by: Éloïse Brosseau <eloise.brosseau@autodesk.com>
1 parent 5c54a9c commit 0de75df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/plugins/rv-packages/otio_reader/annotation_hook.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ def hook_function(
3636
frame_component = f"{paint_node}.frame:{frame}"
3737

3838
# Set properties on the paint component of the RVPaint node
39-
effectHook.set_rv_effect_props(
40-
paint_component, {"nextId": stroke_id + 1, "show": layer.visible}
41-
)
39+
effectHook.set_rv_effect_props(paint_component, {"nextId": stroke_id + 1})
4240

4341
# Add and set properties on the pen component of the RVPaint node
4442
effectHook.add_rv_effect_props(

0 commit comments

Comments
 (0)