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 ae8f78d by Brecht Van Lommel / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (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. |
Revision a5a2dfd by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Fix T87808: Connected proportional editing includes hidden geometry Regression in 21b9231d7f5a248027c32dcc7daab3318390c20f |
Revision 821671f by Antonio Vazquez / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (GMT) |
Cleanup: Add float format |
May 1, 2021, 08:12 (GMT) |
Function: add method to create shallow copy of virtual array Creating a shallow copy is sometimes useful to get a unique ptr for a virtual array when one only has a reference. It shouldn't be used usually, but sometimes its the fastest way to do correct ownership handling. |
May 1, 2021, 08:12 (GMT) |
Correction to own previous commit: Add missing break Small mistake in 88400f0c03a9. Not having this break would be harmless, but we can avoid some unnecessary work with it. |
May 1, 2021, 08:12 (GMT) |
LineArt: Conditional ui for adding line art. |
Revision 6b90093 by Cody Winchester / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) May 1, 2021, 08:12 (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 |
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). |
April 29, 2021, 14:17 (GMT) |
LineArt: Fix memory leaking issue in threaded loading. |
April 29, 2021, 13:26 (GMT) |
Lineart: Cache toggle for baking operators. |
April 29, 2021, 13:18 (GMT) |
LineArt: Cache/Non-cache toggle for modifier stack. |
April 29, 2021, 13:04 (GMT) |
LineArt: UI grey out for cache mode. |
April 29, 2021, 11:37 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
April 27, 2021, 03:26 (GMT) |
LineArt: Fix incorrect fov when sensor fit is not Auto. |
April 27, 2021, 02:56 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
April 26, 2021, 07:20 (GMT) |
LineArt: Offset strokes instead of In Front. |
April 26, 2021, 06:02 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
April 22, 2021, 03:45 (GMT) |
LineArt: Global overrides for cached calculation. |
|