update addons (for 5.2)

This commit is contained in:
Nathan
2026-07-14 14:44:58 -06:00
parent a232ea1c9c
commit e3310263f3
246 changed files with 21097 additions and 9607 deletions
@@ -5,8 +5,8 @@ Grouped here so Blender version/compatibility helpers stay isolated from the
main add-on module.
"""
from . import version, compat
from . import version, compat, encode, ffmpeg_path
__all__ = ["version", "compat"]
__all__ = ["version", "compat", "encode", "ffmpeg_path"]