glTF exporter: restore skin caching

This commit is contained in:
Julien Duroure 2022-02-21 07:07:05 +01:00
parent 54c223a166
commit 9528cd4e32
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from io_scene_gltf2.blender.exp import gltf2_blender_gather_tree
from io_scene_gltf2.blender.exp.gltf2_blender_gather_tree import VExportNode
#@cached
@cached
def gather_skin(armature_uuid, export_settings):
"""
Gather armatures, bones etc into a glTF2 skin object.