[DiscordArchive] suggesting to make some sort of list of files to fix before and then cycle thru some list that would
[DiscordArchive] suggesting to make some sort of list of files to fix before and then cycle thru some list that would
Archived author: A2 • Posted: 2019-10-11T20:09:20.925000+00:00
Original source
suggesting to make some sort of list of files to fix before and then cycle thru some list that would be already in memory of fixer instead of running it in cycle via cmd like i posted ?
Archived author: A2 • Posted: 2019-10-11T20:10:04.549000+00:00
Original source
well that does seems reason able since the fixer is being closed and opened everys single time i do it this way
Archived author: A2 • Posted: 2019-10-11T20:10:08.870000+00:00
Original source
definity not optimal
Archived author: schlumpf • Posted: 2019-10-11T20:10:14.164000+00:00
Original source
i don't know cmd, but on *nix you would just `find . -iname '*.m2' -print0 | xargs -0 fixer`, which would automatically fix as many files as possible at once
Archived author: A2 • Posted: 2019-10-11T20:11:47.015000+00:00
Original source
fixing 3 random models
Archived author: A2 • Posted: 2019-10-11T20:11:48.496000+00:00
Original source
![[Image: unknown.png?ex=690c5844&is=690b06c4&hm=1...724085954&]](https://cdn.discordapp.com/attachments/408013572430626817/632309399142137879/unknown.png?ex=690c5844&is=690b06c4&hm=1ace7d5942ef66f2ad1c28e22c79e8b5ceda1d1e38123a6a0ced97b724085954&)
Archived author: A2 • Posted: 2019-10-11T20:11:55.350000+00:00
Original source
took like 8 seconds
Archived author: schlumpf • Posted: 2019-10-11T20:12:06.666000+00:00
Original source
oof
Archived author: schlumpf • Posted: 2019-10-11T20:12:41.873000+00:00
Original source
i guess if you can't do anythign xargslike, which I *really* would suggest, you can at least prune everything non-blp and obviously-not-model-related from the listfile
Archived author: A2 • Posted: 2019-10-11T20:13:04.537000+00:00
Original source
yeah