Module sk_animation
Functions
Tables
| Clip |
Class Armature
| Armature:has_node (Node) | |
| Armature:get_parent_bone (Node) |
Functions
- build_armature (animation_nodes)
-
Parameters:
- animation_nodes {sk_scene.Node,...}
Returns:
- export_animation (animation, armature, name_hint, file_suffix, animation_file_suffix)
-
Parameters:
- animation sk_scene.Animation
- armature Armature
- name_hint string
- file_suffix string
- animation_file_suffix string
Returns:
-
Clip
the exported clip object use sk_definition_writer.reference_to(clip) to reference in other data
- filter_animations_for_armature (armature, animations)
-
Parameters:
- armature Armature
- animations {sk_scene.Animation,...}
Returns:
-
{sk_scene.Animation,...}
- export_armature (armature, gfx_reference_or_nil, name_hint, file_suffix)
-
Parameters:
- armature Armature
- gfx_reference_or_nil sk_definition_writer.RefType or nil
- name_hint string
- file_suffix string
Returns: