ITADN
kaosat-dev/Blenvy

版本发布 8

Blenvy: 0.1.0-alpha.1blenvy_v0.1.0-alpha.1
? · 2024-08-14

First (alpha) release of Blenvy !

Pre-alpha release of the Blender side of Blenvyblenvy_v0.1.0_pre_alpha预发布
? · 2024-07-20

This is a pre-alpha release , use at your own risk ! Please do NOT use this with important Blend files (backup first !) A lot of bugs & missing features & documentation still

Last release of gltf_auto_export and bevy_components before release of Blenvybevy_components_v0.4.2
? · 2024-07-18

* updates color handling of the Blender add-ons to be compatible with the changes in V0.14

bevy_components v0.4.1 Tooling to visualise, find & replace unregistered/ invalid componentsbevy_components_v0.4.1
? · 2024-03-07

![component_rename_overview](https://github.com/kaosat-dev/Blender_bevy_components_workflow/assets/623281/4be67acf-5576-4b30-8678-9e07196ab840) * added tools for diagnostics/ finding & replacing invalid & unregistered components * added ui for listing invalid & unregistered components * added boilerplate & functionality for component renaming/replacing * injection of invalid status & message in case the conversion did not work well * added deletion of components individual & bulk * added handling of wrong string for unit structs : allows detection of more wrong values for components * added progress bars for bulk operators * added docs for new features * added tests * added small "attempt to fix" button for unit struct uis in case they are invalid * added progress indicators for from/to custom properties * various other minor ui tweaks for workflow improvement * closes #163 * closes #153 * closes #154

gltf_auto_export v0.15 & bevy_components v0.4: companion update for Bevy v0.13gltf_auto_export_v0.15
? · 2024-03-04

# gltf_auto_export v0.15: * adds support for toggling light shadows from Blender : ie if you disable a light's shadow in Blender, it will also be disabled in Bevy & vice-versa , if you use the latest Bevy_gltf_components * renames a few scene/lighting parameters to match the latest Bevy_gltf_components # bevy_components v0.4 * ensures compatibility with components from Bevy 0.13

gltf_auto_export v0.13.1: fix animated meshes exportgltf_auto_export_v0.13.1
? · 2024-02-29

* added fix for incorrect "deep-copying" of objects & hierarchy so that animated meshes & nested hierarchies get exported correctly (regression introduced in v0.13.0 * a lot of tests to ensure no further regressions ! * added visual testing to check for overall regression : * added screenshoting in test bevy app * added visual compare with reference screenshot on python side * added testing of correct export of animated models * added testing of correct export of empties * added testing of correct export of nested hierarchies * added testing of correct export of blueprints, with & without components etc

gltf_auto_export v0.13: components filtering for exports, bug-fixes and testsgltf_auto_export_v0.13
? · 2024-02-26

* adds filtering out of invalid components/ custom properties: * includes filtering out of invalid / disabled components as defined in bevy_components, components_meta etc * completely changed handling of "unique" (non blueprint) objects by copying them instead of moving/renaming them & manipulating their custom properties : much cleaner, much simpler ! * disabled default gltf export of optimised animations * added tests ! * fixes issues with animation optimisations * fixes issues when setting enum parameters (export file format, etc)

bevy_components v0.2: fixes , registry file polling & more !bevy_components_v0.2
? · 2024-02-18

* fixed issue with "reload registry" not clearing previous data * added watcher/ poll system to automatically updated the registry & components list when the registry file has been changed * BREAKING CHANGE ! changed internal representation of components, incompatible with v0.1, breaks UI values. * added buttons to regenerate UI to account for/fix the above and to offer the ability to regenerate UI values from custom property values * lots of cleanups * added tests * closes https://github.com/kaosat-dev/Blender_bevy_components_workflow/issues/127 * closes https://github.com/kaosat-dev/Blender_bevy_components_workflow/issues/124 * closes https://github.com/kaosat-dev/Blender_bevy_components_workflow/issues/121 * closes https://github.com/kaosat-dev/Blender_bevy_components_workflow/issues/130