Skip to Content
DocumentationPython ScriptingPython Job Submission

Python Job Submission

Brender Cloud allows you to submit fully customized Python render jobs that integrate your scripts with Blender projects. This section details how to set up and submit a custom job.

Steps to Submit a Custom Job

1. Access the Submission Portal

Navigate to brendercloud.com/new-render/custom-script.

2. Upload Your Files

You can upload a single .blend file or a compressed .zip containing your Blender project and its assets.

3. Select Your Script

Choose a previously uploaded Python script from the available list. This script will be executed against your Blender file.

4. Configure Environment Variables

Optionally, add custom environment variables to modify the script’s execution behavior.

⚠️

Custom Python jobs are charged based on the actual execution time. There is no upfront cost/time analysis available.

Best Practices

  • Test Your Script Locally: Before submitting a job, test your script locally to ensure it behaves as expected.
  • Test Script in the Brender Cloud Portal: Use the Brender Cloud Scripts Portal to test your script in a controlled environment (CPU Based). It replicates the Brender Cloud GPU execution environment, allowing you to catch errors early.
  • Monitor Job Progress: Keep an eye on the job status and logs to ensure your script is running correctly.
Last updated on