Skip to content

Commit c0dff13

Browse files
committed
new export test flag, barbershop is now supported
1 parent 12a008f commit c0dff13

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

testing/export_all.ps1

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@ param (
66
Push-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

4443
Pop-Location

testing/test_datasmith_export.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
custom_args = {}
5151
custom_args["experimental_tex_mode"] = True
5252
custom_args["apply_modifiers"] = True
53+
custom_args["prefer_custom_nodes"] = True
5354
custom_args["use_logging"] = True
5455
custom_args["use_profiling"] = False
5556
# custom_args["minimal_export"] = True

0 commit comments

Comments
 (0)