Add Support for Geometry Node Cache #92890
7
.gitignore
vendored
7
.gitignore
vendored
@ -10,9 +10,4 @@ __pycache__
|
||||
/dist/
|
||||
/build/
|
||||
|
||||
/docs/_build
|
||||
|
||||
# envs
|
||||
|
||||
/.env
|
||||
/.venv
|
||||
/docs/_build
|
@ -25,6 +25,7 @@ files used by the modifiers.
|
||||
|
||||
import logging
|
||||
import typing
|
||||
|
||||
from blender_asset_tracer import blendfile, bpathlib, cdefs
|
||||
from . import result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user