glTF exporter: remove UI of already removed export property

This commit is contained in:
Julien Duroure 2019-03-02 12:05:51 +01:00
parent 98b306545e
commit 5cf430cd5f
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ class ExportGLTF2_Base:
if self.export_animations:
col.prop(self, 'export_frame_range')
col.prop(self, 'export_frame_step')
col.prop(self, 'export_move_keyframes')
col.prop(self, 'export_force_sampling')
col.prop(self, 'export_skins')
if self.export_skins: