DarienBrito / TDMorph

TDMorph, a toolbox for enhanced parametric exploration in TouchDesigner
GNU General Public License v3.0
139 stars 9 forks source link

Not compatible with dropdown menu widget with changing amount of entries #159

Closed markijzerman closed 4 months ago

markijzerman commented 3 years ago

Hi, I often put the Value0 of different widgets in TDMorph- and often it works fine. With the dropdown menu however, it only works with the initial set of entries that are in the dropdown menu when I drag it onto TDMorph. When I then add values to the dropdown list, TDMorph can not load or save them. I tried setting the max value of the range to something higher in TDMorph, but this does not seem to work.

In the screenshot, 'G' is added:

image

DarienBrito commented 3 years ago

Mmm, interesting... I think is because menu's have a special status in TDMorph since they gave me trouble when I was binding them, so they don't update if you add new entries. I will have a look for the first update for V2 ;)

DarienBrito commented 4 months ago

This has been completely refactored.