Revision 6d37654 by Harley Acheson August 27, 2019, 15:30 (GMT) |
UI: Area Join Tolerance Allow area joining even if the areas are not quite perfectly aligned. Differential Revision: https://developer.blender.org/D5595 Reviewed by Brecht Van Lommel |
Revision a758dce by Harley Acheson August 27, 2019, 15:05 (GMT) |
UI: Graph Editor Dot Scaling Scale Graph Editor keyframe dots and handles based on Resolution Scale rather than Line Width. Differential Revision: https://developer.blender.org/D5600 Reviewed by Brecht Van Lommel |
Revision ce47dc5 by Bastien Montagne August 27, 2019, 14:31 (GMT) |
LibOverride: Fix broken Hook modifier case. Hook modifier uses same kind of parent inverse matrix as regular object parenting, so we need to bypass that matrix re-computation when setting the overridding object here as well. Also cleanup some minor glitches in object parents' override_apply func. |
Revision d8baafd by Pablo Dobarro August 27, 2019, 14:24 (GMT) |
Edit Mesh: Poly build tool improvements This commit changes the functionality of the Poly build tool to make it more suitable for retopology tasks: - Click and drag from a boundary edge extrudes a new quad - Click and drag on vertices tweaks the position - Ctrl + click adds geometry. There is a geometry preview in the gizmo. It also can automatically convert triangles to quads. - Shift + click deletes mesh elements (faces or vertices) - Updated preselection code. Different mesh elements take priority depending on the selected action. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D5573 |
Revision 2a2fd75 by Ray molenkamp August 27, 2019, 14:13 (GMT) |
Cleanup: Fix build error with MSVC `BLI_cpu_support_sse41` needs BLI_System.h. Reviewers: brecht |
Revision d667105 by Antonio Vazquez August 27, 2019, 13:58 (GMT) |
Fix T69210: Crash on Making GPencil Materials zero user The evaluated data must not copy the material if it's NULL. Still the stroke exists in the file, so maybe need some thinking in how resolve this, but anyway this is a different topic not related to bug. |
Revision 0067b3b by Antonio Vazquez August 27, 2019, 13:47 (GMT) |
GPencil: Draw Mode menu update - Rename menu 'Stroke' to 'Draw': the menu includes not only strokes related things and the name follows the usage in other paint modes in Blender. - Remove duplicate animation operators. - Menu updates to include clean up and layers operators that don't need previous selection. {F7705120} Reviewers: antoniov, pepeland, billreynish Tags: #bf_blender, #grease_pencil Differential Revision: https://developer.blender.org/D5599 |
Revision 8e4f3b2 by Pablo Dobarro August 27, 2019, 13:02 (GMT) |
Fix T68763: Smooth Brush not working in LookDev or Rendered Mode Reviewed By: brecht Differential Revision: https://developer.blender.org/D5585 |
Revision 87cafe9 by Pablo Dobarro August 27, 2019, 12:58 (GMT) |
Sculpt/Paint: Brush world spacing option for sculpt mode New brush option to calculate the distance to generate a new brush step using the cursor position over the mesh instead of the screen coordinates. This avoids artifacts when sculpting across curved surfaces. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5432 |
Revision cd890c4 by Stefan Werner August 27, 2019, 12:43 (GMT) |
Compositor: Reversed order of Normal and Albedo in Denoising Node. |
Revision d547f9d by Stefan Werner August 27, 2019, 12:03 (GMT) |
Fix T68944: Added check for SSE4.1 to denoising node. Since OpenImageDenoise requires a CPU with SSE 4.1 or newer, let the node act as passthrough on unsupported CPUs and display a message in the node itself. |
Revision e39528b by Brecht Van Lommel August 27, 2019, 11:04 (GMT) |
Fix marker name drawing without intended offset in some cases Order of arguments matters here. |
August 27, 2019, 10:52 (GMT) |
UI: fix jumping of play/pause buttons, add more space when showing subframes Differential Revision: https://developer.blender.org/D5604 |
August 27, 2019, 10:50 (GMT) |
UI: rename Energy to Power in context menu, for consistency Differential Revision: https://developer.blender.org/D5310 |
August 27, 2019, 10:50 (GMT) |
UI: add title to assign shortcut popup, tweak padding Differential Revision: https://developer.blender.org/D5576 |
August 27, 2019, 10:50 (GMT) |
Fix undefined symbols for ccl::Node with some compilers and build options Differential Revision: https://developer.blender.org/D5590 |
August 27, 2019, 10:32 (GMT) |
UI: tweak warning messages style and layout in save/close dialog Differential Revision: https://developer.blender.org/D5589 |
August 27, 2019, 10:32 (GMT) |
UI: improve layout of curve widget clipping options popup Differential Revision: https://developer.blender.org/D5593 |
August 27, 2019, 10:27 (GMT) |
UI: fix some menus and popups not taking into account UI scale for padding Differential Revision: https://developer.blender.org/D5581 |
August 27, 2019, 10:25 (GMT) |
UI: make layout in adjust last operator popup consistent with corner panel Differential Revision: https://developer.blender.org/D5581 |
|
|
|


Master Commits
MiikaHweb | 2003-2021