'author':'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version":(3,3,11),
"version":(3,3,12),
'blender':(3,3,0),
'location':'File > Import-Export',
'description':'Import-Export as glTF 2.0',
...
...
@@ -395,6 +395,15 @@ class ExportGLTF2_Base:
default=False
)
export_anim_single_armature:BoolProperty(
name='Export all Armature Actions',
description=(
"Export all actions of a single armature. "
"WARNING: works only if you exports a single armature"
),
default=True
)
export_current_frame:BoolProperty(
name='Use Current Frame',
description='Export the scene in the current animation frame',