Texture

Besides the name, textures have a few other properties to configure. These settings include options for when the texture is created, as well as post-texture options like anti-aliasing and image packing.

32-bit

When enabled, this option creates textures in a 32-bit range. This results in a larger file size but retains significantly more color information.


Fake User

This option adds a fake user to the baked textures, ensuring that the image data block is not removed from Blender even if it has no actual users.


Pack

This option automatically packs the baked textures into the .blend file, ensuring that the textures are saved and won't be lost, even if they are not exported.


Shared

When this option is enabled, all objects in the bake session will be baked to a shared texture. This method requires the UVs of the baked objects to be properly aligned in the UV space without overlapping.

UV island borders are not respected by the objects, so make sure you use the properly low margin size to avoid overlapping in the bake.


Anti-Aliasing

Scaled anti-aliasing can be applied to the baked textures. It will smooth, and blur out hard edges on the textures by scaling. To enable anti-aliasing, you first need to change the method from off to either upscaled or downscaled.

Upscaled

The upscaled anti-aliasing method works by creating textures at a larger size than specified and then scaling them back down to the original size after the bake is complete. The amount the texture is scaled up depends on the set upscale value

Downscaled

When the downscaled anti-aliasing method is enabled, textures are scaled down by the specified value and then rescaled to their original sizes. This scaling process can be repeated by adjusting the iteration value.

Last updated

Was this helpful?