Revision 1243299 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 10:28 (GMT) |
LANPR: Added collection properties. |
Revision 962a64a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 18, 2019, 10:03 (GMT) |
restructure simulation steps in solver |
Revision 5d08ae5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 18, 2019, 10:03 (GMT) |
Utility to convert SmallSet to SmallVector |
Revision dd856ee by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 18, 2019, 09:49 (GMT) |
Cleanup: reorder some functions |
Revision e8e94a6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 18, 2019, 09:46 (GMT) |
Allow emitters to emit into separate buffers |
Revision 3f0c51c by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 09:24 (GMT) |
GPencil: Basic stroke stencil to avoid alpha glitches Still not completed, but this commit fix the ugly artifacts in strokes with alpha when the stroke intersect itself. Now, the stroke only use the first pixel color and don't add blends. |
June 18, 2019, 09:14 (GMT) |
TexturePaint: Projection Edit Disable all overlays except the texture paint overlay. Add alpha to the resulting image buffer. Reviewed By: brecht Differential Revision: https://developer.blender.org/D4974 |
Revision 4adfa65 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 09:14 (GMT) |
Merge branch 'master' into greasepencil-object |
June 18, 2019, 09:10 (GMT) |
Compositor: File output node sockets When using RNA to alter the type of socket only the type was changed. the typeinfo was not updated. Internally the File Output Node used RNA to update the sockettype. making the socket invalid. When users save the file and reopened the typeinfo was used. Also the color of the node was determined via the typeinfo. Another thing that happened was that the socket conversion was ignored when empty node groups were present. The empty node groups were optimized away before the needed data conversion was determined. Reviewed By: brecht Differential Revision: https://developer.blender.org/D4938 |
June 18, 2019, 08:39 (GMT) |
OpenVDB modifier: Fixed path resolution |
Revision a4287db by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 08:22 (GMT) |
LANPR: Fix smooth contour modifier merge errors. |
Revision 1fb871e by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 08:09 (GMT) |
Merge remote-tracking branch 'DarkdefenderRepo/npr_tess' into soc-2019-npr |
Revision 14125d2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 18, 2019, 08:05 (GMT) |
minor emitter API improvement |
Revision 013c6d6 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 07:53 (GMT) |
LANPR:Added option to use the same style for different line types |
Revision 30b2db0 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 07:00 (GMT) |
LANPR: Add enable and auto update switches |
Revision 13cff0d by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 18, 2019, 05:36 (GMT) |
LANPR: Move main panel to render tab |
June 18, 2019, 04:54 (GMT) |
Merge branch 'soc-2019-outliner' of git.blender.org:blender into soc-2019-outliner |
June 18, 2019, 04:53 (GMT) |
Outliner: Sync selection state on sync selection toggle When turning on synced selection, sync the selection. Previously this required clicking in the outliner or doing a 3D view selection operation. |
June 18, 2019, 04:48 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 18, 2019, 04:35 (GMT) |
Outliner: Don't adjust horizontal scroll on show active The show active operator tried to scroll the outliner horizontally to show the active object. On wide outliners this caused a jittery redraw on mousemove. When the outliner was more narrow, repeating the operation also caused unexpected jittery redraws. |
|