February 27, 2019, 15:37 (GMT) |
Transform: fix redo rotate adjusting orientation Regression in recent update. Also de-duplicate orientation matrix initialization. |
Revision bb9422e by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) February 27, 2019, 15:32 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/editors/gpencil/gpencil_edit.c source/blender/makesdna/DNA_brush_types.h source/blender/makesrna/intern/rna_brush.c |
February 27, 2019, 14:59 (GMT) |
GPencil: Fix memory leak issue After a previous commit to use unique identifiers for Ghash key, I had missed to free the memory of the name key. Thanks to Jacques Lucke for detecting the leak. |
February 27, 2019, 14:04 (GMT) |
Keymap: use tap/drag for mode switching w/ pref enabled |
February 27, 2019, 14:04 (GMT) |
Cleanup: remove redundant property assignment Also cleanup comments |
February 27, 2019, 13:50 (GMT) |
Depsgraph: Make it easier to control which bases being pulled into the graph Just de-duplicates some logic. Should be no functional changes. |
February 27, 2019, 13:45 (GMT) |
Move base flags evaluation to its own function No need to have iterator loop in the view layer evaluation, this only makes it more difficult to have base flags covered by the dependency graph. Other good thing is that we don't need to worry about whether base has been removed from the evaluated view layer or not. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4414 |
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. |
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 |
February 27, 2019, 11:20 (GMT) |
Cleanup: use "_pad" prefix for pad vars |
February 27, 2019, 08:59 (GMT) |
Cleanup: header guard names Missed in file rename. |
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 |
February 27, 2019, 07:50 (GMT) |
GP: Use unique names for instance objects When instance objects linked, the name could not be unique. |
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. |
February 27, 2019, 07:32 (GMT) |
GP: Optimize Instances drawing loop |
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. |
February 27, 2019, 05:39 (GMT) |
Correct error in recent transform refactor |
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 |
February 27, 2019, 04:39 (GMT) |
Cleanup: remove runtime structs from DNA |
|
|
|


Master Commits
MiikaHweb | 2003-2021