Skip to content

Commit

Permalink
Add operator descriptions for glTF nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Aug 5, 2022
1 parent f4152d5 commit 362dcdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/io_scene_gltf2/blender/com/gltf2_blender_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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
Expand Down Expand Up @@ -57,6 +58,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):
Expand Down

0 comments on commit 362dcdf

Please sign in to comment.