Jannis Günther

Rendrix - AI workflows for Blender - describe, execute, create in 3D

Rendrix is an AI assistant for Blender that helps with simple 3D tasks, project organization, and basic workflow automation. Describe what you need, and Rendrix breaks it into manageable steps, executes them efficiently, and keeps your workflow organized.

Add a comment

Replies

Best
Jannis Günther
Hey ProductHunt community! 👋 I'm thrilled to launch Rendrix today - a project that's been my obsession for the past year. As someone who works with Blender regularly, I was frustrated by how complex and time-consuming even simple tasks could become. Whether it's organizing larger projects with dozens of objects, setting up proper material nodes, or automating repetitive workflows - these things quickly become overwhelming. That's when I realized we needed a completely different approach - what if AI could actually understand your Blender scene, plan the necessary steps automatically, and execute them one by one until perfect results are achieved? Rendrix does exactly that with three revolutionary technologies: Intelligent Step-by-Step Execution that analyzes your current scene and plans automatically, Self-Correcting Technology that detects and fixes errors in real-time, and a Simple Pay-per-Use System where you only pay for what you use ($1 = 1 Credit). Tell it "organize my project collections and create a realistic wood material" and watch it work interactively - analyzing your scene, planning the steps, executing each one individually, and adapting when things don't go as expected. No more manual repetitive work or starting over from scratch. The best part? You can start experimenting immediately with 5 free credits - no credit card required. Installation takes just 3 minutes: register, download the plugin, install in Blender, and start creating. I'd love to hear what you think! What Blender tasks would you want to automate with just a text description? 🎨🤖
Joey Judd

No way, this could save me so much time! Breaking down 3D tasks in Blender always slows me down—love that Rendrix just handles it. Does it work with custom add-ons too?

Jannis Günther

@joey_zhu_seopage_ai Rendrix uses Blender's Python API to execute code, so compatibility with custom add-ons depends on how they're implemented.

If your custom add-ons:

- Use standard Blender API calls → Should work fine alongside Rendrix

- Modify core Blender operators → Might cause conflicts

- Add custom operators/properties → Rendrix won't know about them unless specifically programmed

Rendrix analyzes your current scene (including objects from other add-ons) and generates standard bpy.* commands. It can work with objects created by other add-ons, but can't directly use their custom functions.