Purge usage of mathutils in grid API functions

The only thing left is add_representation which is Blender specific
anyway and is slowly being refactored out.
This commit is contained in:
Dion Moult
2025-02-16 08:20:59 +11:00
parent aff90e89f7
commit 774a770c48
7 changed files with 46 additions and 78 deletions
-3
View File
@@ -25,9 +25,6 @@ dependencies = [
]
[project.optional-dependencies]
# mathutils is broken on Python < 3.10.
# See: https://gitlab.com/ideasman42/blender-mathutils/-/merge_requests/3
geometry = ["mathutils"]
dev = ["pytest"]
[project.urls]