Delete unused channel slider in Wrangle

   3476   3   1
User Avatar
Member
71 posts
Joined: Sept. 2018
Offline
Hello!

I'm wondering how to delete an unused channel slider in a wrangle.

For example, I used to have a channel like so:

int channel = chi("channel_slider");

But now I don't use it anymore and would like to delete the slider, is there a way to do that? I could copy all the code and create a new Wrangle, and it wouldn't be there anymore, but that feels a bit strange.

Best,
Albin
User Avatar
Member
59 posts
Joined: April 2016
Offline
albinioni
Hello!

I'm wondering how to delete an unused channel slider in a wrangle.

For example, I used to have a channel like so:

int channel = chi("channel_slider");

But now I don't use it anymore and would like to delete the slider, is there a way to do that? I could copy all the code and create a new Wrangle, and it wouldn't be there anymore, but that feels a bit strange.

Best,
Albin

Hi,
go to Edit Parameter Interface (hit gear icon in Parameters panel, first element of drop down menu), find your slider inside Existing Parameter section and delete it.
User Avatar
Member
1853 posts
Joined: May 2006
Offline
Or even faster (but well hidden), r.click on the channel name, go right to the bottom, More -> Delete Spare Parameter
http://www.tokeru.com/cgwiki [www.tokeru.com]
https://www.patreon.com/mattestela [www.patreon.com]
User Avatar
Member
71 posts
Joined: Sept. 2018
Offline
Great, thanks! This has been bugging me for quite some time.
Edited by albinioni - Feb. 11, 2021 08:35:09
  • Quick Links