June 26, 2019, 11:00 (GMT) |
Fix missing volume update via scene strip's settings This is a part of T66117. The entire sequencer+3d sound was never reliable, so this is as much as i can fix currently. |
Revision 333d82e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 10:52 (GMT) |
remove unused variable |
Revision 165580c by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 10:51 (GMT) |
Update attribute arrays based on which attributes are required |
Revision 9728f45 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 10:06 (GMT) |
particles container has responsibility to allocate attribute arrays again |
June 26, 2019, 10:03 (GMT) |
GPU: Add better support for displacement relinking behavior Previously displacement relinking was trying to be smart and seems to be broken in some cases. This fixes all cases by brute force. We copy the whole branch linked to the displacement socket and tag it accordingly. Then we only relink the nodes that are not tagged. Moreover, we bypass bump nodes inside the dispacement trees so that the resulting bump is the same as cycles. Fix T66000 EEVEE: Unexpected results when displacement interact with nodegroups |
June 26, 2019, 10:03 (GMT) |
Fix T65755 "In Front" (X-Ray) doesn't work with wire objects We fix by separating the drawing of wire xray objects. These wire objects gets drawn before normal wires and set the stencil to 0x0 just like the solid counterparts. Also a prepass is done to "dig" through non-xray solid. |
June 26, 2019, 09:55 (GMT) |
USD: only write timeSamples when we write animated data By using the default timecode USD won't even write a single `timeSample` for non-animated data. Instead, it writes it as non-timesampled. This makes the USD file more explicit of our intent, and allows for read-time optimisations. |
Revision 2d76735 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 09:41 (GMT) |
comment out unused variables |
Revision 6736ce6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 09:34 (GMT) |
Merge branch 'master' into functions |
Revision a400ce4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 09:02 (GMT) |
LANPR: collection GP target now working. |
June 26, 2019, 08:52 (GMT) |
Revert "Build script: Don't use external Pugi for OSL" The change did break compilation on default Ubuntu install for Stefan and on default CentOS install for myself. This reverts commit 64671e53d20c2a30c64b98c747b0e002218c3952. |
June 26, 2019, 08:51 (GMT) |
Fix T66132: Unable to move bone in special configuration Animation needs to wait for the sub-data datablock copy-on-write, but tagging that copy-on-write should not enforce animation evaluation. |
Revision 3fffd65 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 08:28 (GMT) |
LANPR: collection and object usage flags now effective. object flags overrides modifier. |
June 26, 2019, 08:21 (GMT) |
Fix T64796: Default Spacing Smear Brush To 3% Reviewers: brecht Differential Revision: https://developer.blender.org/D5129 |
Revision 0d0f380 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 07:32 (GMT) |
LANPR: Object usage flag is effective now. |
Revision a943a2e by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 07:20 (GMT) |
LANPR: move "usage" settings into struct ObjectLANPR. |
Revision fbbffc0 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 06:29 (GMT) |
LANPR: separate thresholds for image/geometry space chaining. |
Revision a4147ed by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 06:02 (GMT) |
LANPR: Fixed occlusion bugs in first-step chaining. |
Revision 85aa8ab by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 05:28 (GMT) |
LANPR: shaders now support main color/thickness. |
Revision c6f58fc by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 04:44 (GMT) |
Merge branch 'master' into soc-2019-npr |
|