Add support for Open VDB #92884
@ -248,9 +248,7 @@ def lamp(block: blendfile.BlendFileBlock) -> typing.Iterator[result.BlockUsage]:
|
|||||||
|
|
||||||
|
|
||||||
@dna_code("VO")
|
@dna_code("VO")
|
||||||
# See the discussion https://projects.blender.org/blender/blender-asset-tracer/pulls/92884 for the reasons to
|
@skip_packed
|
||||||
# comment out the skip_packed decorator.
|
|
||||||
# @skip_packed
|
|
||||||
def open_vdb(block: blendfile.BlendFileBlock) -> typing.Iterator[result.BlockUsage]:
|
def open_vdb(block: blendfile.BlendFileBlock) -> typing.Iterator[result.BlockUsage]:
|
||||||
"""OpenVDB data blocks."""
|
"""OpenVDB data blocks."""
|
||||||
path, field = block.get(b"filepath", return_field=True)
|
path, field = block.get(b"filepath", return_field=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user