EnviralDesign / TD-UberGui

UberGui is a lightweight multi-threaded, webRender UI module for TouchDesigner
MIT License
73 stars 5 forks source link

RFE: Ignore expr mode params or fully support those #27

Closed AchimKern closed 3 years ago

AchimKern commented 3 years ago

Right now I can edit a param that is in expression mode, but that will put the param into constant mode. But for the end user of the gui this is not transparent, so he might easily break stuff

Maybe it would be better to (optionally) ignore parameters that are in expression (or export) mode

Or to fully support editing parameters that are in expression mode, i.e. to not change them to constant mode

EnviralDesign commented 3 years ago

I think a shorter term solution will be to make it a read only parameter but signify the type of read only ness by coloring the text the color of expressions, binds, and exports that TD uses.

EnviralDesign commented 3 years ago

eventually though I would like to add the capability, or option to edit these types too.

EnviralDesign commented 3 years ago

image this has been added