Skip to content

Blender 3.0: Pipeline, Assets & IO

Packing

  • Packing linked libraries is now accessible via the File menu (ee51e73355).
  • Cleanup of the other External Data options (ee51e73355).

Alembic

  • Animated UV maps are now exported to Alembic (3e77f747c0).
  • Generated mesh vertex coordinates (also known as ORCOs) are now exported to and imported from Alembic (f9567f6c63). They're stored in .arbGeomParams/Pref in the Alembic file.
  • Per vertex UV maps are now imported from Alembic (3385c04598). Such UV maps can be defined by other software to reduce file size when the mesh is split according to UV islands. Blender, however, still stores the UV data per face corner.
  • Non functional "Renderable Objects only" option has been removed (834e87af7b), has been superseeded by the following:
  • New option to set evaluation mode to Render or Viewport (for visibility, modifiers) in 8f5a4a2453
  • New option to always add a cache reader when importing files (5b97c00e9f). This simplifies workflows for updating objects after imports if they change in the cache.

USD Importer

USD files can now be imported into Blender (ea54cbe1b4). The USD importer works in a similar fashion as the Alembic importer.

Learn more about Importing USD Files in the Blender manual.

glTF 2.0

Importer

  • Import custom properties from default scene (260ca332f8)
  • Fix issue involving flipped bone Z dir (b986a52051)
  • Avoid traceback when trying to import some invalid glTF 2.0 files (4d562682c0)

Exporter

  • Add option to keep original texture files (0cdaac6f9a)
  • Do not export glTF internal settings as extras (57ef445314)
  • Remove some channel animation if bone is not animated (1757ec91e5, a8c700d4eb, 45132ba0f4)
  • Draco: more explicit error message (eedbe30379)
  • Fix bug when invalid shapekey driver (ac6fe2ff7c, cd70923356)
  • Fix driver export when shapekey as a dot in name (54d8bdf1f1)
  • Fix default date type at numpy array creation (97cf91034d)
  • Make sure that addon that changes root gltf are taken into account (0aa618c849)
  • Don't erase empty dict extras (6c1a227b3f)
  • Add merge_animation_extensions_hook (669b89d6a5)
  • Do not export empty node when camera or light export is disable (060d0e76fb)
  • Fix crash when trying to export some muted driver(s) (902b8ba11e)
  • Change order of format option (760b5d3a46)
  • Cleanup: use inverted_safe on matrices (29c9aa3475)
  • Validate meshes before export (5bffedce24)
  • Better 'selection only' management (e7f2213435)
  • Fix animation export for objects parented to bones (8975ba0a55)
  • Cleanup object animation curves when animation is constant (ba969e8b53)
  • Change after change on vertex groups data now on mesh (64fcec250d)
  • Avoid issue with setting frame with python v >= 3.10 (a0d1647839)