March 5, 2019, 07:39 (GMT) |
GP: move select all into a utility function |
March 5, 2019, 07:39 (GMT) |
Cemara tracking: move select all into a utility function |
March 5, 2019, 07:38 (GMT) |
Nodes: move select all into a utility function |
March 5, 2019, 04:47 (GMT) |
Cleanup: move keymap circle select items to template |
March 5, 2019, 04:09 (GMT) |
Cleanup: rename RENDER_OVERRIDE -> HIDE_OVERLAYS Match the UI naming (changed since 2.7x). |
March 5, 2019, 04:05 (GMT) |
Fix T62159: Poly build crashes w/o overlays |
March 5, 2019, 03:40 (GMT) |
3D View: move pre-select mesh element access into gizmo API |
March 5, 2019, 01:59 (GMT) |
Fix T62199: Incorrect bpy.data.screens behavior The screen identifier was set to the "layout_name" which isn't guaranteed to be unique or even exist. This meant `bpy.data.screens.keys()` could have duplicate keys, even when not duplicated, these keys couldn't be used for `bpy.data.screen[key]` access because internally ID's use names for collection look-ups. Make screens match other ID's, using the ID.name as the identifier. Note: this change was from the initial workspace commit 7f564d74f9edaaa Since then the layout selector has been removed so this isn't needed. |
March 5, 2019, 00:32 (GMT) |
Cleanup: minor adjustment to gizmo extrude setup No need to access both edit & active object. |
Revision 10c15f2 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 4, 2019, 19:57 (GMT) |
Merge branch 'master' into greasepencil-object |
March 4, 2019, 19:56 (GMT) |
GPencil: Fix error in 3D Location mode In previous commit introduced this bug. The flag was inverted and the mode was not working. |
March 4, 2019, 19:40 (GMT) |
Annotations: Reduce smooth factor to 0.5 The previous value was too high and deform too much if write text. |
Revision 341d5f4 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 4, 2019, 19:38 (GMT) |
Annotations: Reduce smooth factor to 0.5 The previous value was too high and deform too much if write text. |
Revision e897ec1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 4, 2019, 18:41 (GMT) |
Merge branch 'master' into greasepencil-object |
March 4, 2019, 18:40 (GMT) |
GPencil: New extrude operator Keymap: E - Extrude Gizmo supported. If the extrude points are the first or last of the stroke, the stroke is extended. If the extrude points are in the middle of the stroke, a new stroke is created because the grease pencil strokes can be only with 2 extremes and fold the stroke to get a new point gets very bad results. Still pending define a new icon. Also, it could be good to set by default XYZ axis in the gizmo. Note: There is a change in the transform_gizmo_extrude_3d.c gizmo for OB_MODE_EDIT_GPENCIL. This change must be undo when the mode will be integrated into OB_MODE_EDIT, but while we have both modes, we need to keep this code in order to keep running the gizmo. |
Revision 46b6c97 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 4, 2019, 18:28 (GMT) |
GPencil: Add a comment to tag pending change in gizmo This comment is to tag this line to be removed when OB_MODE_EDIT_GPENCIL will be merged into OB_MODE_EDIT. |
Revision 1d903d4 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 4, 2019, 18:24 (GMT) |
GPencil: Move Extrude Toolbutton to bottom group |
March 4, 2019, 18:18 (GMT) |
Preferences: Remove "requires restart" from multisample tooltips It does not make sense now that we uses FBOs for that. |
March 4, 2019, 18:18 (GMT) |
Preferences: Add option to disable edit-mode wire Antialiasing Requested by some users who prefer old wireframe precision. Smooth wires are still enabled by defaults as they don't have a noticeable perf impact. Application restart is needed for changes to take effects. |
March 4, 2019, 18:18 (GMT) |
Fix T59140 : Loose edges of final mesh does not display in edit mode |
|
|
|


Master Commits
MiikaHweb | 2003-2021