Skip to content

Commit

Permalink
Update from Blender repo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Sep 4, 2023
1 parent f806205 commit 1f0cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_scene_gltf2/blender/com/gltf2_blender_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class GLTF2_weight(bpy.types.PropertyGroup):

def register():
bpy.utils.register_class(NODE_OT_GLTF_SETTINGS)
bpy.types.NODE_MT_category_SH_NEW_OUTPUT.append(add_gltf_settings_to_menu)
bpy.types.NODE_MT_category_shader_output.append(add_gltf_settings_to_menu)

def variant_register():
bpy.utils.register_class(SCENE_OT_gltf2_display_variant)
Expand Down

0 comments on commit 1f0cc5c

Please sign in to comment.