You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an RPG, and I had a traits list that I was just going to hard code in all the possible traits that affect certain features of the game into an OptionButton.
Describe the problem or limitation you are having in your project
I ended up deciding that was a bad idea and not expandable by addons for my game, so I decided to clear out all the itemlists. However, I have to keep clicking the text box of an item, followed by the delete button at the top of the item list editor, and that gets really tedious if you have a whole lot of items for each item list.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
I think there should be a clear button in the item list editor so you can quickly remove every item for an OptionButton or similar. Maybe even a dialogue confirming that you would like to do that so it's idiot proof.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
I just copy-pasted the delete icon to the clear button, but you can definitely change that.
I didn't mess with code, I just did a little bit of image editing to get that
If this enhancement will not be used often, can it be worked around with a few lines of script?
I'm not sure, I guess you could write a tool script or something, but I have zero experience with them. You could also just... delete the OptionButton or something, but I feel like adding this would be pretty useful so you don't have to keep deleting/re-adding the OptionButton if you keep changing things.
Is there a reason why this should be core and not an add-on in the asset library?
It's one button, and I feel that it could be quite useful
The text was updated successfully, but these errors were encountered:
Describe the project you are working on
I'm working on an RPG, and I had a traits list that I was just going to hard code in all the possible traits that affect certain features of the game into an OptionButton.
Describe the problem or limitation you are having in your project
I ended up deciding that was a bad idea and not expandable by addons for my game, so I decided to clear out all the itemlists. However, I have to keep clicking the text box of an item, followed by the delete button at the top of the item list editor, and that gets really tedious if you have a whole lot of items for each item list.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
I think there should be a clear button in the item list editor so you can quickly remove every item for an OptionButton or similar. Maybe even a dialogue confirming that you would like to do that so it's idiot proof.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
I just copy-pasted the delete icon to the clear button, but you can definitely change that.
I didn't mess with code, I just did a little bit of image editing to get that
If this enhancement will not be used often, can it be worked around with a few lines of script?
I'm not sure, I guess you could write a tool script or something, but I have zero experience with them. You could also just... delete the OptionButton or something, but I feel like adding this would be pretty useful so you don't have to keep deleting/re-adding the OptionButton if you keep changing things.
Is there a reason why this should be core and not an add-on in the asset library?
It's one button, and I feel that it could be quite useful
The text was updated successfully, but these errors were encountered: