Skip to content

Commit

Permalink
fix UI (from Blender repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Aug 7, 2023
1 parent 60b7e7e commit b980317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_scene_gltf2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def __init__(self):
export_optimize_animation_keep_anim_armature: BoolProperty(
name='Force keeping channels for bones',
description=(
"if all keyframes are identical in a rig, "
"If all keyframes are identical in a rig, "
"force keeping the minimal animation. "
"When off, all possible channels for "
"the bones will be exported, even if empty "
Expand Down

0 comments on commit b980317

Please sign in to comment.