File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# Inofficial Export plugin for Blender by Jonathan Hale,
77# based on the official Export plugin by Eric Lengyel
88#
9- # Version 1.1.2.0
9+ # Version 1.1.2.1
1010#
1111# Copyright © 2015, 2016 Jonathan Hale
1212# Copyright © 2015 Terathon Software LLC
2929
3030from io_scene_ogex .OpenGexExporter import OpenGexExporter
3131
32- __author__ = 'Eric Lengyel, Jonathan Hale, Nicolas Wehrle'
32+ __author__ = ' Jonathan Hale, Eric Lengyel, Nicolas Wehrle'
3333
3434bl_info = {
3535 "name" : "OpenGEX format (.ogex)" ,
3636 "description" : "OpenGEX Exporter" ,
37- "author" : "Eric Lengyel, Jonathan Hale , Nicolas Wehrle" ,
38- "version" : (1 , 1 , 2 , 0 ),
37+ "author" : "Jonathan Hale, Eric Lengyel , Nicolas Wehrle" ,
38+ "version" : (1 , 1 , 2 , 1 ),
3939 "location" : "File > Import-Export" ,
4040 "category" : "Import-Export" }
4141
You can’t perform that action at this time.
0 commit comments