Revision 4b1112c by Sergey Sharybin January 14, 2021, 10:37 (GMT) |
Tracking: Fix wrong projection for post-draw pass Allows to draw proportional editing circle at a proper location. |
Revision 9e038a2 by Sergey Sharybin January 14, 2021, 10:37 (GMT) |
Tracking: Make transform cancel use explicit frame number Before transform cancel will request marker at a current frame number and restore transform flags to it. This worked fine if there was only one marker from track in the transform data. This did not work correct when multiple markers from track were added to transform data. This allows to implement proportional editing in the clip editor. |
Revision 4b0871a by Omar Emara January 14, 2021, 10:20 (GMT) |
Bmesh: Deprecate deform parameter of from_object() The deform parameter of the Bmesh from_object method is deprecated, always assumed to be True, and will be removed in version 3.0. That is because the cases where it is False don't work correctly and are subject to memory leaks. One of the symptoms of the incorrect behavior is the application of constructive modifiers twice if the input object is an evaluated one, as demonstrated in D10053. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D10086 |
January 14, 2021, 10:10 (GMT) |
GPencil: Noise Modifier - Move noise seed value outside of randomize subpanel Currently the grease pencil noise modifier seed value is under the randomize subpanel. Moved the seed value outside of this panel because it doesn't only change the noise when using the randomize option. Moving the seed value prevents it from being hidden/greyed out so the user can manually keyframe it to control the noise animation. Reviewed By: #grease_pencil, antoniov Differential Revision: https://developer.blender.org/D10020 |
Revision 024ac9c by Campbell Barton January 14, 2021, 09:52 (GMT) |
Fix T84549: Keymap presets written without repeat enabled Key map items using TEXTINPUT didn't include the repeat setting. |
Revision e7c36ce by Antonio Vazquez January 14, 2021, 09:44 (GMT) |
GPencil: Disable Multiframe edition when play animation When the multiframe is enabled, playing animation must be disabled or the animation is not visible, {F9527854} Reviewed By: fclem Differential Revision: https://developer.blender.org/D9930 |
Revision 3e4dd7b by Campbell Barton January 14, 2021, 04:55 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision a4226a0 by Campbell Barton January 14, 2021, 04:53 (GMT) |
Fix T64518: Blender 2.7 keymap inconsistencies - Add missing Shift-Space for toggle maximize area. - Add missing Alt-F10 for toggle fullscreen area. - Match 2.7x keymap for setting the pivot center. |
Revision 646f1cc by Campbell Barton January 14, 2021, 00:50 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision f647461 by Campbell Barton January 14, 2021, 00:50 (GMT) |
Fix add-object tool snap placement when activated from tweak event When activating add-object from from a tweak event (default keymap), the snap gizmo could snap to a new location while dragging. Workaround this by re-calculating the snap position where the tweak event starts. Reported T57210#1077747 |
Revision 0876829 by Campbell Barton January 13, 2021, 23:58 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision 5804bf2 by Campbell Barton January 13, 2021, 23:55 (GMT) |
Fix uninitialized stack memory use accessing the snap normal Using the add-object tool, snapping to object types such as curve, armature ... etc, copied uninitialized stack memory. |
Revision c13383d by Campbell Barton January 13, 2021, 22:53 (GMT) |
Cleanup: use enum for undo step direction The step direction was confusingly 1 for undo, -1 for redo. This convention is from 2004 (562d6958cbf646aba31ed92fe4f0e07d1dc495b6). Use enum for ed_undo.c for better readability. |
Revision 01b9dfe by Julian Eisel January 13, 2021, 22:41 (GMT) |
Fix T84684: Undo operators not working Mistake in 2771dfd5632a. The commit left the new editors operator registration in `ed_util_ops.c`, but removed the function call to it. In other words, the ED-utils operators were not registered. |
Revision 7316962 by Julian Eisel January 13, 2021, 22:39 (GMT) |
Fix T84684: Undo operators not working Mistake in 2771dfd5632a. The commit left the new editors operator registration in `ed_util_ops.c`, but removed the function call to it. In other words, the ED-utils operators were not registered. |
Revision b6aa8da by Nicholas Rishel January 13, 2021, 22:07 (GMT) |
Fix T84645 cursor moves when clicking selector. The absolute position desktop mapping has been corrected. The correct mapping is 0-65535 inclusive. Additionally, division by the virtual desktop width and height needed to be subtracted by 1 as width and height are one more than the final pixel index. |
Revision c4c2c4b by Hans Goudey January 13, 2021, 20:33 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision cf9709f by Hans Goudey January 13, 2021, 20:33 (GMT) |
Fix T84686: Node vector socket default values not animate-able {rB1d3b92bdeabc} disabled animating other properties of the socket default values, like the "min" and "max" properties, as well as the "default_value" of the "default_value". That naming confusion lead to the commit inadvertently removing animation for the vector socket in RNA. I checked that the other socket types don't have the same issue. |
Revision 21b9231 by Brecht Van Lommel January 13, 2021, 17:24 (GMT) |
Transform: geodesic distances for proportional edit connected mode Use approximate geodesic distance computatiom that crosses through triangles rather than only along edges. Using only edges would give artifacts already on a simple grid. Fixes T78752, T35590, T43393, T53602 Differential Revision: https://developer.blender.org/D10068 |
Revision 00b2c7c by Hans Goudey January 13, 2021, 17:21 (GMT) |
Merge branch 'blender-v2.92-release' |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021