diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 358759fa03c28a415dc3db9110cd873a985ac804..c3297e1ca5c1d4065f6f63458a7fc7102a2941b1 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 7895d3d47fa3d8b625be7264d5e108ddffd42dd5..6c77ccdaae37e6e90ab0f995d66e8df173d92ca9 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):