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:
Diffstat (limited to 'io_scene_gltf2/__init__.py')
-rwxr-xr-xio_scene_gltf2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index d418f818..fbb7b35d 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, 4, 3),
+ "version": (3, 4, 4),
'blender': (3, 3, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
@@ -1257,7 +1257,7 @@ class GLTF_AddonPreferences(bpy.types.AddonPreferences):
settings_node_ui : bpy.props.BoolProperty(
default= False,
- description="Displays glTF Settings node in Shader Editor (Menu Add > Output)"
+ description="Displays glTF Material Output node in Shader Editor (Menu Add > Output)"
)
KHR_materials_variants_ui : bpy.props.BoolProperty(