@@ -6,23 +6,21 @@ param (
66Push-Location $PSScriptRoot
77
88$test_files = (
9- # "archiviz/archiviz.blend",
10- # "blender_splash_fishy_cat/fishy_cat.blend",
11- # "classroom/classroom.blend",
12- # "forest/forest.blend",
13- # "mr_elephant/mr_elephant.blend",
14- # "pabellon_barcelona/pavillon_barcelone_v1_2.blend",
15- " pokedstudio/splash-pokedstudio.blend"
16- # "race_spaceship/race_spaceship.blend",
17- # "stylized_levi/stylized_levi.blend",
18- # "temple/temple.blend",
19- # "the_junk_shop/the_junk_shop.blend",
20- # "tree_creature/tree_creature.blend",
21- # "wanderer/wanderer.blend",
22- # "wasp_bot/wasp_bot.blend"
23-
24- # this doesn't export yet
25- # "barbershop/barbershop_interior_cpu.blend"
9+ " archiviz/archiviz.blend" ,
10+ " barbershop/barbershop_interior_cpu.blend" ,
11+ " blender_splash_fishy_cat/fishy_cat.blend" ,
12+ " classroom/classroom.blend" ,
13+ " forest/forest.blend" ,
14+ " mr_elephant/mr_elephant.blend" ,
15+ " pabellon_barcelona/pavillon_barcelone_v1_2.blend" ,
16+ " pokedstudio/splash-pokedstudio.blend" ,
17+ " race_spaceship/race_spaceship.blend" ,
18+ " stylized_levi/stylized_levi.blend" ,
19+ " temple/temple.blend" ,
20+ " the_junk_shop/the_junk_shop.blend" ,
21+ " tree_creature/tree_creature.blend" ,
22+ " wanderer/wanderer.blend" ,
23+ " wasp_bot/wasp_bot.blend"
2624)
2725
2826$args = @ ()
@@ -38,7 +36,8 @@ Measure-Command -Expression {
3836 }
3937}
4038
41- # best time: 4:18
39+ # best time: 4:18 without barbershop
40+ # best time: 6:05 while streaming
4241
4342
4443Pop-Location
0 commit comments