Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Looks generally fine, but some comments.
| source/blender/bmesh/operators/bmo_primitive.c | ||
|---|---|---|
| 1045 | Add space here and in other places: ) { | |
| 1101–1102 | Use if (f->len == 3) {. | |
| 1116 | Use len_v3(l->v->co);. | |
| 1147 | Unused variable. | |
| 1255 | Line wrap to maybe 80 chars for this comment. The code doesn't follow a strict convention here but 140 is a bit too long. | |
| source/blender/editors/uvedit/uvedit_unwrap_ops.c | ||
| 1184–1200 ↗ | (On Diff #7422) | This code should not be part of the patch. |


