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/blender/com/gltf2_blender_ui.py')
-rw-r--r--io_scene_gltf2/blender/com/gltf2_blender_ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_scene_gltf2/blender/com/gltf2_blender_ui.py b/io_scene_gltf2/blender/com/gltf2_blender_ui.py
index 6c77ccda..6a667630 100644
--- a/io_scene_gltf2/blender/com/gltf2_blender_ui.py
+++ b/io_scene_gltf2/blender/com/gltf2_blender_ui.py
@@ -17,6 +17,7 @@ def create_gltf_ao_group(operator, group_name):
class NODE_OT_GLTF_SETTINGS(bpy.types.Operator):
bl_idname = "node.gltf_settings_node_operator"
bl_label = "glTF Settings"
+ bl_description = "Add a node to the active tree for glTF export"
@classmethod
@@ -46,6 +47,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 Original PBR data"
+ bl_description = "Add a node to the active tree for glTF export"
@classmethod
def poll(cls, context):