April 29, 2021, 14:25 (GMT) |
Merge branch 'blender-v2.93-release' |
April 29, 2021, 14:24 (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 29, 2021, 14:22 (GMT) |
Fix build error after recent changes to CPU name detection |
April 29, 2021, 14:17 (GMT) |
Merge branch 'master' into greasepencil-object |
April 29, 2021, 14:17 (GMT) |
LineArt: Fix memory leaking issue in threaded loading. |
April 29, 2021, 14:05 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
April 29, 2021, 14:04 (GMT) |
Cleanup: Use BLI_findindex instead of loop |
April 29, 2021, 14:00 (GMT) |
GPencil: Fix merge issues |
April 29, 2021, 14:00 (GMT) |
Merge branch 'blender-v2.93-release' |
April 29, 2021, 13:58 (GMT) |
Fix: missing AO factor from Cyclest Fast GI panel The AO distance was already there, but I forgot the factor also has an impact on this. |
April 29, 2021, 13:58 (GMT) |
Fix ASAN warnings with Cycles OSL |
April 29, 2021, 13:58 (GMT) |
April 29, 2021, 13:58 (GMT) |
Cleanup: removed unnecessary multiplications in area light importance sampling Differential Revision: https://developer.blender.org/D11114 |
April 29, 2021, 13:58 (GMT) |
Fix T87686: Cycles persistent data not updating correctly with hair |
April 29, 2021, 13:58 (GMT) |
Fix missing Cycles CPU name for Arm processors |
April 29, 2021, 13:58 (GMT) |
April 29, 2021, 13:57 (GMT) |
Merge branch 'blender-v2.93-release' |
April 29, 2021, 13:53 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type Conflicts: source/blender/gpencil_modifiers/intern/MOD_gpenciloffset.c |
April 29, 2021, 13:49 (GMT) |
Merge branch 'master' into greasepencil-object |
April 29, 2021, 13:45 (GMT) |
Gpencil Offset Modifier - Add randomize offset options This patch adds the Randomize options that exist in the Array modifier to the offset modifier. Currently the patch uses ``` BLI_findindex(&gpf->strokes, gps); ``` to get the index of the current stroke for making each stroke a different seed value. This is how the noise modifier also gets the stroke seed value and it is noted there as well that this method is slow, and should be fixed in the future with another method of getting the stroke index. Other methods were explored such as using the total number of points of the stroke, but that makes the randomize options incompatible with other modifiers before it such as Multiple Strokes, Array, Build, and Simplify. {F9591325} Differential Revision: https://developer.blender.org/D10171 |
|
|
|


Master Commits
MiikaHweb | 2003-2021