Skip to content
Snippets Groups Projects
Commit cee9c463 authored by Julien Duroure's avatar Julien Duroure
Browse files

glTF: cleanup menu

parent 042fbefa
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
bl_info = {
'name': 'glTF 2.0 format',
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
"version": (3, 3, 13),
"version": (3, 3, 14),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
......
......@@ -45,8 +45,7 @@ def add_gltf_settings_to_menu(self, context) :
class NODE_OT_GLTF_PBR_NON_CONVERTED_EXTENSIONS(bpy.types.Operator):
bl_idname = "node.gltf_pbr_non_converted_extensions_operator"
bl_label = "glTF PBR Non Converted Extensions"
bl_label = "glTF Original PBR data"
@classmethod
def poll(cls, context):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment