Skip to content

Commit

Permalink
UI cleanup from Blender repo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Feb 9, 2023
1 parent fb30dea commit f476dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/io_scene_gltf2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def __init__(self):
'Do not export materials, but write multiple primitive groups per mesh, keeping material slot information'),
('NONE', 'No export',
'Do not export materials, and combine mesh primitive groups, losing material slot information')),
description='Export materials ',
description='Export materials',
default='EXPORT'
)

Expand Down Expand Up @@ -452,7 +452,7 @@ def __init__(self):
export_optimize_animation_size: BoolProperty(
name='Optimize Animation Size',
description=(
"Reduce exported file-size by removing duplicate keyframes"
"Reduce exported file size by removing duplicate keyframes "
"(can cause problems with stepped animation)"
),
default=False
Expand Down

0 comments on commit f476dee

Please sign in to comment.