tornavis/source/blender/editors/lattice
Bastien Montagne 3028de9527 UndoType: Refactor: replace `use_context` boolean by a bitflag.
We will soon need more options here, sinmpler and cleaner to use a
bitflag then.
2021-01-06 18:07:09 +01:00
..
CMakeLists.txt Cleanup: Render Module: move header files to main directory 2020-11-06 10:10:41 -05:00
editlattice_select.c Cleanup: reduce variable scope 2020-09-09 18:41:07 +02:00
editlattice_tools.c Cleanup: use bool instead of int in various places 2020-09-02 19:10:40 +02:00
editlattice_undo.c UndoType: Refactor: replace `use_context` boolean by a bitflag. 2021-01-06 18:07:09 +01:00
lattice_intern.h
lattice_ops.c