Blender Git Loki
Git Commits -> Revision 65fd3be
Revision 65fd3be by Ankit Meel (soc-2020-io-performance) July 18, 2020, 09:20 (GMT) |
Use MutableSpan instead of raw pointers Since nearly all but one use cases for `copy_string_to_int` is for single integer, MutableSpan only adds extra `{&integer ,1}` syntax at the caller. Better use `int &r_dst`. Also make exception `const` Add assert before casting `int` to `uint` for MEdge. |
Commit Details:
Full Hash: 65fd3be1fa23d1e15dccb33a5c2eba95243ba895
Parent Commit: 5a9b983
Lines Changed: +30, -33
1 Modified Path:
/source/blender/io/wavefront_obj/intern/wavefront_obj_im_file_reader.cc (+30, -33) (Diff)