Revision c6cda3c by Clément Foucault May 7, 2020, 21:33 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision e6dd29c by Clément Foucault May 7, 2020, 21:33 (GMT) |
Fix T75958 Overlay: Blender Crashes when selecting without Depth Picking |
Revision 933c721 by Clément Foucault May 7, 2020, 21:33 (GMT) |
Fix T76045 Gizmo: line_width does not work in latest version |
Revision 4d5af14 by Clément Foucault May 7, 2020, 21:33 (GMT) |
Fix T76393 Gizmo: Crash on assert(batch->program_in_use == 0) This also fix line width support for button2D shape batch |
Revision 04c04b6 by Brecht Van Lommel May 7, 2020, 20:06 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 05fafb0 by Brecht Van Lommel May 7, 2020, 20:02 (GMT) |
Fix T76510: Eevee OpenVDB render artifacts due to texture clamping |
Revision b5eeef8 by Germano Cavalcante May 7, 2020, 19:51 (GMT) |
Fix direction of the Gizmo Extrude adjustment axis The extrude adjustment gizmo reads the last constrained axis set. So it is important to keep the final value actually used. |
Revision 2f63e47 by Germano Cavalcante May 7, 2020, 19:51 (GMT) |
Fix T76504: Change in behavior of constraints orientation The Extrude operator, whose orientation is NORMAL, has undergone some seemingly accidental changes: - In 2.79 if you press the same key as the axis in constraint, it changes from Normal to No Contraint -> Global -> Normal and repeat this. - In 2.80 it changes from Normal to Local -> No Contraint -> Global -> Local and repeat this. This committee resumes the behavior of 2.79 |
Revision 5473f0c by Brecht Van Lommel May 7, 2020, 19:14 (GMT) |
Fix T76468: volume sequence render not using correct frame in renders Render datablocks were copying state from original datablocks, where the frame number and loaded volume grids were out of sync. |
Revision ab122c7 by Sebastián Barschkis May 7, 2020, 15:33 (GMT) |
Fluid: Use cached value for total time value The old time_total initialization was in trouble if scenes made use of a variable framelength (e.g. by animating the time scale parameter). |
Revision 6400f54 by Sebastián Barschkis May 7, 2020, 15:33 (GMT) |
Fix T76426: Mantaflow Liquid - Gravity not respecting Time Scale from domain. Removed timescale from conversion factor - factors should stay constant even if timescale changes. |
Revision b091895 by Bastien Montagne May 7, 2020, 14:54 (GMT) |
Refactor: libquery: Add NodeTree foreach_id support. |
Revision 95f8f32 by Bastien Montagne May 7, 2020, 14:49 (GMT) |
Refactor: libquery: Add Material foreach_id support. |
Revision 339c3e3 by Bastien Montagne May 7, 2020, 14:49 (GMT) |
Fix (unreported) mistake in argument passing. passing the address of the pointer instead of the pointer itself... |
Revision cb8a197 by Bastien Montagne May 7, 2020, 14:49 (GMT) |
Refactor: libquery: Add Mesh foreach_id support. |
Revision e39878b by Bastien Montagne May 7, 2020, 14:49 (GMT) |
Initial step to move libquery to IDTypeInfo. Part of T74960 (and hence T75724). This commit only adds the basics helper code, and alter some internal libquery code to use it. Porting each IDType to the new system will be done gradually from there, to allow better detection and handling of potential issues. Differential Revision: https://developer.blender.org/D7598 |
Revision c59c318 by Jacques Lucke May 7, 2020, 14:06 (GMT) |
Cleanup: sort includes |
Revision 82704ac by Campbell Barton May 7, 2020, 13:38 (GMT) |
UI: support context menu in menu search popup |
Revision daf10d1 by Campbell Barton May 7, 2020, 13:32 (GMT) |
Cleanup: split search menu separator argument into own function |
Revision 74c01af by Campbell Barton May 7, 2020, 13:32 (GMT) |
Cleanup: split button search callbacks into their own struct |
|
|
|


Master Commits
MiikaHweb | 2003-2021