> No docstring available. Accessible from: `human.process.baking` ### Properties --- ##### Resolution Body: ```py human.process.baking.resolution_body >>> int ``` No docstring available. `Returns int ` --- ##### Resolution Clothes: ```py human.process.baking.resolution_clothes >>> int ``` No docstring available. `Returns int ` --- ##### Resolution Eyes: ```py human.process.baking.resolution_eyes >>> int ``` No docstring available. `Returns int ` --- ### Methods --- ##### Bake All ```py human.process.baking.bake_all(samples: int, context: Optional[bpy_types.Context]) >>> NoneType ``` *Inherited from [[Could not find source]]* No description available. **Arguments:** - `samples (int)`: - `context (Optional[bpy_types.Context])`: --- ##### Bake Single Texture ```py human.process.baking.bake_single_texture(baketexture: BakeTexture, context: Optional[bpy_types.Context]) >>> Image ``` *Inherited from [[Could not find source]]* No description available. **Arguments:** - `baketexture (`[[BakeTexture]]`)`: - `context (Optional[bpy_types.Context])`: **Returns:** - `returns (Image)`: --- ##### Get Baking List ```py human.process.baking.get_baking_list() >>> List[HumGen3D.human.process.bake.BakeTexture] ``` *Inherited from [[Could not find source]]* No description available. **Returns:** - `returns (List[HumGen3D.human.process.bake.BakeTexture])`: --- ##### Set Up New Materials ```py human.process.baking.set_up_new_materials(baketextures: List[HumGen3D.human.process.bake.BakeTexture]) >>> NoneType ``` *Inherited from [[Could not find source]]* No description available. **Arguments:** - `baketextures (List[HumGen3D.human.process.bake.BakeTexture])`: ---