Updated block_walkers docstring
This commit is contained in:
parent
d93516d34f
commit
2c0cc6003d
@ -1,8 +1,6 @@
|
|||||||
"""Block walkers.
|
"""Block walkers.
|
||||||
|
|
||||||
From a BlendFileBlock, the block walker functions yield BlockUsage objects.
|
From a Blend file data block, iter_assts() yields all the referred-to assets.
|
||||||
The top-level block walkers are implemented as _from_block_XX() function,
|
|
||||||
where XX is the DNA code of the block.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user