tornavis/source/blender/io/wavefront_obj
Hans Goudey 19001c9e6c Cleanup: Move attribute domain enum to C++ header, use enum class
Each value is now out of the global namespace, so they can be shorter
and easier to read. Most of this commit just adds the necessary casting
and namespace specification. `enum class` can be forward declared since
it has a specified size. We will make use of that in the next commit.
2023-12-20 13:25:28 -05:00
..
exporter Cleanup: Move attribute domain enum to C++ header, use enum class 2023-12-20 13:25:28 -05:00
importer Cleanup: Move attribute domain enum to C++ header, use enum class 2023-12-20 13:25:28 -05:00
tests Cleanup: Rename Mesh loop_data to corner_data 2023-12-19 20:39:05 -05:00
CMakeLists.txt Cleanup: CMake: Modernize bf_depsgraph dependencies 2023-11-25 22:51:59 +01:00
IO_wavefront_obj.cc Cleanup: Remove iostreams include from timeit header 2023-11-13 10:42:29 +01:00
IO_wavefront_obj.hh OBJ: add import option to create collection hierarchy by splitting names with a separator 2023-12-04 09:54:52 +01:00