diff --git a/blender/arm/make.py b/blender/arm/make.py index 3e354e14..a9cce99f 100755 --- a/blender/arm/make.py +++ b/blender/arm/make.py @@ -900,6 +900,10 @@ def clean(): shutil.rmtree('Sources/' + pkg_dir, onerror=remove_readonly) if os.path.exists('Sources') and os.listdir('Sources') == []: shutil.rmtree('Sources/', onerror=remove_readonly) + + # Remove Shape key Textures + if os.path.exists('MorphTargets/'): + shutil.rmtree('MorphTargets/', onerror=remove_readonly) # To recache signatures for batched materials for mat in bpy.data.materials: