Blender_bevy_components_wor.../docs
Mark Moissette 6a40cdfd3f
feat(tools:gltf_auto_export): big ux improvements (#28)
* export_main_output_name => export_output_folder & the blueprints folder is now relative
to this one
* exported main scene gltf file name is now created based on the Blender scene name, not settable
* blueprints folder defaults to "library"
* the exporter now defaults to enabled blueprints, & enabled change detection in library
* added handling of export parameter changes
 * ie when the gltf parameters (gltf vs glb, compression etc), are changed
the next time you save , all the models are re-exported

* feat(tools:gltf_auto_export): major overhaul & optimisation of library export
 * added change detection handling so only the actually changed collections get exported on save
 * works with actual changes (ie clicks/ selections don't count)
 * this means "progressive" export of only the changed parts, WAY faster
 * removed "export_on_library_changes" setting, which was semi redundant with the library toggle itself
 * also scans for already existing exports on disk (for "first runs" in a Blender session)
 * many smaller cleanups

 * added logic to save/load export parameters in operator
 * parameters are thus now persisted even if the addon is removed & added back
 * based on standard gltf exporter
 * operator presets are now fixed as well & can be used normally
 * added injection of saved parameters in case there is a save attempts after installing the add_on
  and there where previously saved settings

* feat(tools:gltf_auto_export): added support for multiple main & lib scenes
 * with scene picking & filtering
 * adding a scene to the list now only works once you selected a scene from the picker

* docs(tools/gltf_auto_export): updated docs
2023-10-22 15:21:55 +02:00
..
blender_addon_add_scene.png feat(tools:gltf_auto_export): big ux improvements (#28) 2023-10-22 15:21:55 +02:00
blender_addon_add_scene2.png feat(tools:gltf_auto_export): big ux improvements (#28) 2023-10-22 15:21:55 +02:00
blender_addon_add_scene3.png feat(tools:gltf_auto_export): big ux improvements (#28) 2023-10-22 15:21:55 +02:00
blender_addon_install.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
blender_addon_install2.png feat(): Blueprints, crates, enhanced Blender tooling & more (#5) 2023-09-28 14:10:45 +02:00
blender_addon_use.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
blender_addon_use2.png feat(): Blueprints, crates, enhanced Blender tooling & more (#5) 2023-09-28 14:10:45 +02:00
blender_addon_use3.png feat(tools:gltf_auto_export): big ux improvements (#28) 2023-10-22 15:21:55 +02:00
blender_collections.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
blender_gltf_components.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
camera_tracking_component.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
component_registration.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
component_warnings.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
components_bevy.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
components_bevy2.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
components_bevy3.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
components_blender.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
components_blender_parameters.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
components_blender_parameters2.png docs(README): updated docs 2023-07-27 22:22:53 +02:00
demo_simple_components.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
exported_collections.png feat(tools): add ability to mark unused collections for export (#17) 2023-10-10 22:08:19 +02:00
exported_library_files.png feat(): Blueprints, crates, enhanced Blender tooling & more (#5) 2023-09-28 14:10:45 +02:00
force_export.jpg feat(tools): add ability to mark unused collections for export (#17) 2023-10-10 22:08:19 +02:00
gltf_export.png docs(README): updated docs, images etc 2023-07-27 01:53:48 +02:00
process.svg feat(): Blueprints, crates, enhanced Blender tooling & more (#5) 2023-09-28 14:10:45 +02:00
workflow_empties.jpg feat(): Blueprints, crates, enhanced Blender tooling & more (#5) 2023-09-28 14:10:45 +02:00
workflow_original.jpg feat(): Blueprints, crates, enhanced Blender tooling & more (#5) 2023-09-28 14:10:45 +02:00