TouchDesigner Quick Tips: Inline Python Expressions for Complex Parametrization

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • Start to unlock the true power of TouchDesigner by leverage all sorts of simple python expressions inline in Operator parameters. These tricks will let you do things easily with python, directly in parameter expressions, when doing so in operators might be quite difficult.
    While these are certainly not the only python expressions that can be used inline, they are the ones that I use the most! Let me know what I am missing!
    This video and the accompanying file are available to everyone, no subscription required for this one!
    00:00 - Start
    02:41 - Inline If Else Statement
    07:05 - Inline len() operator
    10:40 - Accessing COMP Members with Python
    13:03 - Inline python list comprehension
    16:03 - tdu module and math module inline
  • Krátké a kreslené filmy

Komentáře • 3

  • @toriitoraa
    @toriitoraa Před 9 měsíci

    Thank you so much 🙏 One of the best for all these obscure tid-bits about this program!

  • @ValidPlacebo
    @ValidPlacebo Před 9 měsíci

    Thanks for the tips. I think it's time for me to spend some time reading the documentation and using more python functions.