Files
test/source/blender/io/wavefront_obj
Mattias Fredriksson f27358fde7 Refactor: OBJ import, split file reading & parsing
Improve readability of the parse function for the OBJ importer.
Currently the behavior for parsing input data is nested with reading
and buffering the input stream in the same function. Separating
the problems into two separate functions makes the code easier
to read and understand. This avoids having 100+ lines of parsing
logic entwined with logic for reading/buffering the file.

No functional changes.

Pull Request: https://projects.blender.org/blender/blender/pulls/140388
2025-06-19 09:03:16 +02:00
..
2025-02-10 16:56:52 +01:00