Commit Graph

  • 4085f0015f rollback zip changes main 1.21 Joseph HENRY 2026-02-20 10:59:55 +01:00
  • cf31dbc5ec Update README.md joseph.henry 2026-02-20 10:51:45 +01:00
  • bb1de717c8 Refactor Blender addon structure and add explicit --zip CLI flag Joseph HENRY 2026-02-20 10:50:31 +01:00
  • 12e6e2643b zip operator Joseph HENRY 2026-02-19 18:06:34 +01:00
  • cbbe8be0d8 keep hierarchy option Joseph HENRY 2026-02-19 18:06:25 +01:00
  • 6af9567a44 Mark 1.21 as released today v1.21 Sybren A. Stüvel 2025-11-24 16:42:57 +01:00
  • 74860b3107 Bumped version to 1.21 Sybren A. Stüvel 2025-11-24 16:39:34 +01:00
  • 5c0edf4c07 Test Python 3.14 with Tox Sybren A. Stüvel 2025-11-24 16:01:53 +01:00
  • a973637896 Upgrade some dependencies Sybren A. Stüvel 2025-11-24 16:00:57 +01:00
  • 7322c0772a Poetry: Bump Python to 3.11 and update build system to poetry-core Sybren A. Stüvel 2025-11-24 15:42:25 +01:00
  • 3b61399f7f Update CHANGELOG.md with recent commits Sybren A. Stüvel 2025-11-24 15:34:45 +01:00
  • aceea0d823 Skip tracing packed blend files Sybren A. Stüvel 2025-11-24 15:25:25 +01:00
  • 2c0fe87fba cli.blocks - print biggest block's address as hex for readibility (#92900) Andrej730 2025-11-24 15:08:39 +01:00
  • 47c3e8d77f Struct.field_set - support setting subproperties (#92899) Andrej730 2025-11-24 15:07:46 +01:00
  • c69612b264 BlendFileBlock.get to support accessing different items in the file-block (#92898) Andrej730 2025-11-24 14:53:15 +01:00
  • b1c4f5e116 setup.cfg - set enabled pytest_cov explicitly (#92896) Andrej730 2025-11-24 14:40:35 +01:00
  • 5690c8e7cb Add py.typed marker file (#92895) Andrej730 2025-11-24 14:38:15 +01:00
  • 50578ac62a Add Support for Geometry Node Cache (#92890) Jonas Dichelle 2025-11-24 13:06:38 +01:00
  • 94486a3218 Add additional annotations to avoid typing issues (#92897) Andrej730 2025-07-28 15:32:57 +02:00
  • 95165a0330 README - code example to use Python syntax highlighting (#92894) Andrej730 2025-07-28 15:01:00 +02:00
  • 8a17495566 Bump version to 1.20 and mark it as released today Sybren A. Stüvel 2025-07-11 16:27:41 +02:00
  • 6eee0f502b Bump version to 1.20 and mark it as released today v1.20 Sybren A. Stüvel 2025-07-11 16:27:41 +02:00
  • 79c8589bfc Add additional annotations to avoid typing issues (#92897) Andrej730 2025-07-28 15:32:57 +02:00
  • 899f361fcf README - code example to use Python syntax highlighting (#92894) Andrej730 2025-07-28 15:01:00 +02:00
  • 08b37a35f8 Update CHANGELOG.md Sybren A. Stüvel 2025-07-11 15:45:24 +02:00
  • 6c42d06f05 Add a __main__.py file Sybren A. Stüvel 2025-07-11 15:42:39 +02:00
  • 16c208bc8e Support compositor node trees in Blender 5.0 Sybren A. Stüvel 2025-07-11 15:35:17 +02:00
  • 4c429e9212 Read blendfile sub-version Sybren A. Stüvel 2025-07-11 15:19:53 +02:00
  • 2489e4cbbc Upgrade Twine 4.0 → 5.0 v1.19 Sybren A. Stüvel 2025-06-16 12:38:13 +02:00
  • 9223a4d7b9 Bumped version to 1.19 Sybren A. Stüvel 2025-06-16 12:29:45 +02:00
  • 896c4a3ca4 README: update development environment setup instructions Sybren A. Stüvel 2025-06-16 11:59:51 +02:00
  • 85cf257d2c Upgrade Sphinx to the version bundled with Ubuntu 24.04 LTS Sybren A. Stüvel 2025-06-16 11:52:52 +02:00
  • 03fa3f2d18 Drop support for Python 3.8 Sybren A. Stüvel 2025-06-16 11:51:09 +02:00
  • b1d49627b1 Add Python 3.12 and 3.13 to the Tox environments Sybren A. Stüvel 2025-06-16 11:41:00 +02:00
  • 876dddb964 CHANGELOG: update log for 1.19 and mark it as released today Sybren A. Stüvel 2025-06-16 11:26:00 +02:00
  • 12ce4bfc6d pyproject.toml: modernize use of deprecated tool.poetry.dev-dependencies Sybren A. Stüvel 2025-06-16 11:24:13 +02:00
  • f1ee7980b2 Support .blend files saved with large bhead Jacques Lucke 2025-06-13 12:25:51 +02:00
  • eb69ca5632 Add EndianIO.parse_pointer function Sybren A. Stüvel 2025-01-24 15:34:46 +01:00
  • f2e28edc05 Implement reader & writer for int8_t type Sybren A. Stüvel 2024-07-15 14:27:11 +02:00
  • e3d3d988b7 Re-lock package dependencies Sybren A. Stüvel 2024-07-15 13:57:40 +02:00
  • 073bc8140a Update CHANGELOG Sybren A. Stüvel 2024-09-02 18:20:18 +02:00
  • 16a092ddf1 Add Support for Dynamic Paint Modifier jonasdichelle 2024-09-02 18:19:07 +02:00
  • fe0b3e8f5e Add a simple, direct way to use BAT, without requiring to setup a venv etc. Bastien Montagne 2024-08-13 17:52:45 +02:00
  • 42dd5ec1b6 Bumped version to 1.18 v1.18 Sybren A. Stüvel 2024-01-11 16:43:11 +01:00
  • 77778f1895 Mark v1.18 as released today Sybren A. Stüvel 2024-01-11 16:39:27 +01:00
  • 44d1d2ff90 Fix IES lights asset tracing Olivier Charvin 2024-01-11 16:34:28 +01:00
  • 15f00e6c92 Add support for reading uchar aka uint8_t Sybren A. Stüvel 2024-01-08 17:08:13 +01:00
  • ced4af98a3 Add support for OpenVDB Olivier Charvin 2023-10-18 09:52:41 +02:00
  • 937ecfdece Update CHANGELOG Sybren A. Stüvel 2023-12-18 17:59:37 +01:00
  • 98892151ed Bumped version to 1.18-dev0 Sybren A. Stüvel 2023-12-14 11:55:05 +01:00
  • 2099827554 blocks2assets: debug filepath on reading unsupported blocks (#92885) Olivier Charvin 2023-12-18 17:57:42 +01:00
  • 47e7c00845 Bumped version to 1.17 v1.17 Sybren A. Stüvel 2023-12-14 11:54:30 +01:00
  • 1abb8e5650 Mark 1.17 as released today Sybren A. Stüvel 2023-12-14 11:54:21 +01:00
  • 61dc5b8a23 Fix issue packing lamps with non-IES 'storage' Sybren A. Stüvel 2023-12-14 11:36:55 +01:00
  • 81ea8296da Bump version to 1.17-dev0 Sybren A. Stüvel 2023-12-14 11:35:55 +01:00
  • 2a9bdc5206 Mark 1.16 as released today v1.16 Sybren A. Stüvel 2023-11-02 15:47:35 +01:00
  • c4ff3fdb54 Bumped version to 1.16 Sybren A. Stüvel 2023-11-02 15:46:01 +01:00
  • 29c0ba14b1 CHANGELOG: add Python version changes Sybren A. Stüvel 2023-11-02 15:07:17 +01:00
  • e2b2e6fb68 Drop support for Python 3.7 Sybren A. Stüvel 2023-11-02 15:05:31 +01:00
  • 36c258985e Cleanup: formatting change of pyproject.toml Sybren A. Stüvel 2023-11-02 15:05:16 +01:00
  • ef5b83feda CHANGELOG: update for new tracing behaviour of directory assets Sybren A. Stüvel 2023-11-02 15:01:05 +01:00
  • 606377180c Pack: always pack files, explode directories to a list of files Sybren A. Stüvel 2023-11-02 14:53:52 +01:00
  • f9bc6f2d08 Cleanup: fix mypy errors Sybren A. Stüvel 2023-11-02 14:46:38 +01:00
  • b3fb7845c3 Cleanup: Reformat with black Sybren A. Stüvel 2023-11-02 14:40:27 +01:00
  • 74b3df5f99 Add support for IES lights Olivier Charvin 2023-10-16 12:14:07 +02:00
  • 055457ab67 Add BlendFileBlock.raw_data() and .as_string() functions Sybren A. Stüvel 2023-05-16 16:00:33 +02:00
  • d2b353d1bf README: fix copy-paste error v1.15 Sybren A. Stüvel 2022-12-16 15:26:26 +01:00
  • 9641ea1b58 Adjust filenames for newer Poetry Sybren A. Stüvel 2022-12-16 15:25:19 +01:00
  • 64d657ead2 Poetry: include a readme setting Sybren A. Stüvel 2022-12-16 15:22:27 +01:00
  • 54456e0c35 Also test on Python 3.11 Sybren A. Stüvel 2022-12-16 15:14:09 +01:00
  • e6669887ce Update all dependencies to their latest versions Sybren A. Stüvel 2022-12-16 15:08:59 +01:00
  • aba2b673f1 Change my email address Sybren A. Stüvel 2022-12-16 15:01:38 +01:00
  • ce19808f5c Bumped version to 1.15 Sybren A. Stüvel 2022-12-16 15:00:43 +01:00
  • 8f933ef862 Mark 1.15 as released today Sybren A. Stüvel 2022-12-16 15:00:31 +01:00
  • 517e8eee23 Bumped version to 1.15-dev0 Sybren A. Stüvel 2022-12-16 14:49:56 +01:00
  • 1e8c924990 Add support for fluid simulation caches Sybren A. Stüvel 2022-12-16 14:49:36 +01:00
  • 1541c52520 Version bump to 1.14 v1.14 Sybren A. Stüvel 2022-09-12 14:11:37 +02:00
  • 79193a60cd CHANGELOG: mark 1.14 as released today Sybren A. Stüvel 2022-09-12 15:06:01 +02:00
  • 330b179a44 README: add new instructions on building & publishing Sybren A. Stüvel 2022-09-12 15:17:30 +02:00
  • 3bcb9bab0e Publish packages with Twine Sybren A. Stüvel 2022-09-12 15:19:58 +02:00
  • 051cab877c Poetry: update dependencies Sybren A. Stüvel 2022-09-12 15:01:01 +02:00
  • cc4043969e Change when the trace_blendfile() callback is called Sybren A. Stüvel 2022-09-12 14:33:43 +02:00
  • bef5fb88cd Bumped version to 1.13 v1.13 Sybren A. Stüvel 2022-07-14 10:40:39 +02:00
  • 32e993fbb5 Update CHANGELOG.md Sybren A. Stüvel 2022-07-14 10:40:36 +02:00
  • 0e5d926e7a Better error message for an assertion Sybren A. Stüvel 2022-07-14 10:06:20 +02:00
  • 2aaf0896ba Support Python 3.10 v1.12 Sybren A. Stüvel 2022-03-25 12:13:19 +01:00
  • 63c4745e9f Cleanup: reformat with Black Sybren A. Stüvel 2022-03-25 12:06:12 +01:00
  • 3daeb9f80a Bump versions of dependencies Sybren A. Stüvel 2022-03-25 12:05:45 +01:00
  • cd6732a407 Bump required Python to 3.7 for MyPy Sybren A. Stüvel 2022-03-25 12:05:10 +01:00
  • 973bf741c7 Cleanup: add a comment to explain EndianIO::accepted_types Sybren A. Stüvel 2022-03-25 12:01:39 +01:00
  • 6bfa4062d7 Support for int, float types in BlendFileBlock.set William Harrell 2022-03-25 11:58:43 +01:00
  • c29774a234 Bumped version to 1.12 Sybren A. Stüvel 2022-03-25 11:55:41 +01:00
  • 8f86379ea6 Changelog: mark 1.12 as released today Sybren A. Stüvel 2022-03-25 11:54:38 +01:00
  • d778849c89 Add note about not supporting Shaman API of Flamenco 3.x Sybren A. Stüvel 2022-03-25 11:54:30 +01:00
  • fab2090080 Bump version to 1.12-dev0 Sybren A. Stüvel 2022-03-11 17:28:46 +01:00
  • cd3f9ce671 Avoid late (non-top-level) imports Sybren A. Stüvel 2022-03-11 17:03:08 +01:00
  • 4899766943 Bumped version to 1.11 v1.11 Sybren A. Stüvel 2022-02-18 15:38:46 +01:00
  • 843c34c3c0 Support UDIM images Sybren A. Stüvel 2022-02-18 15:39:23 +01:00
  • 4ebd535b5f Add missing test blend file v1.10 Sybren A. Stüvel 2022-02-04 10:48:49 +01:00
  • 301e73d64a Bumped version to 1.10 Sybren A. Stüvel 2022-02-03 17:54:07 +01:00