June 25, 2019, 12:26 (GMT) |
Cloth: initial steps towards collapse edges |
Revision d6eeb65 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 09:43 (GMT) |
LANPR: all the if() statements now use {} brackets. |
Revision 52e35cd by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 09:26 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 47d04c4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 08:54 (GMT) |
LANPR: Added collection target and related options. |
Revision 5a4dd8f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 08:21 (GMT) |
LANPR: make format |
Revision ce48510 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 08:18 (GMT) |
LANPR: Added collection tab and put collection specific LANPR settings in it. |
Revision c10f834 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 06:33 (GMT) |
GPENCIL: Prevent sampling from crashing. Need a new implementation to calculate acturate segment count. |
Revision abecf82 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 06:04 (GMT) |
GPENCIL: removed weights sample. Needs new implementaion. |
Revision be138d3 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 05:44 (GMT) |
LANPR: target GP material selection working |
Revision c0aae83 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 05:25 (GMT) |
LANPR: red-out modifier name when target is not set. |
Revision d0ea6e3 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 05:24 (GMT) |
LANPR: filter GP targets only. |
Revision 185d319 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 04:39 (GMT) |
LANPR: Comment changed into C style. |
Revision 419837b by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 25, 2019, 04:15 (GMT) |
Merge branch 'master' into soc-2019-npr |
June 25, 2019, 02:23 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 25, 2019, 02:16 (GMT) |
Outliner: Redo synced selection dirty outliner implementation The previous implementation assumed each selection type was identical and synced each outliner with the 3D view. This had flaws because hidden objects can be selected in the outliner, and it would be impossible to know whether or not to keep them selected when syncing. To work around that and other cases, this implementation does two things: 1. After any 3D view selection, sync selection flags with an outliner. After syncing, a clean outliner is stored. Then the other outliners are marked as dirty, to be synced from the clean outliner. 2. After an outliner select, that outliner is set as clean and the other outliners are marked as dirty to be synced from. More work is needed to support all outliner selection operations, as well as properly supporting extending selections from the 3D view. However, the underlying code for selection syncing should now support the edge cases that the other implementation failed to support. |
June 24, 2019, 20:56 (GMT) |
Define distance function in terms of len |
June 24, 2019, 19:58 (GMT) |
Reduce voronoi smoothing kernel size. Seven steps is too much for higher dimensions. |
Revision da44a02 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 24, 2019, 19:22 (GMT) |
The first pixels pushed to Windows Mixed Reality HMDs! Just a clear call for now, so all you see is a blue world. This blue "world" is however drawn by Blender! Also fixes use after destruction of compositor layer data. |
June 24, 2019, 16:42 (GMT) |
Merge remote-tracking branch 'origin' into soc-2019-cycles-procedural |
June 24, 2019, 16:37 (GMT) |
Refactor voronoi SVM code |
|