Add Support for Geometry Node Cache #92890
7
.gitignore
vendored
7
.gitignore
vendored
@ -10,9 +10,4 @@ __pycache__
|
|||||||
/dist/
|
/dist/
|
||||||
/build/
|
/build/
|
||||||
|
|
||||||
/docs/_build
|
/docs/_build
|
||||||
|
|
||||||
# envs
|
|
||||||
|
|
||||||
/.env
|
|
||||||
/.venv
|
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user