Revision 8a432c1 by Campbell Barton February 27, 2019, 13:23 (GMT) |
Transform: shear redo support for other orientations Shear gizmo now uses a single orientation and sets different ortho axis instead of constructing a different matrix for each handle - allowing the redo panel to select orientations. |
Revision 048088e by Howard Trickey February 27, 2019, 12:51 (GMT) |
Fix T61988: Bevel mitering on small objects. When edges had small length (less than about .005) the angle classification didn't work. Needed some normalization of vectors. |
February 27, 2019, 12:23 (GMT) |
Fix typos related to units |
Revision d1f7ae2 by Campbell Barton February 27, 2019, 11:20 (GMT) |
Cleanup: use "_pad" prefix for pad vars |
Revision e097e0c by Campbell Barton February 27, 2019, 08:59 (GMT) |
Cleanup: header guard names Missed in file rename. |
Revision dd228aa by Sebastian Parborg February 27, 2019, 08:30 (GMT) |
Fix T61945: Scaling with invalid snap distances ApplySnapResize did not take into account invalid distances. Added check for this. Reviewed By: Campbell Barton Differential Revision: https://developer.blender.org/D4417 |
Revision 4732f90 by Antonio Vazquez February 27, 2019, 07:50 (GMT) |
GP: Use unique names for instance objects When instance objects linked, the name could not be unique. |
Revision 6155faf by Antonio Vazquez February 27, 2019, 07:41 (GMT) |
GP: Check if Instance loop is needed This reduces the loop time if the scene is not using instances. |
Revision 7618851 by Antonio Vazquez February 27, 2019, 07:32 (GMT) |
GP: Optimize Instances drawing loop |
Revision 80ef7fb by Campbell Barton February 27, 2019, 06:30 (GMT) |
Transform: refactor orientation naming and usasge Transform orientation was previously related to constraints, recent changes meant it was used even when not constraining to an axis. Now transform orientation is separate from axis constraints. |
Revision 3f23b5f by Campbell Barton February 27, 2019, 05:39 (GMT) |
Correct error in recent transform refactor |
Revision b210077 by Campbell Barton February 27, 2019, 05:06 (GMT) |
DRW: disable wide edges when face-dots are used Users who prefer to use face dot's don't get an advantage from drawing thicker wire. Requested by @ward |
Revision cdda910 by Campbell Barton February 27, 2019, 04:39 (GMT) |
Cleanup: remove runtime structs from DNA |
Revision 79171b1 by Campbell Barton February 27, 2019, 04:27 (GMT) |
makesdna: enforce use of '_pad' naming convention |
Revision 6a03199 by Campbell Barton February 27, 2019, 04:09 (GMT) |
Cleanup: use '_pad' convention for padding in all DNA structs Avoids mixing these in with regular variables in code-completion. Use char for pad members except for 'void *', to make size clearer. Removed/shrink a few redundant padding vars which were >= 8 bytes. |
Revision ea69d98 by Campbell Barton February 27, 2019, 03:00 (GMT) |
Cleanup: remove runtime structs from DNA |
Revision f595d55 by Campbell Barton February 27, 2019, 02:08 (GMT) |
Cleanup: remove unused Material.pr_light Also no need for 14 bytes of padding. |
Revision 168d3fd by Campbell Barton February 27, 2019, 01:36 (GMT) |
Cleanup: file rename lamp -> light |
Revision 1079742 by Campbell Barton February 27, 2019, 01:26 (GMT) |
Cleanup: rename lamp -> light |
Revision 9189414 by Campbell Barton February 27, 2019, 00:14 (GMT) |
Cleanup: Main struct member names Rename latt to lattice and don't use plural names. |
|
|
|


Master Commits
MiikaHweb | 2003-2021