Revision 998a9a0 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2018, 10:46 (GMT) |
Remove Grease Pencil Color Picker This operator has been replaced by the new preview system. |
Revision cb01afc by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2018, 10:17 (GMT) |
Update previews when change material Also split rna update for grease pencil parameters |
Revision abab039 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2018, 09:13 (GMT) |
Fix grease pencil cache update problems when change material properties Since commit f84956738ba4e97f30553a675b643f6648afce1d 6/07/2018 12:33, the update of the materials was not working because depsgraph only update the current ID and not all related. This fix the issue but need a review. @aligorith Could you take a look and check if this is the best solution, I'm not sure about the fix, maybe we could add a relationship between material and datablock when create a new material. |
Revision 2d90ef8 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2018, 08:05 (GMT) |
Fix merge error and remove old code This file was wrong from a previous merge and still had code about grease pencil modifiers that was not deleted when the GP modifiers were splitted. |
Revision 122c375 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 14, 2018, 07:42 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/editors/object/object_modifier.c |
Revision 915b63c by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 18:12 (GMT) |
WIP: Define a new preview blend file for grease pencil The blend file is only a copy of old file. Put only as placeholder. |
Revision 27628fa by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 15:05 (GMT) |
Merge branch 'npr_tess' of https://github.com/DarkDefender/blender into soc-2018-npr-tess-modifier |
Revision 8dbc128 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 15:05 (GMT) |
Modify code to standard api and style |
Revision ad60c90 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 13:51 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision ff4833a by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 13, 2018, 11:47 (GMT) |
Cycles: Bug fixes - Stopping recursive tree traversal if negative PDFs are encountered. - accum_light_tree_contribution() now takes a scale factor as input which is passed through to accum_light_contribution - light_bvh_sample now changes randu. This is similar to the other *_sample functions. This fixed a bug where recursive traversal with no splitting gave a different result compared to just using light_sample. |
Revision 0db119a by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 13, 2018, 11:44 (GMT) |
Cycles: Updated SAOH with regularization factor This factor penalizes thin bounding boxes in the tree construction. |
Revision 8a0ff32 by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 13, 2018, 11:41 (GMT) |
Cycles: Updated cone aggregation and measure The paper provided a way to merge two bounding cones and an updated version of the cone measure. |
Revision 260b2e9 by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 13, 2018, 11:33 (GMT) |
Cycles: Updated the importance metric The new paper provides an updated importance metric which is now implemented. Also, a bug in the index used for background lights in the MIS calculations have been fixed. Technical details: - The new importance metric depends on the normal at the shading point. The MIS calculations have been changed accordingly. - The uncertainty angle was described in the paper and is now implemented. - In the implementation details section of the paper they mention that they limit the distance if splitting is disabled. This is implemented too. |
Revision 2d6e1dd by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 13, 2018, 11:30 (GMT) |
Cycles: Updated rescaling of random numbers The new paper describes how they rescale the random numbers in the tree traversal. We do the same now. |
Revision c6bd7a9 by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 13, 2018, 11:21 (GMT) |
Cycles: Updated the split heuristic The split heuristic is now based on the new paper instead of the abstract/slides from 2017. |
Revision 1471c5a by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 10:29 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 46453b1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 08:33 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 5432109 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 08:33 (GMT) |
Move depsgraph tag after brush creation If the brush was created, the tag was not working because it was done before the brush was available. |
Revision 3808776 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 08:28 (GMT) |
Move Overlay options to View3DOverlay It's better to keep all overlays in the same RNA. |
July 13, 2018, 08:27 (GMT) |
fix for smoke guiding and some cleanup |
|