Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Render to Texture feature in 3ds Max includes several V-Ray output elements (bake elements) in addition to the standard 3ds Max output elements. These V-Ray bake elements correspond to V-Ray Render Elements. 

In 3ds Max 2021 and above, the newer Bake to Texture feature is also available and works with the V-Ray bake elements.


UI Expand
expandedtrue
titleUI Path:

...

 

Rendering menu >...

||Renderingmenu|| >

...

Bake to Texture >

...

Select bake elements > Add Maps to Selected Objects button (for 3ds Max 2021 and newer)

Section
Column
width60%

Image Added

Column
width40%



||Rendering menu|| > Render To Texture > Output rollout > Add button > Select bake element

...

Add Elements button

...

(for older versions of 3ds Max)

10%40%
Section
Column
width
35%
 

Image Added

Image Removed 
Column
width
40%
10%


Column
width
30%
Image Removed 

Image Added

Column
width
10%

 

...

25%


Bake Elements

...

The following bake elements are available through the Add Texture Elements dialog. For information on the type of image or data included in each bake element, see the page for the corresponding Render Element. 


1111 1
Bake ElementCorresponding Render Element

VRayAOMap

Anchor
1.1
1.1

VRayAO
VRayBumpNormalsMapVRayBumpNormals
VRayCausticsMapVRayCaustics
VRayCompleteMapRGB_Color
VRayDenoiseMap1VRayDenoiser

VRayDiffuseFilterMap

Anchor

2.

2

2.

2

VRayDiffuseFilter
VRayExtraTexMap 2VRayExtraTex
VRayGlobalIlluminationMapVRayGlobalIllumination
VRayLightingMapVRayLighting
VRayMatteShadowMapVRayMatteShadow
VRayMetalnessMapVRayMetalness
VRayMtlReflectGlossinessBakeVRayMtlReflectGlossiness
VRayMtlReflectHillightGlossinessBakeVRayMtlReflectHighlightGlossiness
VRayMtlReflectIORBakeVRayMtlReflectIOR
VRayMtlRefractGlossinessBakeVRayMtlRefractGlossiness
VRayNormalsMapVRayNormals
VRayRoughnessMapVRayRoughness
VRayRawDiffuseFilterMapVRayRawDiffuseFilter
VRayRawGlobalIlluminationMapVRayRawGlobalIllumination
VRayRawLightingMapVRayRawLighting
VRayRawReflectionFilterMapVRayRawReflectionFilter
VRayRawRefractionFilterMapVRayRawRefractionFilter
VRayRawRefractionMapVRayRawRefraction
VRayRawShadowMapVRayRawShadow
VRayRawTotalLightingMapVRayRawTotalLighting
VRayReflectionMapVRayReflection
VRayReflectionFilterMapVRayReflectionFilter
VRayRefractionFilterMapVRayRefractionFilter
VRayRefractionMapVRayRefraction
VRaySelfIlluminationMapVRaySelfIllumination
VRayShadowMapBakeVRayShadows
VRaySpecularMapVRaySpecular
VRaySSSMapVRaySSS2
VRayTotalLightingMapVRayTotalLighting

...

UI Text Box
typetip

Starting with V-Ray 6, Update 2, bake elements have the option to be individually denoised like the other regular render elements.

Notes

...

Anchor
1
1
Anchor
2
2

1 – Baked textures are denoised via the VRayDenoiseMap bake element: add the VRayDenoiseMap, and then enable the Denoise checkbox of each of the remaining bake elements. Note that the Default V-Ray denoiser is used for the denoising.

21 – The map for this element can only be set through MAX Script. To do that, add the bake element like any other. Open MAXScript listener and type the following code commands:

...

bel=bp.GetBakeElement(1) (The number in brackets corresponds to the bake element creation order.)

The map is set in the bel.texture property

 

.

3 –  To specify a camera to determine reflections/refractions for texture baking, open the MAXScript listener and type the following:

renderers.current.camera_bakeCamera=$VRayCam001 where the VRayCam001 is the name of the specified camera.

UI Text Box
typeinfo

 This option allows you to bake reflections and refractions as if they are visible from a certain camera.

...