File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -177,19 +177,9 @@ def list():
177177 # and navmesh generation
178178 CopyBsp ,
179179 CompileBsp ,
180- CompileAse ,
181- CompileObj ,
182180 # perhaps one day MergeBsp will be run on a copied bsp
183181 # so it must be called after that
184182 MergeBsp ,
185- # those are probably the slowest compression image
186- # formats we know
187- ConvertKtx ,
188- ConvertDds ,
189- ConvertCrn ,
190- ConvertNormalCrn ,
191- ConvertLosslessWebp ,
192- ConvertLossyWebp ,
193183 # sloth needs previews to be done before sloth
194184 # TODO: be sure Sloth is not called before
195185 # all previews are generated
@@ -199,6 +189,18 @@ def list():
199189 SlothRun ,
200190 # usually quick
201191 CompileIqm ,
192+ # compiling a map model may require shaders and other models
193+ # being generated first.
194+ CompileAse ,
195+ CompileObj ,
196+ # those are probably the slowest compression image
197+ # formats we know
198+ ConvertKtx ,
199+ ConvertDds ,
200+ ConvertCrn ,
201+ ConvertNormalCrn ,
202+ ConvertLosslessWebp ,
203+ ConvertLossyWebp ,
202204 # can take some time but not blocking
203205 ConvertVorbis ,
204206 ConvertOpus ,
You can’t perform that action at this time.
0 commit comments