Skip to content

Commit

Permalink
Fix #2: T3D import fails for import of UT99 map
Browse files Browse the repository at this point in the history
The T3D library has been upgraded to handle the unique cases that were
causing the import to fail.
  • Loading branch information
cmbasnett committed Aug 5, 2024
1 parent d3d91f1 commit 5caadf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdk_addon/blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ platforms = ["windows-x64"]
# https://docs.blender.org/manual/en/dev/extensions/python_wheels.html
wheels = [
"./wheels/bdk_py-0.1.0-cp311-none-win_amd64.whl",
"./wheels/t3dpy-0.1.4-cp311-none-win_amd64.whl",
"./wheels/t3dpy-0.1.5-cp311-none-win_amd64.whl",
"./wheels/networkx-3.3-py3-none-any.whl",
]

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 5caadf8

Please sign in to comment.