mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 11:50:53 +00:00
chore(tools): minor tweaks
This commit is contained in:
parent
e4c1a8dc24
commit
5ad5b64dc9
@ -12,15 +12,12 @@ def test_generate_example_gltf_files():
|
|||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
"""
|
|
||||||
'../examples/bevy_gltf_blueprints/basic',
|
|
||||||
'../examples/bevy_gltf_blueprints/animation',
|
|
||||||
'../examples/bevy_gltf_blueprints/basic_xpbd_physics',
|
|
||||||
'../examples/bevy_gltf_blueprints/materials',
|
|
||||||
"""
|
|
||||||
examples = [
|
examples = [
|
||||||
|
'../examples/bevy_gltf_blueprints/basic',
|
||||||
'../examples/bevy_gltf_blueprints/multiple_levels_multiple_blendfiles',
|
"""'../examples/bevy_gltf_blueprints/animation',
|
||||||
|
'../examples/bevy_gltf_blueprints/basic_xpbd_physics',
|
||||||
|
'../examples/bevy_gltf_blueprints/materials',
|
||||||
|
'../examples/bevy_gltf_blueprints/multiple_levels_multiple_blendfiles',"""
|
||||||
]
|
]
|
||||||
|
|
||||||
for example_path in examples:
|
for example_path in examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user