Revision 22bc614 by Brecht Van Lommel January 23, 2019, 15:48 (GMT) |
Fix T59152: dynamic topology constant detail should be in world space. It seems more predictable, and makes more sense for future multi-object modes. |
January 23, 2019, 14:33 (GMT) |
UI: fix horizontal scrollbar overlapping last row of files Depending on area size, the scrollbar covered the bottom of the text, with the extra it will only cover the padding at worst. Differential Revision: https://developer.blender.org/D4207 |
January 23, 2019, 14:23 (GMT) |
UI: make editor corner splitting / joining more reliable. * Add threshold for minimum amount of mouse movement for dragging to get activated. * Limit angles at which dragging is considered an action, do nothing if mouse does not clearly move up/down/left/right. * Increase action zone size vertically. Differential Revision: https://developer.blender.org/D4227 |
Revision ac5278b by Jacques Lucke January 23, 2019, 14:21 (GMT) |
Fix T60791: Don't show automatic weights option when not supported There are probably many more cases in which the menu looks a little different. However, I don't know them all and it's too easy to break something accidentally here. Maybe a user could try the different combinations of object types and check if there are entries that should not be there. Reviewers: brecht Differential Revision: https://developer.blender.org/D4240 |
Revision db78a8e by Philipp Oeser January 23, 2019, 14:12 (GMT) |
Fix T59939: Masks not Animating in Render For now this is not part of copy-on-write, and needs extra animation evaluation. Reviewers: sergey, brecht Maniphest Tasks: T59939 Differential Revision: https://developer.blender.org/D4140 |
Revision ddc278d by Campbell Barton January 23, 2019, 12:59 (GMT) |
Cleanup: comments above struct members, shader group assignments Avoid using pointer to pointer when building shader groups. |
Revision 48eed05 by Campbell Barton January 23, 2019, 12:37 (GMT) |
3D View: draw clipping region Only for workbench solid/wire modes. |
Revision 44e9fe0 by Sergey Sharybin January 23, 2019, 12:04 (GMT) |
Fix T56877: Enabling mask Motion Blur overrides the Feather Falloff Compositor makes a copy of mask before sampling the mask on different time steps. The copy of layers did not copy falloff Settings. |
Revision e6ad4ec by Sergey Sharybin January 23, 2019, 11:17 (GMT) |
Fix T58994: Subdivision modifier generates artifacts with crease=1 The issue was caused by the lack of averaging of normals for vertices which are on the ptex face boundaries. |
Revision 2392f31 by Brecht Van Lommel January 23, 2019, 11:09 (GMT) |
Merge branch 'blender2.7' |
January 23, 2019, 11:07 (GMT) |
Add font selection to VSE text strips Allows users to select a font for text strips in the video sequence editor. Related: 3610f1fc43d0 Sequencer: refactor clipboard copy to no longer increase user count. Reviewed by: Brecht Differential Revision: https://developer.blender.org/D3621 |
Revision 40cb416 by Brecht Van Lommel January 23, 2019, 11:06 (GMT) |
Sequencer: refactor clipboard copy to no longer increase user count. The clipboard is not a real user and should not be counted. Only on paste should the user count increase. This is part of D3621, and was implemented by Richard Antalik and me. |
Revision ac442da by Jacques Lucke January 23, 2019, 09:51 (GMT) |
Refactor: use guard clauses instead of nested conditionals |
Revision 6555e17 by Campbell Barton January 23, 2019, 09:50 (GMT) |
3D View: add back clipping draw code (disabled) Disabled for now because of draw-order issues. Also move clipping test out of view3d_draw_legacy.c |
Revision 9ff73e6 by Antonio Vazquez January 23, 2019, 09:37 (GMT) |
Fix T60778: Grease pencil Hook modifieronly affects strokes with more than 2 points Also fixed Lattice and Noise modifier. |
Revision baa5fe1 by Sergey Sharybin January 23, 2019, 09:27 (GMT) |
Cleanup: Spelling in comment |
Revision 2e5663c by Campbell Barton January 23, 2019, 05:43 (GMT) |
Revision 3eebf9e by Campbell Barton January 23, 2019, 05:30 (GMT) |
RNA: expose Gizmo.use_operator_tool_properties |
Revision 4f2bc2f by Campbell Barton January 23, 2019, 05:24 (GMT) |
Cleanup: use doxy comments for gizmo structs Also move comments before members (better for clang-format). |
Revision 6dfe6b4 by Campbell Barton January 23, 2019, 05:15 (GMT) |
Fix T58199: Spin tool top bar settings don't apply |
|
|
|


Master Commits
MiikaHweb | 2003-2021