Add Support for Geometry Node Cache #92890
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,3 +11,6 @@ __pycache__
|
||||
/build/
|
||||
|
||||
/docs/_build
|
||||
|
||||
/.env
|
||||
JonasDichelle marked this conversation as resolved
Outdated
|
||||
/.venv
|
@ -390,5 +390,9 @@ def modifier_nodes(
|
||||
bake_block_name = block_name + b".bakes[%d]" % bake_idx
|
||||
|
||||
yield result.BlockUsage(
|
||||
modifier, bpath, block_name=bake_block_name, path_full_field=field
|
||||
modifier,
|
||||
bpath,
|
||||
block_name=bake_block_name,
|
||||
path_full_field=field,
|
||||
is_sequence=True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user
The use of these directories is quite personal, and differs from developer to developer. Please put those into your
.git/info/exclude
file. That behaves like an extra.gitignore
but isn't tracked by Git.