July 8, 2020, 09:14 (GMT) |
Fix report logging - do not return NULL from BKE_reports_sprintf, it is too hard to handle memory free-ing - fix: convert clog info to verbose |
July 8, 2020, 09:11 (GMT) |
Merge branch 'master' into greasepencil-object |
July 8, 2020, 09:11 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 8, 2020, 09:10 (GMT) |
Merge branch 'master' into temp-gpencil-mat-masking |
July 8, 2020, 09:01 (GMT) |
Merge branch 'master' into asset-metadata |
July 8, 2020, 08:45 (GMT) |
Add verbose log severity - it is common practice to have separated info and verbose log - verbose log is always with code - convert LOG_INFO with level higher than 1 to LOG_VERBOSE |
July 8, 2020, 08:16 (GMT) |
Cleanup: fix comment |
July 8, 2020, 08:06 (GMT) |
Apply Modifier: support applying as shape key and keeping the modifier. This can be useful to save the result of a cloth simulation as a shape key without destroying the simulation, so it's possible to e.g. re-run it to get other shapes, or simply use the new shape key to start the simulation already in a draped state. It also makes sense to allow applying as shape key even when the mesh is shared, because the operation itself just adds a shape key. To support this, split the apply operator into Apply and Apply As Shapekey so that they can have different poll callbacks. Differential Revision: https://developer.blender.org/D8173 |
July 8, 2020, 07:31 (GMT) |
Merge branch 'master' into soc-2020-info-editor |
July 8, 2020, 01:46 (GMT) |
Merge branch 'master' into active-fcurve-keyframe |
July 8, 2020, 00:15 (GMT) |
Fix T78324: Different Sky Texture results between CPU and GPU The problem here was numerical precision: The code calculates the angle between sun and view direction, and the usual acos(dot(a, b)) approach for that has poor numerical performance for almost parallel angles. As a result, the generally tiny difference between floating point computation between CPU and GPU was enough to make the sun vanish at different radii, causing different results. The new version fixes the difference by making the computation much more robust on both platforms. |
July 7, 2020, 19:27 (GMT) |
Property Search: Properly filter box buttons |
July 7, 2020, 18:53 (GMT) |
Merge branch 'master' into active-fcurve-keyframe |
July 7, 2020, 18:44 (GMT) |
Property Search: Apply filter to operator buttons |
July 7, 2020, 18:32 (GMT) |
BLI: simplify copy constructor of Array |
July 7, 2020, 18:29 (GMT) |
Cleanup: don't end description with a '.' |
July 7, 2020, 18:27 (GMT) |
Cleanup: fix typo |
July 7, 2020, 17:55 (GMT) |
Property Search: Move button tagging to separate function |
July 7, 2020, 17:46 (GMT) |
Functions: cleanup loop that traverses the MFNetwork |
July 7, 2020, 17:45 (GMT) |
Merge branch 'master' into soc-2020-io-performance |
|
|
|


Master Commits
MiikaHweb | 2003-2021