July 19, 2019, 04:17 (GMT) |
Outliner: Show menu when clicking on aggregated iconrow icons This is still a work in progress. The code needs to be better and the behavior could use some improvement. It works okay for now though. |
July 19, 2019, 04:15 (GMT) |
Outliner: Rename tree element flag Renamed from MULTI to MERGED now that I see the real name in the code |
Revision 69c8d31 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 20:24 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 69218e4 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 20:23 (GMT) |
GPencil: Remove old comments |
July 18, 2019, 20:20 (GMT) |
Merge branch 'master' into fluid-mantaflow |
July 18, 2019, 19:23 (GMT) |
Add Alpha output to the Vertex Color node. EEVEE only. |
Revision b055707 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 18:50 (GMT) |
GPencil: Testing idea for changing weights when opacity factor is greater than 1.0 |
Revision 3f4e87e by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 18:25 (GMT) |
GPencil: Clamp weight in Opacity modifier for Material mode If the value is not clamped, the opacity gets wild values. |
Revision 092f9ea by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 18:22 (GMT) |
GPencil: Apply opacity only to vertex with weights |
July 18, 2019, 17:54 (GMT) |
Merge branch 'master' into soc-2019-outliner |
July 18, 2019, 17:53 (GMT) |
Outliner: Draw highlights for icons in row This draws icon highlights when the row icons are hovered. |
Revision 8fc1be0 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 17:52 (GMT) |
GPencil: Fix unreported error in Brush option panel The options of the material are from object material not pinned material. If the brush is pinned, the material must be the brush material and not the object material. |
July 18, 2019, 17:50 (GMT) |
Outliner: Fix find item at x Now that the icons are displayed for the entire subtree, the condition to not look past the cursor X position caused errors. Removed and the function behaves as expected. |
Revision 2cef81a by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 17:38 (GMT) |
GPencil: Modify opacity modifier to use weights inverted It's more logic consider the no weight as opaque and the weight to transparent. Also fixed some small issues. |
Revision 71eda41 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 16:07 (GMT) |
GPencil: Fix error when apply material in Opacity/Hue and Tint |
Revision 35af94c by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 16:07 (GMT) |
GPencil: New Strength mode for Opacity modifier Now it's possible to determine the opacity by Material (default) or by point Strength. This new mode is required to get some effects using weight data. |
Revision 8bfa7e1 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 16:03 (GMT) |
GPencil: Fix error with evaluated colors after changing evaluation to depsgraph The temporary colors were not copied when the derived frame was created. The color must be copied in evaluation, not in draw manager because this replace any modifier change. |
Revision 9a965af by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 15:34 (GMT) |
move offset handlers to separate file |
Revision 49d2d8b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 15:18 (GMT) |
add timer |
Revision 10c8174 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 15:16 (GMT) |
splitup remainings of core.hpp |
|