Release Date: 2025-04-29
Minimum Blender Version: 4.2.0
EXR Export Option Export as RGB(half) EXR in addition to the existing PNG option
RGB (no alpha) Default Export Previously, VATs exported with blank Alpha channel, now all exports strip the Alpha channel for better (RGB) formatting.
Custom Frame Range Encoding
Export VATs with precise control over the frame range to encode.
Deformation Basis Options
Choose deformation basis from Start Frame, Current Frame, or a Custom Proxy object.
GLTF Export Support Export model by default as GLTF or GLB (for Godot) or choose to not automatically export a model - handle this yourself after creating the VAT.
Attribute Stripping Often after creating a VAT, there is no use for vertex data like vertex groups and colors - an option has been added to strip this data from the mesh result, as to not carry unnecessary data.
Transform Space Control
Select whether to bake object space or world space deformation into the VAT.
Target 'Collection Combined' Mode
Export a combined mesh from all objects in a collection into a single VAT.
Normal-Safe Edge Splitting (Optional)
Automatically splits sharp edges for safe per-vertex normal capture without modifying the original mesh.
OpenVAT - VAT Encoder Initial Extension Release
-Unity URP shadergraph methods and examples can be found at https://github.com/sharpen3d/openvat.
Full support documentation, breakdowns, walkthrough, Unreal integration and demo files are in process and will be available here. https://github.com/sharpen3d/openvat/blob/0a165933838f013e2b0ef8dc856f68f99b5e7505/README.md
Release Notes:
Mesh to encode must maintain consistent domain size (vertex, edge, face count and ordering)
Range finding is rounded for ease of manual engine-shader implementation - may update for better range accuracy, but should not impact quality of encoding.
VAT and VNRM exports are 16 bit PNG exports and have uncapped size. It is recommended to render at a resolution of 4096 or lower - resolution is calculated within the tool when an object is selected.
Linear PNGs can become heavy if not monitored because of the lossless quality. These can be managed after the fact with careful compression (the built-in geometry node decoder can help determine quality loss with compression by re-loading in the compressed image after running your compression of choice.)
Not all animation situations have been tested, but any position/normal information that is accessible in the dependency graph (Geometry Nodes Spreadsheet data) is able to be recorded.