Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2022-07-08 16:55:21 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-07-08 16:55:21 +0300
commitcee9c463d8035625e61b33f45d389828038f576b (patch)
tree1ce926270c9aa97549ff0575791babbc3ed8b8e3
parent042fbefac686666190915d206600a5dab8e03066 (diff)
glTF: cleanup menu
-rwxr-xr-xio_scene_gltf2/__init__.py2
-rw-r--r--io_scene_gltf2/blender/com/gltf2_blender_ui.py3
2 files changed, 2 insertions, 3 deletions
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):