Revision e21ae0b by Brecht Van Lommel February 6, 2019, 14:22 (GMT) |
Merge branch 'blender2.7' |
February 6, 2019, 14:18 (GMT) |
Cycles: animation denoising support in the kernel. This is the internal implementation, not available from the API or interface yet. The algorithm takes into account past and future frames, both to get more coherent animation and reduce noise. Ref D3889. |
February 6, 2019, 14:18 (GMT) |
February 6, 2019, 14:18 (GMT) |
Cycles: prefilter feature passes separate from denoising. Prefiltering of feature passes will happen during rendering, which can then be used for denoising immediately or written as a render pass for later (animation) denoising. The number of denoising data passes written is reduced because of this, leaving out the feature variance passes. The passes are now Normal, Albedo, Depth, Shadowing, Variance and Intensity. Ref D3889. |
Revision e829246 by Campbell Barton February 6, 2019, 13:07 (GMT) |
DRW: Support edit-metaball clipping |
Revision 3e6ebdd by Campbell Barton February 6, 2019, 12:25 (GMT) |
DRW: Support edit-curve clipping |
Revision fea5e1d by Clément Foucault February 6, 2019, 11:16 (GMT) |
Fix T57342: Crash on render with workbench render engine via command line |
Revision 4547815 by Jacques Lucke February 6, 2019, 11:05 (GMT) |
Cleanup: Remove deprecated ghosting code Most of this code is deprecated for many years already and does not work at all in Blender 2.8. Reviewers: brecht, aligorith Differential Revision: https://developer.blender.org/D4271 |
Revision 6202bc8 by Jacques Lucke February 6, 2019, 10:49 (GMT) |
Fix T60935: More numerically stable distance to ray computation The old function was numerically very unstable for 2 reasons: computing the square and then subtracting the results. In the example in T60935 all precision was lost and it returned the distance 0 for all points. I also removed the `depth` parameter since it wasn't used and computing it would have made the code more complicated. Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D4308 |
Revision f7613cf by Campbell Barton February 6, 2019, 10:39 (GMT) |
UI: tweak header position button Be less prominent. |
Revision afd4bf8 by Campbell Barton February 6, 2019, 10:20 (GMT) |
Fix T61136: Header alignment preference has no effect Users expect this to apply to existing files, adjust this to apply on load, defaults to off. |
Revision 18e6781 by Sergey Sharybin February 6, 2019, 09:48 (GMT) |
Clip editor: Fix drawing metadata for RGBA images Need to disable blending prior to drawing metadata. Otherwise text will be drawn on a transparent background. |
Revision f3cc636 by Sergey Sharybin February 6, 2019, 09:12 (GMT) |
Cleanup: Spelling in comment |
Revision a6ef823 by Sergey Sharybin February 6, 2019, 09:12 (GMT) |
Fix T61124: Lag on physics simulation Need to synchronize simulated frame back to original object. Solves the lag during transformation, but amount of floppyness is lower for some reason. Final animated object behaves the same as in older Blender though. |
Revision b294600 by Philipp Oeser February 6, 2019, 08:46 (GMT) |
Fix T61051: crash with multi-object mixed mode snapping rBec3357e03ab1 introduced multi-object snapping. Seems like this was done without mixed-mode selections in mind. So code assumed that all selected objects are actually armatures [which can fail]. In 2.7 this was not a problem, because code only took active object into account, 2.8 was iterating over all selected_editable_objects. Now just iterate over objects in posemode instead Reviewers: brecht, dfelinto Maniphest Tasks: T61051 Differential Revision: https://developer.blender.org/D4287 |
Revision 2d5e2de by Campbell Barton February 6, 2019, 07:18 (GMT) |
Cleanup: remove unused toolbox delay preferences |
Revision ed53c8e by Campbell Barton February 6, 2019, 07:15 (GMT) |
Cleanup: use '_pad' prefix for padding vars |
Revision 48a36ff by Campbell Barton February 6, 2019, 04:52 (GMT) |
Cleanup: manually apply changes missed last commit Automatic edits failed for indented comment blocks, removed indentation & adjusted. |
Revision eef4077 by Campbell Barton February 6, 2019, 04:45 (GMT) |
Cleanup: remove redundant doxygen file argument Move ingroup onto same line to be more compact and make it clear the file is in the group. |
Revision 1085c2c by Campbell Barton February 6, 2019, 04:02 (GMT) |
Doxygen: don't warn on undocumented params We don't attempt to have docs for all args, so don't warn about this. |
|
|
|


Master Commits
MiikaHweb | 2003-2021