June 11, 2020, 10:23 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
June 11, 2020, 10:22 (GMT) |
GPencil: Convert from curve to stroke in update_geometry Call the function BKE_gpencil_stroke_update_geometry_from_editcurve in BKE_gpencil_stroke_geometry_update and force an update when curve handles change position in RNA. |
June 11, 2020, 10:19 (GMT) |
GPencil: Add function to convert curve to stroke This BKE takes the current editcurve of a stroke, then samples a number of points on the curve and writes these points back to the stroke points. |
Revision 1b85622 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 11, 2020, 10:02 (GMT) |
LANPR: object_foreach_id() now takes care of target reference too. |
June 11, 2020, 10:01 (GMT) |
Fix bad poll function for constraints in liboverrides. |
Revision 15e6f90 by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 11, 2020, 09:55 (GMT) |
Merge branch 'master' into asset-uuid |
Revision 0b6def7 by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 11, 2020, 09:54 (GMT) |
Fixes for changes in master |
June 11, 2020, 09:44 (GMT) |
Merge branch 'master' into newboolean |
June 11, 2020, 09:41 (GMT) |
Format previous commit. |
June 11, 2020, 09:21 (GMT) |
BLI: fix printing name in print_stats methods of Map, Set and VectorSet |
June 11, 2020, 09:02 (GMT) |
Fix T69497: Color Correction node ignores mask in certain cases Happens when some of the color correction terms are mathematically undefined: foe example, when pow() is to be calculated and the X argument is negative. There is no ground-truth result in such cases, so ignore such terms entirely. This is a generalization of D6696 from Jacques. Differential Revision: https://developer.blender.org/D7966 |
June 11, 2020, 08:48 (GMT) |
BLI: make Map::Item and Map::MutableItem more accessible This makes it easier to write range-for loops over all items in the map without using auto. |
June 11, 2020, 08:43 (GMT) |
Merge branch 'master' into greasepencil-object |
June 11, 2020, 08:43 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
Revision a8b24ca by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 11, 2020, 08:13 (GMT) |
Merge branch 'master' into asset-uuid |
Revision 56b345a by Antonio Vazquez (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 07:34 (GMT) |
GPencil: Fix unreported error in Dots Strokes material initialization The materials was not initializated in the right mode. |
Revision 404c3ad by Antonio Vazquez (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 07:34 (GMT) |
GPencil: Fix unreported Shift+F OPacity key not working This wa snot working since the new scale thickness was included. |
June 11, 2020, 07:24 (GMT) |
Fix T77171: File selector doesn't tag preferences to be saved |
Revision 9d5e5e2 by Sebastian Parborg / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels, tmp-T80603) June 11, 2020, 06:37 (GMT) |
Calculate epsilon values for interp_weights_poly to improve accuracy interp_weights_poly_v2 would have too large epsilon values for small polygons. To solve this we now calculate the appropriate epsilon value so it can gracefully handle big and small values. To make sure there was no regression, these changes were tested with the files in T36105, T31581. Also with a surface deform modifier test file attached in the differential below. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D7772 |
June 11, 2020, 06:36 (GMT) |
Sequencer: view toggle no longer cycles over SEQUENCER_PREVIEW state - Remove the operator, use a generic operator instead. - Switch between PREVIEW/SEQUENCER as the mixed state isn't as useful. - Add menu item to make the shortcut discoverable. - Remove unused & broken "View Type" menu. |
|
|
|


Master Commits
MiikaHweb | 2003-2021