Add Support for Geometry Node Cache #92890

Open
Jonas Dichelle wants to merge 14 commits from JonasDichelle/blender-asset-tracer:geonodes_support into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 2 additions and 6 deletions
Showing only changes of commit 98efbc5e65 - Show all commits

7
.gitignore vendored
View File

@ -10,9 +10,4 @@ __pycache__
/dist/ /dist/
/build/ /build/
/docs/_build /docs/_build
# envs
/.env
/.venv

View File

@ -25,6 +25,7 @@ files used by the modifiers.
import logging import logging
import typing import typing
from blender_asset_tracer import blendfile, bpathlib, cdefs from blender_asset_tracer import blendfile, bpathlib, cdefs
from . import result from . import result