Revision ed10ebb by Brecht Van Lommel / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Fix ASAN warnings with Cycles OSL |
Revision 9756e41 by Brecht Van Lommel / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
May 1, 2021, 08:12 (GMT) |
Cleanup: removed unnecessary multiplications in area light importance sampling Differential Revision: https://developer.blender.org/D11114 |
Revision 9a2f8b8 by Brecht Van Lommel / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Fix T87686: Cycles persistent data not updating correctly with hair |
Revision 4bfbe8c by Christian Baars / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Revision 43da128 by Antonio Vazquez / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Cleanup: Use BLI_findindex instead of loop |
Revision e76b6d1 by Brecht Van Lommel / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Fix build error after recent changes to CPU name detection |
Revision 01e9847 by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Fix T87779: Asymmetric position vertices in circles primitives. Incrementing a floating point value in a loop resulted in the vertex locations for circles in primitives being slightly asymmetric. |
April 30, 2021, 19:52 (GMT) |
GPencil: Add initial bezier freehand drawing |
April 30, 2021, 19:01 (GMT) |
Merge branch 'master' into cycles_texture_cache |
April 30, 2021, 18:59 (GMT) |
Refactor of texture cache, now texture handles are being stored in device tex memory. |
April 30, 2021, 18:35 (GMT) |
Fix crash when dragging emtpy into the 3D View |
April 30, 2021, 17:34 (GMT) |
Cleanup: Apply clang |
April 30, 2021, 17:30 (GMT) |
GPencil: Remove curve refitting in BKE geom update Use (renamed) `BKE_gpencil_stroke_refit_curve` to do the refitting, because passing the paramters of the fitting function through the `gpd` was not a good solution. Now this function must be called before the `BKE_gpencil_stroke_geometry_update` separately. |
April 30, 2021, 16:19 (GMT) |
Cleanup: compiler warnings |
April 30, 2021, 15:40 (GMT) |
GPencil: Move Curve Fit parameters to Toolsettings UI is provisional. |
April 30, 2021, 15:37 (GMT) |
Cycles: use CUDA toolkit 11.3 for buildbot in cycles-x branch |
April 30, 2021, 15:34 (GMT) |
Cycles: add initial specialization of svm_eval_nodes To leave out shaders nodes from rendering kernels where they are known to be unused. Reduces GPU render time between 3-12% depending on the scene in our tests. Differential Revision: https://developer.blender.org/D11131 |
April 30, 2021, 14:53 (GMT) |
LineArt: In front and stroke order when adding. |
April 30, 2021, 14:32 (GMT) |
LineArt: Remove default in-front (from a merge). |
|