Skip to content

Add-ons

Rigify

  • Ported the ability to generate Action Constraint layers from Cloud Rig (D16336, dddf346f1a).

Storypencil

  • UI Refactor: New Mode selector and settings for more discoverability of the add-on two main modes (Switch and New Window).
  • In Switch Mode the audio file in the video sequencer is copied temporarily to the source scene allowing to keep audio in sync. This can be disabled in the Storypencil settings panel.
  • IN/OUT strip range markers ar now showed in Switch Mode.
  • TAB key can be used now to edit the strip scene under the timeline cursor.
  • Bugs Fixed. (6fcd157f24)

Sun Position

  • Add Show Surface and Show Analemmas options. These are useful to visualize the trajectory of the Sun in the sky during the year, for each hour of the day. (29a67357a0)

glTF 2.0

Importer

  • Custom primitive attributes are now imported as attributes (4f8ccce4a5)
  • Better uri management (fc8bd7d6d4)

Exporter

  • Add an export identifier, usefull for glTF exporter called by another addon (665a82e171)
  • Fix regression on Vertex Color export (face corner domain) (d18a07f514)
  • Fix when custom shader node has no type (23661bdd40)
  • Various fixed in shader node tree export (5a774a6dad)
  • Add option to choose jpeg quality (bcc7923888)
  • Manage future deprecation in numpy (a131db64b9)
  • Export custom attribute only when start with underscore, to avoid exporing built-in attributes (d5732014b1)
  • Fix division by 0 when trans+spec (2207539e32)
  • Better uri management (fc8bd7d6d4)
  • For glTF separated mode, use tab as indent (save space) (07157fbb8f)
  • Better parent check, when bone parent is still set, but user moved to "OBJECT" parent type, without resetting bone parent (bddbd5ed5f)
  • Update file filter in UI when user change the export mode (*.glb/*.gltf) (38890b51d3)
  • Fix check for node tree (0554223a84)
  • Round normals to avoid vertex split (48b114c178)
  • Fix variable name collision that leads to crash (c6c45a843e)
  • Fix error after reloading scripts (599f2c4fda)
  • Manage new mirror texture option (69beaa0e43)
  • Fix object parented to bone TRS (d31fa71a6b)
  • Fix typo in tangent morph export (afed066115)
  • Add hook to change attribute (d936a948e8)

Contrib repository

  • Contrib add-ons are now already excluded in beta, to better communicate that releases aren't shipping with them. Also improve the UI to only show the relevant categories for releases. (e8c7866608)