TheFoundryVisionmongers / nuke-ML-server

A Nuke client plug-in which connects to a Python server to allow Machine Learning inference in Nuke.
Apache License 2.0
134 stars 36 forks source link

Support for TCL expressions in custom knobs #24

Open ldmoser opened 3 years ago

ldmoser commented 3 years ago

TCL expressions is another common trick used in comp nuke scripts and it would be great to also work on MLClient nodes. That didn't work for my custom string knob, which would always receive the literal string containing the TCL expression. Is that something that would need to happen in the server side? If so... could that be provided as an API to make it simpler to write wrappers for pre-trained models?