You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a bunch of checks that reduce the number of exported functions based on what features are in use in the Blueprint.
- Added a static export system that removes all animation tech when exporting a Blueprint with no animations.
- Fixed cameras not being removed when using remove/this.
- Added showFunctionErrors and showOutdatedWarning options.
Whether or not to use NBT storage to store animation data instead of functions.
184
184
This will vastly reduce the number of functions in the generated Data Pack, but is 42% slower than the function method.
185
185
186
+
animated_java.dialog.blueprint_settings.show_function_errors.title: Show Function Errors
187
+
animated_java.dialog.blueprint_settings.show_function_errors.description: Whether or not to show errors in chat when running functions in-game if they're used incorrectly.
188
+
189
+
animated_java.dialog.blueprint_settings.show_outdated_warning.title: Show Outdated Warning
190
+
animated_java.dialog.blueprint_settings.show_outdated_warning.description: Whether or not to show a warning in chat when a Rig Instance is outdated.
0 commit comments