Sybren A. Stüvel
74860b3107
Bumped version to 1.21
2025-11-24 16:39:34 +01:00
Andrej730
95165a0330
README - code example to use Python syntax highlighting ( #92894 )
...
Added explicit code block for Python syntax highlighting.
Reviewed-on: https://projects.blender.org/blender/blender-asset-tracer/pulls/92894
2025-08-25 11:51:25 +02:00
Sybren A. Stüvel
8a17495566
Bump version to 1.20 and mark it as released today
2025-08-25 11:51:25 +02:00
Sybren A. Stüvel
2489e4cbbc
Upgrade Twine 4.0 → 5.0
...
There was an error running `twine check` (`KeyError: 'license'`) that was
fixed by upgrading to 5.0. This version was chosen as it's the one in
the current Ubuntu LTS release.
2025-06-16 12:38:13 +02:00
Sybren A. Stüvel
9223a4d7b9
Bumped version to 1.19
2025-06-16 12:29:45 +02:00
Sybren A. Stüvel
896c4a3ca4
README: update development environment setup instructions
2025-06-16 11:59:51 +02:00
Bastien Montagne
fe0b3e8f5e
Add a simple, direct way to use BAT, without requiring to setup a venv etc.
...
Allows to use `python3 path/to/cli.py my args` just from source code,
without requiring to set up a whole venv for that. Much simpler when
only 'regular' debuging in code logic itself is needed.
2024-08-13 18:01:38 +02:00
Sybren A. Stüvel
42dd5ec1b6
Bumped version to 1.18
2024-01-11 16:43:11 +01:00
Sybren A. Stüvel
98892151ed
Bumped version to 1.18-dev0
2023-12-18 17:58:30 +01:00
Sybren A. Stüvel
47e7c00845
Bumped version to 1.17
2023-12-14 11:54:30 +01:00
Sybren A. Stüvel
81ea8296da
Bump version to 1.17-dev0
2023-12-14 11:36:34 +01:00
Sybren A. Stüvel
c4ff3fdb54
Bumped version to 1.16
2023-11-02 15:46:01 +01:00
Sybren A. Stüvel
d2b353d1bf
README: fix copy-paste error
2022-12-16 15:26:26 +01:00
Sybren A. Stüvel
9641ea1b58
Adjust filenames for newer Poetry
...
Newer Poetry versions seem to write sources to
`blender_asset_tracer-1.15.tar.gz`, i.e. with underscores in the name,
just like the wheel file.
2022-12-16 15:25:19 +01:00
Sybren A. Stüvel
ce19808f5c
Bumped version to 1.15
2022-12-16 15:00:43 +01:00
Sybren A. Stüvel
517e8eee23
Bumped version to 1.15-dev0
2022-12-16 14:49:56 +01:00
Sybren A. Stüvel
1541c52520
Version bump to 1.14
...
This was actually released in 2022-09-12, but I forgot to commit!
2022-12-02 13:11:37 +01:00
Sybren A. Stüvel
330b179a44
README: add new instructions on building & publishing
...
PyPi requires an API token nowadays, for uploading packages. The README
now includes instructions on how to set those up & use them.
2022-09-12 15:28:04 +02:00
Sybren A. Stüvel
cd3f9ce671
Avoid late (non-top-level) imports
...
Avoiding late imports helps to isolate Blender add-ons bundling BAT from
each other.
There was one late/lazy import to avoid a dependency cycle. This was
solved by simply copying that one tiny function.
2022-03-11 17:03:08 +01:00
Sybren A. Stüvel
8927461dbf
Document dev-environment setup instructions
...
MyPy wants some extra love nowadays, and Black needs special handling as
well. The latter is only available as beta-release, and Poetry only has "allow
pre-release versions" as global flag, installing way too many beta packages
for my taste.
2021-07-22 11:24:13 +02:00
Sybren A. Stüvel
910945e44d
Added note about RNA and DNA in README.md
2019-08-12 11:47:06 +02:00
Sybren A. Stüvel
40c27641e5
Extended the code example in README.md a bit
2019-08-12 11:38:41 +02:00
Sybren A. Stüvel
a07c25597f
Added a code example to the README.md
2019-08-12 10:55:41 +02:00
Sybren A. Stüvel
56fb89da3d
S3Packer now takes a URL as endpoint, not a hostname
2018-03-20 16:36:29 +01:00
Sybren A. Stüvel
da9f04240e
Added CHANGELOG and updated README
2018-03-16 12:31:50 +01:00
Sybren A. Stüvel
ea832cd666
Added support for uploads to S3 by using the boto3 client.
2018-03-09 16:48:34 +01:00
Sybren A. Stüvel
fdbbc3a20d
Static type checking with mypy
...
This does introduce some not-so-nice things, like having to annotate each
`__init__` function with `-> None`. However, the benefits of having static
type checking in a complex bit of software like BAT outweigh the downsides.
2018-03-09 11:09:47 +01:00
Sybren A. Stüvel
bfc1421df9
Updated README
2018-03-08 14:24:16 +01:00
Sybren A. Stüvel
ca964181fe
Beginning of CLI interface + protection against infinite recursion.
2018-02-28 16:47:13 +01:00
Sybren A. Stüvel
6175f6c592
Updated README
2018-02-22 16:50:34 +01:00
Sybren A. Stüvel
0532634d13
Initial check-in, not yet working and has old, unported BAM code
2018-02-22 14:50:10 +01:00