Skip to content
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

OSCmooth Rework #23

Merged
merged 53 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
edac3b7
Made AnimUtil into an instantiable class, dramatically optimized all …
regzo2 Nov 22, 2023
f76a9b1
Updated OSCmooth anim handler to use AnimUtil as instantiable. Added …
regzo2 Nov 22, 2023
12e2c76
Removed FlipInputOutput option, and drastically optimized CheckAndCre…
regzo2 Nov 22, 2023
a032cc1
Reimplemented bloat fix and early return. Added OSCm prefixes to bina…
regzo2 Nov 22, 2023
c7b876a
Temporarily reimpl hotloading assets on cleanup.
regzo2 Nov 22, 2023
5fdc970
Fixed smoother animations incorrectly including base param in the curve.
regzo2 Nov 22, 2023
7aa6ddf
Fixed smoother and binary blendtrees incorrectly animating.
regzo2 Nov 22, 2023
74be824
Restructured project, moved everything out of Editor space.
regzo2 Nov 24, 2023
9de44e4
Added non-destructive MonoBehavior implementation of OSCmooth.
regzo2 Nov 24, 2023
bc3f19c
Removed unused files.
regzo2 Nov 24, 2023
4487cb0
Removed debug features from behavior.
regzo2 Nov 24, 2023
6ce0117
Removed test build button.
regzo2 Nov 24, 2023
2054321
Reformat to Unity package format.
regzo2 Nov 24, 2023
eecb2d9
Added .asmdef
regzo2 Nov 27, 2023
8484170
Moved config param to setup and adjusted usage.
regzo2 Nov 27, 2023
0e57f14
Restructured editor and runtime features, changed namespaces.
regzo2 Nov 29, 2023
7b9cf01
Unified AnimUtil features into AnimationHandler
regzo2 Dec 1, 2023
2bce32f
Updated AnimationHandler imports.
regzo2 Dec 1, 2023
e7f9f61
Restyled and dramatically updated Editor inspector.
regzo2 Dec 1, 2023
245e860
Updated callbacks
regzo2 Dec 1, 2023
69a5f18
Updated ParameterUtil into ParameterExtensions and added new features.
regzo2 Dec 1, 2023
9eddf7d
Condensed and refactored Types even further and introduced an AnimLay…
regzo2 Dec 1, 2023
8b90266
Added previous parameters and removed avatar descriptor from behavior…
regzo2 Dec 1, 2023
eef4e31
Updated bake removal debug option.
regzo2 Dec 1, 2023
95741af
Add package.json
regzo2 Dec 1, 2023
0db89f7
Updated callback functions to only parse selected avatar/s only.
regzo2 Dec 2, 2023
40c41f4
Fixed blendTree children not being properly assigned when renaming
regzo2 Dec 2, 2023
bf035d2
Moved preprocessor callback to -1024 (temporary fix)
regzo2 Dec 2, 2023
33b1a3e
Removed debug popup for parameter count.
regzo2 Dec 2, 2023
02581da
Moved all parameter naming strings to static references.
regzo2 Dec 3, 2023
c0d6240
Removed debug dialog
regzo2 Dec 3, 2023
6e73a18
Rewrote parameter renaming and checking functions.
regzo2 Dec 3, 2023
1648f6e
Fixed null check when loading animator assets.
regzo2 Dec 3, 2023
0852d07
Updated download widgit in README.md
regzo2 Dec 3, 2023
dd20a46
Fixed cancellation if OSCm is not on avatar
regzo2 Dec 5, 2023
5defd96
Fixed binary setup not working on negative selection.
regzo2 Dec 29, 2023
ff91732
Added new binary encoding setup.
regzo2 Dec 29, 2023
bb19c8d
Updated inspector to allow binary encoding.
regzo2 Dec 29, 2023
81fe6d5
Added binary encoding parameter to setup.
regzo2 Dec 29, 2023
4656683
Updated parameter util to be more readable, fixed some issues.
regzo2 Dec 29, 2023
feb061e
Added a really messy obfuscation step for encoded parameters
regzo2 Dec 29, 2023
7a54376
Reworked obfuscator into parameter namer, and reworked binary naming …
regzo2 Jan 2, 2024
22e0cde
Implemented remote and local variations of the animation setup.
regzo2 Jan 3, 2024
25a56fb
Reworked per-layer generation to be done within AnimationHandler.
regzo2 Jan 4, 2024
a8ba9be
Fixed parameter batcher accumulating the same parameters
regzo2 Jan 25, 2024
b66faeb
Add Editor.SetDirty to force unity to save changes on the file.
hchoki Feb 2, 2024
6dca322
Merge pull request #25 from hchoki/rework
regzo2 Feb 2, 2024
a4fa0bd
Change TryGetValue to ContainsKey on batcher.
regzo2 Feb 2, 2024
0cc941e
Update OSCmoothBehavior.cs
VirtualMarten Mar 29, 2024
7a12d84
Changed IsLocal to use a bool instead of a float
regzo2 Aug 3, 2024
0b8b24c
Further made isLocal generation take into account existing parameter …
regzo2 Aug 3, 2024
c065d49
Simplified isLocal to use existing features
regzo2 Aug 3, 2024
cb2be6f
Merge pull request #27 from VirtualMarten/friendly-name
regzo2 Aug 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
191 changes: 0 additions & 191 deletions Assets/OSCmooth/Editor/OSCmoothAnimationHandler.cs

This file was deleted.

24 changes: 0 additions & 24 deletions Assets/OSCmooth/Editor/OSCmoothFilters.cs

This file was deleted.

25 changes: 0 additions & 25 deletions Assets/OSCmooth/Editor/OSCmoothLayer.cs

This file was deleted.

50 changes: 0 additions & 50 deletions Assets/OSCmooth/Editor/OSCmoothParameter.cs

This file was deleted.

Loading