Skip to content

Commit

Permalink
Merge branch 'main' into node_tree_refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Sep 18, 2023
2 parents 598b935 + 4f77f4f commit fbc32cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-addons/example_gltf_importer_extension/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ gather_import_image_after_hook(self, gltf_img, blender_image, gltf)
gather_import_texture_before_hook(self, gltf_texture, mh, tex_info, location, label, color_socket, alpha_socket, is_data, gltf)
gather_import_texture_after_hook(self, gltf_texture, node_tree, mh, tex_info, location, label, color_socket, alpha_socket, is_data, gltf)
gather_import_animations(self, gltf_animations, animation_options, gltf)
gather_import_animation_before_hook(self, gltf, anim_idx, gltf)
gather_import_animation_after_hook(self, gltf, anim_idx, track_name, gltf)
gather_import_animation_before_hook(self, anim_idx, gltf)
gather_import_animation_after_hook(self, anim_idx, track_name, gltf)
gather_import_animation_channel_before_hook(self, gltf_animation, gltf_node, path, channel, gltf)
gather_import_animation_channel_after_hook(self, gltf_animation, gltf_node, path, channel, blender_action, gltf)
gather_import_animation_weight_before_hook(self, gltf_node, blender_animation, gltf)
Expand Down

0 comments on commit fbc32cd

Please sign in to comment.