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