Blender Git Commit Log

Git Commits -> Revision c4c1d7b

Revision c4c1d7b by Ankit Meel (soc-2020-io-performance)
June 22, 2020, 19:01 (GMT)
Renaming: Specify mesh objects instead of object

No functional change is there.

This change is required to distinguish mesh objects from curve objects.
Both of them have different requirements for the structs they'd use to
store their processed data.
So instead of adding if-else everywhere, curves and meshes can be
separated into different files.

Commit Details:

Full Hash: c4c1d7b0b95304875f5c583189e828b0269a1147
Parent Commit: f3342b4
Lines Changed: +84, -84

4 Modified Paths:

/source/blender/io/wavefront_obj/intern/wavefront_obj.hh (+3, -3) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_exporter.cc (+54, -54) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.cc (+26, -26) (Diff)
/source/blender/io/wavefront_obj/intern/wavefront_obj_file_handler.hh (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021