Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure committed Sep 12, 2024
1 parent 8a69b88 commit 21b515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-addons/example_gltf_exporter_extension/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Next, define functions that contain the data of the extension you would like to

```
gather_animation_hook(self, gltf2_animation, blender_action, blender_object, export_settings)
gather_animation_channel_hook(self, gltf2_animation_channel, channel, blender_object, action_name, node_channel_is_animated, export_settings)
gather_animation_channel_hook(self, gltf2_animation_channel, channel, blender_object, bone, action_name, node_channel_is_animated, export_settings)
gather_animation_channel_target_hook(self, gltf2_animation_channel_target, channels, blender_object, bake_bone, bake_channel, export_settings)
gather_animation_sampler_hook(self, gltf2_sampler, blender_object, bone, action_name, node_channel_is_animated, export_settings)
gather_asset_hook(self, gltf2_asset, export_settings)
Expand Down

0 comments on commit 21b515e

Please sign in to comment.