Fix T72558: OBJ export: option to export Polygroups missing

Looks like a plain oversight in rBA53aec1ccff1b.

Maniphest Tasks: T72558

Differential Revision: https://developer.blender.org/D6448
This commit is contained in:
Philipp Oeser 2019-12-18 22:48:11 +01:00
parent 35b730be8a
commit bd8d060d0b
Notes: blender-bot 2023-02-14 19:03:21 +01:00
Referenced by issue #72558, OBJ export: Polygroups checkbox missing on export for obj.
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ class OBJ_PT_export_geometry(bpy.types.Panel):
layout.prop(operator, 'use_materials')
layout.prop(operator, 'use_triangles')
layout.prop(operator, 'use_nurbs', text="Curves as NURBS")
layout.prop(operator, 'use_vertex_groups')
layout.prop(operator, 'keep_vertex_order')