diff --git a/dictionary.txt b/dictionary.txt index 8af2f3b8e..c5b297db2 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -97,6 +97,9 @@ subcollections subcollection supertest localhost +renderer +bpy +CUDA http BYO TLDR diff --git a/docs/guides/python/blender-render.mdx b/docs/guides/python/blender-render.mdx new file mode 100644 index 000000000..d2728008e --- /dev/null +++ b/docs/guides/python/blender-render.mdx @@ -0,0 +1,911 @@ +--- +description: Use the Nitric framework to build a service for rendering Blender scenes using cloud GPUs +tags: + - API + - AI & Machine Learning +image: /docs/images/guides/blender-render/featured.png +image_alt: 'Render Blender Banner' +featured: + image: /docs/images/guides/blender-render/featured.png + image_alt: 'Render Blender featured image' +languages: + - python +published_at: 2024-11-13 +--- + +# Use Cloud GPUs for rendering your Blender projects + +This example shows how you can create a remote [Blender](https://www.blender.org/) rendering application using Blender's Python interface. + +By using the cloud you can render your Blender scenes on infrastructure that scales and with CPU or GPU resources you might not have access to locally. + +Here's a final render that was done using cloud GPUs: + +
+
+