remove_channels_from_layer

remove_channels_from_layer(channels: list(Plug), layer: Node, undo_stack: bool) None

Update the animation graph so that these plug channels are not animated anymore in the layer.

If any channel is actually a sub-channel of a value, and the last one to be animated in the layer, then the value will be un-rigged.

Parameters
  • channels (list(Plug)) – The channel

  • layer (Node) – The layer

Return type

None