-
Notifications
You must be signed in to change notification settings - Fork 127
[SM64] Animations Rewrite/Rework #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8dd4313
[SM64] Animations Rewrite/Rework
Lilaa3 74398bc
[SM64] Animations Rewrite/Rework
Lilaa3 d482ea5
Remove animation docs from README until I write new ones in fast64_docs
Lilaa3 944d223
Merge branch 'animations_rework' of github.com:Lilaa3/fast64 into ani…
Lilaa3 acacef7
remove accidental exports
Lilaa3 501232a
merge conflicts?
Lilaa3 eec5516
Fix level export includes dups
Lilaa3 b97f0aa
Fixed comment adjust function
Lilaa3 5812e86
change table properties to only have elements
Lilaa3 c4f10d6
Update properties.py
Lilaa3 849efe1
Rename
Lilaa3 e509c6b
bounds check
Lilaa3 4094086
keep default action name consistent with blender
Lilaa3 aa99b67
as_posix fix and clean up
Lilaa3 08493f9
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 55c9273
designated is include in repo settings, include in tooltip
Lilaa3 ff3ed4b
Fix empty text files
Lilaa3 e1e1149
fix peach's address
Lilaa3 4bc91af
Some attempts at tasteful comments
Lilaa3 fa39bfd
allow str, use path in f3d writer
Lilaa3 0fc5822
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 1df6dd0
better valid filename func
Lilaa3 09aa244
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 d204154
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 a282c30
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 a266582
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 381ada7
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 2ff4bc9
fix things!
Lilaa3 6fa0b72
Merge remote-tracking branch 'upstream/main' into animations_rework
Lilaa3 098c224
review and a personal nit
Lilaa3 a71b3c2
Add docs link
Lilaa3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| from .operators import anim_ops_register, anim_ops_unregister | ||
| from .properties import anim_props_register, anim_props_unregister, SM64_ArmatureAnimProperties, SM64_ActionAnimProperty | ||
| from .panels import anim_panel_register, anim_panel_unregister | ||
| from .exporting import export_animation, export_animation_table | ||
| from .utility import get_anim_obj, is_obj_animatable | ||
|
|
||
|
|
||
| def anim_register(): | ||
| anim_ops_register() | ||
| anim_props_register() | ||
|
|
||
|
|
||
| def anim_unregister(): | ||
| anim_ops_unregister() | ||
| anim_props_unregister() |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When are you going to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fast-64/fast64-docs#7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here is the page https://fast64--7.org.readthedocs.build/en/7/