Files
test2/source/blender
Campbell Barton 0feeea1bd5 BMesh: avoid incorrect/invalid matrix calculation
- `BKE_object_scale_to_mat3` was used to get the worldspace scale,
  without taking constraints, parenting etc into account.
- Don't pass object's into BMesh API, (prefer matrices instead).
- Avoid matrix invert for each edge-angle calculation.
- Avoid 2x matrix multiplies when looping over edge pairs.
2018-11-10 18:55:03 +11:00
..
2018-10-17 12:43:41 +02:00
2018-11-10 09:27:20 +11:00
2018-11-08 15:00:19 +01:00
2018-11-09 09:46:12 +01:00
2018-11-10 09:27:20 +11:00
2018-11-10 09:27:20 +11:00
2018-09-26 17:49:40 +02:00
2018-10-11 08:14:04 +11:00