From c4dbf01f5f05a7a66e51e5313a08dffa70898ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 5 Apr 2017 12:38:12 +0200 Subject: [PATCH] Fix T51131: Textures do not get packed when used in particle system --- bam/blend/blendfile_path_walker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bam/blend/blendfile_path_walker.py b/bam/blend/blendfile_path_walker.py index 6e6f865..1c7b027 100644 --- a/bam/blend/blendfile_path_walker.py +++ b/bam/blend/blendfile_path_walker.py @@ -819,6 +819,7 @@ class ExpandID: yield block.get_pointer(b'dup_group') elif block_ren_as == C_defs.PART_DRAW_OB: yield block.get_pointer(b'dup_ob') + yield from ExpandID._expand_generic_mtex(block) @staticmethod def expand_SC(block): # 'Scene'