tornavis/source/blender/python/bmesh
Philipp Oeser 9fa29fe765 Cleanup: remove MLOOPUV_EDGESEL
This was not set anywhere, code relies on MLOOPUV_VERTSEL everywhere.

BMLoopUV.select_edge was never returning True and wasnt updating uv
select state when set manually.

Afaict, there were no official Addons using this from python.

Resolves T65836

Maniphest Tasks: T65836

Differential Revision: https://developer.blender.org/D6772
2020-03-06 11:59:28 +01:00
..
CMakeLists.txt CMake: Refactor external dependencies handling 2020-01-23 16:59:18 +01:00
bmesh_py_api.c Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_generic 2020-01-07 22:14:36 +11:00
bmesh_py_api.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
bmesh_py_geometry.c ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
bmesh_py_geometry.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
bmesh_py_ops.c Cleanup: use named unsigned types in the Python API 2020-02-20 15:40:05 +11:00
bmesh_py_ops.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
bmesh_py_ops_call.c Cleanup: use named unsigned types in the Python API 2020-02-20 15:40:05 +11:00
bmesh_py_ops_call.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
bmesh_py_types.c Cleanup: use named unsigned types in the Python API 2020-02-20 15:40:05 +11:00
bmesh_py_types.h Cleanup: use named unsigned types in the Python API 2020-02-20 15:40:05 +11:00
bmesh_py_types_customdata.c Cleanup: remove redundant 'char *' casts 2019-12-20 10:42:57 +11:00
bmesh_py_types_customdata.h Revert "Cleanup: add semicolon after PyObject_VAR_HEAD" 2019-05-03 18:09:52 +10:00
bmesh_py_types_meshdata.c Cleanup: remove MLOOPUV_EDGESEL 2020-03-06 11:59:28 +01:00
bmesh_py_types_meshdata.h Revert "Cleanup: add semicolon after PyObject_VAR_HEAD" 2019-05-03 18:09:52 +10:00
bmesh_py_types_select.c Cleanup: remove redundant 'char *' casts 2019-12-20 10:42:57 +11:00
bmesh_py_types_select.h Revert "Cleanup: add semicolon after PyObject_VAR_HEAD" 2019-05-03 18:09:52 +10:00
bmesh_py_utils.c ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
bmesh_py_utils.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00