We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c54a9c commit 0de75dfCopy full SHA for 0de75df
1 file changed
src/plugins/rv-packages/otio_reader/annotation_hook.py
@@ -36,9 +36,7 @@ def hook_function(
36
frame_component = f"{paint_node}.frame:{frame}"
37
38
# 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
- )
+ effectHook.set_rv_effect_props(paint_component, {"nextId": stroke_id + 1})
42
43
# Add and set properties on the pen component of the RVPaint node
44
effectHook.add_rv_effect_props(
0 commit comments