mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Blender export script Bugfix
This commit is contained in:
parent
11c4e1ceac
commit
86d881d046
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ def export_map( filename ):
|
|||
f.close()
|
||||
|
||||
|
||||
class ExportMap( bpy.types.Operator, ImportHelper ):
|
||||
class ExportMap( bpy.types.Operator, ExportHelper ):
|
||||
"""Save a JSON file"""
|
||||
bl_idname = "export_scene.rbdoom_map_json"
|
||||
bl_label = "Export RBDOOM-3-BFG JSON map"
|
||||
|
|
Loading…
Reference in a new issue