8bd5d58860
BMesh: add function to check if a point is inside a faces UV's
2021-01-20 16:56:59 +11:00
7d23dd4430
Cleanup: Clang tidy inconsistent parameter name
2020-11-17 12:57:35 -05:00
6694d7ac5f
BMesh: add UV face transform and minmax utility functions
2020-11-17 23:57:16 +11:00
23a6b5d91e
BMesh: add UV calculate center call
...
Move uv_poly_center to BM_face_uv_calc_center_median as
it was only defined in uvedit_intern.h
2020-08-11 15:11:31 +10:00
91694b9b58
Code Style: use "#pragma once" in source directory
...
This replaces header include guards with `#pragma once`.
A couple of include guards are not removed yet (e.g. `__RNA_TYPES_H__`),
because they are used in other places.
This patch has been generated by P1561 followed by `make format`.
Differential Revision: https://developer.blender.org/D8466
2020-08-07 09:50:34 +02:00
c48ccb38cb
BMesh: utility for checking shared edge with limit argument
2020-07-18 15:54:04 +10:00
03f5acd445
Cleanup: clang-format
2020-07-10 16:03:12 +10:00
0b8221683f
BMesh: add utility functions
...
- BM_edge_uv_share_vert_check
- BM_face_uv_calc_center_median_weighted
- BM_loop_at_index_find
2020-07-09 18:23:16 +10:00
0b3bf69d3c
Cleanup: move BMesh UV queries into their own file
2020-07-09 13:33:15 +10:00