From cee9c463d8035625e61b33f45d389828038f576b Mon Sep 17 00:00:00 2001
From: Julien Duroure <julien.duroure@gmail.com>
Date: Fri, 8 Jul 2022 15:55:21 +0200
Subject: [PATCH] glTF: cleanup menu

---
 io_scene_gltf2/__init__.py                     | 2 +-
 io_scene_gltf2/blender/com/gltf2_blender_ui.py | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 358759fa0..c3297e1ca 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -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',
diff --git a/io_scene_gltf2/blender/com/gltf2_blender_ui.py b/io_scene_gltf2/blender/com/gltf2_blender_ui.py
index 7895d3d47..6c77ccdaa 100644
--- a/io_scene_gltf2/blender/com/gltf2_blender_ui.py
+++ b/io_scene_gltf2/blender/com/gltf2_blender_ui.py
@@ -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):
-- 
GitLab