TDU Python Module in TouchDesigner

TDU Python Module in TouchDesigner

TouchDesigner is always growing in its Python capabilities. Whether it’s the newer and shinier, like OpenCV and Script TOP, or more under the hood features like optimized expressions. One TouchDesigner Python feature that has been missed by many TouchDesigner developers is the tdu module. Let’s take a look! What is the TouchDesigner TDU Python module? The…

Recovering TouchDesigner From a Crash: Using TouchDesigner Autosave

Recovering TouchDesigner From a Crash: Using TouchDesigner Autosave

Oh boy! Spicy topic. We’ve all been there. Apps crash, work is lost, everyone goes home frustrated. This could happen with any application, not just TouchDesigner, and I remember a good expression I heard many years ago that we work in “unstable media.” TouchDesigner does have some nice mechanisms that can help us with this…

What every TouchDesigner beginner needs to know

What every TouchDesigner beginner needs to know

TouchDesigner is a vast application with so many possibilities and avenues of development. You could make art works almost entirely using only one operator family before you even dive into Python or GLSL or C++. So what are the critical pieces of knowledge you need as a beginner? What are the best bang-for-buck pieces of…

Removing banding in Notch

Removing banding in Notch

Banding is a big issue in a lot of content. It’s the thing we’re least expecting to deal with when it comes time to delivering either rendered content or a generative content. It can strike when you least expect it and picky clients will hound you till the end of the earth for it. There…

Why you need transactional APIs

Why you need transactional APIs

What’s a Transactional API? Simple. It’s an API that is focused on delivering fast, reliable, 1-to-1 interactions with users. You can think of transactions as things like email notifications, push notifications, SMS messaging, and similar. While these might not sound like something you’d need in your toolkit, you’d be surprised how many projects require some…