TouchDesigner Best Practices: Demystifying the .bat file

Sdílet
Vložit
  • čas přidán 22. 07. 2024
  • In this video, we will take a look at using .bat files to start our TouchDesigner projects. You will learn how to set up a .bat file, how to pass variables from the .bat file to TouchDesigner to customize startup options, and more!
    I use this technique all the time in my installations, ensuring that TouchDesigner (and any other necessary programs, processes, etc) are all launched precisely as needed. It is way simpler than it may seem, so I hope this helps you too!
    Project file contains both .bat files, TD project and /dat folder with python extension: / best-practices-100653539
    A great resource from Matt Ragan: matthewragan.com/2019/08/05/t...
    00:00 - Motivation and Overview
    03:36 - STARTUP Component
    06:06 - Startup Python Extension with BAT file
    14:07 - Create .BAT File
    22:57 - Do More with .BAT File
  • Krátké a kreslené filmy

Komentáře • 4

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

    Hey! Audio is a bit low compared to your other videos. I don't know what is your mic setup for these, but if you're using a laptop mic please consider using your android/ios phone as a microphone and propping it up to your mouth level.
    Other than that, great video as always!

    • @water__shed
      @water__shed  Před 3 měsíci

      thanks for letting me know, using a yeti mic

  • @markus_knoedel
    @markus_knoedel Před 4 měsíci

    But only on Windows, or?

    • @water__shed
      @water__shed  Před 4 měsíci

      mac os has .sh files that are pretty similar in functionality, just a few configuration differences you should be able to google