[Bf-extensions-cvs] [cee9c463] master: glTF: cleanup menu

Julien Duroure noreply at git.blender.org
Fri Jul 8 15:55:51 CEST 2022


Commit: cee9c463d8035625e61b33f45d389828038f576b
Author: Julien Duroure
Date:   Fri Jul 8 15:55:21 2022 +0200
Branches: master
https://developer.blender.org/rBAcee9c463d8035625e61b33f45d389828038f576b

glTF: cleanup menu

===================================================================

M	io_scene_gltf2/__init__.py
M	io_scene_gltf2/blender/com/gltf2_blender_ui.py

===================================================================

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 358759fa..c3297e1c 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 7895d3d4..6c77ccda 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):



More information about the Bf-extensions-cvs mailing list