# Video Guides and Additional Tips

**Reducing .blend file size**

Blender can reduce the size of a .blend file using compression techniques. This can be achieved when saving the file by enabling the gear icon on the right side and ticking the Compress option.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXddrYXBzQLhZ_tbdXoAn6PjZ8YZmbC3A1gzrXSM4Fdh5YXO8DkNGn-k7PZ-yqmDIIAZQ733DHWDQcPWAkcgpwbjSwGFX55GWx4znQBqSlkelLXrd4X7NuVK1knb4Ujo_ru487zV?key=gCOMcS62Q1j5QOuIVXrNws2D" alt="" width="563"><figcaption></figcaption></figure>

**Video Guide to reducing the .Blend file size**&#x20;

{% embed url="<https://youtu.be/PaxszErQb0c>" %}

**Bake Rigid Body - To Keyframes**

{% embed url="<https://youtu.be/XJcIO-TA9yI>" %}

**Bake Cloth Physics** to disk cache and setting up the correct folder structure to render on the network.

{% embed url="<https://youtu.be/bzvpSUELYnw>" %}

**Custom File Output Passes** now supported on the network – brief overview and setup

{% embed url="<https://youtu.be/6_LMWX1qO_E>" %}

**Saving Hair Dynamics** to cache – for rendering on the network

{% embed url="<https://youtu.be/6Q84c7TBEnA>" %}

**Additional Questions**

Q) Is Python supported<br>

1. No, for security reasons all python is disabled, it's advised to bake out your keyframes, you can use blenders bake action .

Sometimes you may use an add-on or create a scripted expression to drive animation channels, unfortunately, the Render Network disables all scripts, but here's a workaround using the **Bake Action** method

{% embed url="<https://youtu.be/5B5UYyZWa0A>" %}

**Additional Guides**

Please see the complete playlist of video guides to using Blender on the Render Network

{% embed url="<https://www.youtube.com/playlist?list=PLTqdDmFtprFlLYKTVDV7J9ZzdRXNmMg3y>" %}

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://know.rendernetwork.com/getting-started/using-blender-cycles-on-the-render-network/video-guides-and-additional-tips.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
