tornavis/source/blender/editors/metaball
Hans Goudey c28db1f0a0 Cleanup: Use C++ namespace for object editors module
Move the public functions from the editors/object (`ED_object.hh`)
header to the `blender::ed::object` namespace, and move all of the
implementation files to the namespace too. This provides better code
completion, makes it easier to use other C++ code, removes unnecessary
redundancy and verbosity from local uses of public functions, and more
cleanly separates different modules.

See the diff in `ED_object.hh` for the main renaming changes.

Pull Request: https://projects.blender.org/blender/blender/pulls/119947
2024-03-28 01:30:38 +01:00
..
CMakeLists.txt Cleanup: Move remaining editors internal headers to C++ 2024-03-27 02:45:27 +01:00
editmball_undo.cc Refactor: Simplify undo object list creation, use C++ Vector 2024-03-22 16:24:30 +01:00
mball_edit.cc Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
mball_intern.hh Cleanup: Remove unnecessary keywords from newly C++ headers 2024-03-27 02:45:30 +01:00
mball_ops.cc Cleanup: Move remaining editors internal headers to C++ 2024-03-27 02:45:27 +01:00