38a66903e5
Cleanup: sort struct declarations
2020-09-30 11:51:13 +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
25eb0c9cf4
Fix T78151: Vertex/Edge Slide after enabling 'Even' doesn't cancel properly
...
Problem introduced by rBcf42721f
2020-06-26 09:14:51 -03:00
51bf04383a
Fix T78045: CTL-ALT-S does nothing in pose mode and crashes when called from the menu
2020-06-22 19:06:24 -03:00
cf42721fe2
Cleanup: Rearrange Vert and Edge slide functions
...
And make `trans_mesh_customdata_correction` a more generic utility.
2020-06-15 09:53:18 -03:00
a39ca327bc
Fix T76935: Current orientation not taken in account when using "Align to transform orientation"
2020-05-21 11:01:06 -03:00
60e3f690cb
Cleanup: sort file lists & struct declatations
2020-03-14 15:39:59 +11:00
ec5fc1adcc
Cleanup: Move transform_mode_init to transform_mode API
2020-02-21 10:43:40 -03:00
0716394423
Cleanup: Transform: Rearrange definitions and declarations
2020-02-15 18:44:11 -03:00
8645b73cd8
Cleanup: Rename bonesize transform file
...
`transform_mode_bonesize.c` --> `transform_mode_bbone_resize.c`
2020-02-14 11:57:56 -03:00
e277e8d085
Cleanup: Split transform.c in multiple files
...
Differential Revision: https://developer.blender.org/D5819
2020-02-14 08:42:59 -03:00