tornavis/source/blender/modifiers
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
..
intern Cleanup: Move attribute domain enum to C++ header, use enum class 2023-12-20 13:25:28 -05:00
CMakeLists.txt CMake: Fix Compiling Shader Builder on macOS 2023-12-08 15:47:14 +01:00
MOD_modifiertypes.hh Cleanup: Move BKE_modifier.h to C++ 2023-11-14 09:30:40 +01:00
MOD_nodes.hh Geometry Nodes: generalize modifier simulation cache storage names 2023-09-03 16:14:11 +02:00