Tracer: don't warn about missing expanders for LI and DATA blocks
This commit is contained in:
parent
9b2254a302
commit
6d1cae1225
@ -9,7 +9,8 @@ import typing
|
|||||||
from blender_asset_tracer import blendfile, cdefs
|
from blender_asset_tracer import blendfile, cdefs
|
||||||
from blender_asset_tracer.blendfile import iterators
|
from blender_asset_tracer.blendfile import iterators
|
||||||
|
|
||||||
_warned_about_types = set()
|
# Don't warn about these types at all.
|
||||||
|
_warned_about_types = {b'LI', b'DATA'}
|
||||||
_funcs_for_code = {}
|
_funcs_for_code = {}
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user