Texture
Last updated
Last updated
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.
When enabled, this option creates textures in a 32-bit range. This results in a larger file size but retains significantly more color information.
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.
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.
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.
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.
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
Upscaled anti-aliasing will take more time to bake, with the additional time depending on the upscale value. For example, a texture of 1024px with a 200% upscale value will take the same time to bake as a texture sized at 2048px.
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.
Excessive downscaling or too many iterations will likely result in a decrease in quality and a loss of image detail.