How It Works
Brender Cloud is designed to empower studios by providing a platform where you can render not only still images and animations but also execute custom Python scripts that interact with your Blender projects. This is made possible by integrating Blender’s bpy
module with our pre-configured environment.
How It Works
Script Upload
Upload your custom Python scripts through the Brender Cloud Scripts Portal .
Always include a detailed description with your script so that other team members understand its functionality and context.
Studio-Wide Access
Once uploaded, scripts are accessible to all studio members, encouraging collaboration and reuse.
Execution Environment
Scripts are executed within a Blender context where both the native bpy
module and approved external pip modules are available. This allows you to fully customize your rendering workflow.
For security reasons, some modules are restricted to prevent malicious code execution. If you require a specific module, please contact our support team.