
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.
Replies
Rendrix
BestPage.ai
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?
Rendrix
@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.