---
title: "Baking in Maya"
canonical: "https://rmanwiki-25.pixar.com/space/RFM25/21889455/Baking%20in%20Maya"
format: markdown
---
<span style="color: #000000"> </span>[<span style="color: #000000">Baking</span>](https://renderman.atlassian.net/wiki/spaces/REN20/pages/21561735)<span style="color: #000000"> allows users to pre-compute or "bake" pattern networks into 2D texture images or 3D point clouds. </span>

### Bake Patterns

Add [PxrBakeTexture](https://renderman.atlassian.net/wiki/spaces/REN20/pages/21561497) or [PxrBakePointCloud](https://renderman.atlassian.net/wiki/spaces/REN20/pages/21561390) patterns into your shading network in places where you want to bake that state of the network into a texture or point cloud.  When doing regular renders, baked textures will be used by these patterns, and when doing bake renders, textures will be baked. ie. written to disk.

![image](media://68d7ccf4-1740-411b-917d-b32fe8c1378e)

### Starting a Bake Render

A bake render is essentially a batch render with one different setting. It uses the bake Hider instead of the raytrace Hider.   To start a bake render simply choose Bake Render instead of Batch Render from the RenderMan menu.   All the usual [batch render preferences](https://renderman.atlassian.net/wiki/spaces/RFM25/pages/21889144/RenderMan+Preferences#RenderManPreferences-BatchPreferences) apply to the bake render.  The baked textures will be written to the locations specified in the individual PxrBakeTexture or PxrBakePointCloud patterns.

![image](media://bba92b0d-813c-4e15-a4d9-f4a35f6df265)