July 6, 2018, 08:17 (GMT) |
Cleanup: strip trailing space for cycles |
July 6, 2018, 08:16 (GMT) |
Cycles: missed when renaming updated RNA |
July 6, 2018, 08:10 (GMT) |
Merge branch 'master' into 28 |
July 6, 2018, 08:05 (GMT) |
Empty Object: Center images by default |
July 6, 2018, 08:01 (GMT) |
Fix typo in empty image drawing |
Revision b5dfb62 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2018, 07:30 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/makesrna/intern/rna_gpencil.c |
Revision 36cfc9e by Erik Englesson (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) July 6, 2018, 07:20 (GMT) |
Cycles: First iteration on split traversal This makes it possible to sample and evaluate several lights in a single tree traversal. Should sample highly specular lights better too. Can only be used in branched path tracing. This commit contains the following: * GUI for setting the splitting threshold * Recursive split traversal - Split method based on solid angle and BSDF peak - At leafs the path radiance is accumulated to L - Have created a simplified GGX eval that is not currently being used. * Refactor of common code This is in development. |
July 6, 2018, 07:10 (GMT) |
Fix image drag and drop - Dropping now creates empty images w/o holding Ctrl. - Dropping background images works when cursor over camera. |
Revision ca3cd8f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 6, 2018, 06:46 (GMT) |
New Shader FX implementation This is the new implementation of the old VFX modifiers. - All the BKE functions have been separated in new module and a new listbase was added to Object struct. Now the modifiers and the new shader FX are totally separated. - Added a new section in properties panel for FX. ToDo: New Icon. - Drawing methods improved aand new Rim and Colorize FX created. Some functions and code (glsl and DRW_*) could be shared by other modules in the future, but as today only grease pencil is using it and the logic depend of the drawing engine, we decided to keep inside the GPencil drawing engine. |
July 6, 2018, 06:04 (GMT) |
Disable addons which haven't been updated Gave noisy warnings on startup. |
July 6, 2018, 05:56 (GMT) |
Merge branch 'master' into blender2.8 |
July 6, 2018, 05:55 (GMT) |
BKE_addons: utility to remove by name |
July 6, 2018, 03:38 (GMT) |
Further tweaks to drawing of non-selected graph editor keyframes The previous commit only solves the problem when using the default theme using factory settings. For previously saved themes, there could still be problems, as the alpha values were still 0. This commit improves the logic here so that while keyframe points on unselected F-Curves will still get faded out (to not stick out too much from the curves they live on), but the effect will not be as pronounced (i.e. the points will stay visible all the time). |
July 6, 2018, 03:15 (GMT) |
Fix T55777: Non-selected keys in Graph Editor are invisible Restore theem setting default for Graph Editor's vertex, with default alpha set to 1.0. The alpha value here needs to be non-zero, as the alpha values currently get used when drawing verts. |
July 6, 2018, 03:01 (GMT) |
Fix T55775: Crash when select keyframe on object channels in Timeline editor |
July 5, 2018, 20:56 (GMT) |
Cleanup: flag checks |
July 5, 2018, 20:50 (GMT) |
Merge branch 'master' into blender2.8 |
July 5, 2018, 20:49 (GMT) |
Cleanup: flag checks |
July 5, 2018, 20:46 (GMT) |
Merge branch 'master' into blender2.8 |
July 5, 2018, 20:25 (GMT) |
RNA: correct callback type Missed when changing callbacks from int to bool type. |
|
|
|


Master Commits
MiikaHweb | 2003-2021