Revision 00bde85 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 10:59 (GMT) |
more comments on api |
July 1, 2019, 10:47 (GMT) |
PaintingModes: Facemask Wireframe Drawing The wireframe drawing for face masks is intrusive as selected wires were solid white and always drawn. This made it hard for users to see the exact color near edges. This patch draws only the border of the selected faces, edges between two selected faces are not drawn at all. Reviewed By: brecht, fclem Differential Revision: https://developer.blender.org/D5147 |
July 1, 2019, 10:42 (GMT) |
Fix T65798: Incorrect auto-tex space for Curves There are several aspects to the fix: - Always calculate bounding box for meshes and curves from dependency graph evaluation function. There is a reason why mesh was tagged for geometry update, so can not be spare here in attempts to avoid calculation. - Remove texture space evaluation from RNA accessor. Such data is to be evaluated by a dependency graph. Don't see a reason to be different here: we never force evaluation of any kind from RNA. - Copy bounding box and texture space to original object for active dependency graph. This matches object-level bounding box and allows to remove bounding box evaluation from RNA. |
Revision ac57332 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 10:42 (GMT) |
access current simulation time through accessor |
Revision eb2da8b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 10:39 (GMT) |
improve attribute interface |
July 1, 2019, 10:31 (GMT) |
Fix T66267: only add DEG cloth collision relations if collisions are enabled was detecting unneccessary dependency cycle Reviewers: sergey, brecht Maniphest Tasks: T66267 Differential Revision: https://developer.blender.org/D5160 |
July 1, 2019, 10:20 (GMT) |
GPencil: Add monochromatic alpha estimation for blend layers |
Revision 6f069a0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 10:20 (GMT) |
new integrator interface |
July 1, 2019, 10:17 (GMT) |
Fix T66297: Blender on macOS does not open on case-sensitive file system |
Revision 4bdc04e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 10:12 (GMT) |
comment particle system api |
Revision 37c0e0e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 09:42 (GMT) |
cleanup: separate declarations from implementations |
Revision 563b784 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 1, 2019, 09:33 (GMT) |
LANPR: make format |
July 1, 2019, 09:31 (GMT) |
Fix T66283: Crash on redo/undo during playback |
Revision a8eb1d2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 09:24 (GMT) |
start cleaning up core.hpp |
Revision 1074150 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 1, 2019, 09:21 (GMT) |
LANPR: defaults in new line layers. |
Revision a083fb8 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 1, 2019, 09:16 (GMT) |
LANPR: Fixed line level error in engine self rendering. |
July 1, 2019, 09:14 (GMT) |
Fix T66279: Strip sound keeps playing after toggling to Camera Before this change using Sequencer input for the scene strip would permanently enable sound playing back for that strip. Going back to Camera would have been still playing sound from the strip, which is rather misleading since rest of the nested sequencer is not used. |
Revision 570f281 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 1, 2019, 09:13 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 585d6a5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 1, 2019, 09:08 (GMT) |
initial api for threading with thread local data This does look quite ugly so far, but it is still better than doing it manually every time. |
Revision e3b9dfd by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 1, 2019, 09:02 (GMT) |
LANPR: viewport auto update in LANPR line layer operators. |
|