Blender Git Commits

Blender Git commits from all branches.

Page: 1449 / 2888

July 20, 2018, 17:43 (GMT)
Fix segment fault with material previews

This fix solves the issue with multiple previews at the same time. Maybe there wll be a more general solutions in render preview module, but we need keep the system running.
July 20, 2018, 15:27 (GMT)
Fix render triangle size increment error.
July 20, 2018, 14:41 (GMT)
Fix fileread error again.
July 20, 2018, 14:26 (GMT)
Fix taper on segment_count==1 situation
July 20, 2018, 14:14 (GMT)
Fix detail reducing bugs
July 20, 2018, 13:06 (GMT)
Chain first level preview ok. Simplification have bugs.
July 20, 2018, 12:29 (GMT)
Cycles: Several emitters per leaf in light tree

This commits makes it possible for leaf nodes in the
light tree to have more than one emitter. This reduces
the maximum depth of the light tree which makes the
traversal of the tree faster but the sampling code
is slower if a leaf with several emitters is found.

Technical details:
-- If cost of splitting in build is larger than the
energy of the node then we create a leaf instead
of splitting.
-- Maximum emitters per leaf is now set to 64
-- During traversal if a leaf with several emitters
is found then we sample one of these based on
the importance of each emitter. This is calculated
on the fly and therefore a CDF generation without
dynamic allocation was implemented.
- Moved the distribution id to node id lookup from
light_distribution_pdf() to light_bvh_pdf().
July 20, 2018, 11:33 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 20, 2018, 09:53 (GMT)
Remove unedeed flag in notifier
July 20, 2018, 07:09 (GMT)
New version of Toolbar Icons
July 19, 2018, 19:21 (GMT)
Fix Paint mode icons
July 19, 2018, 18:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 19, 2018, 18:53 (GMT)
Fisrt try of new Toolbar icons (WIP)

Designed by Matias Mendiola

Still problems with Paint Toolbar
July 19, 2018, 15:44 (GMT)
Intersection chain now ok. (occlude level debug wait until tomorrow)
July 19, 2018, 14:33 (GMT)
Merge branch 'master' into cloth-improvements
July 19, 2018, 08:09 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 19, 2018, 07:50 (GMT)
Fixed not updating normal error. now all lines properly calculated.
July 19, 2018, 05:51 (GMT)
Fix occlusion error
July 18, 2018, 18:47 (GMT)
Tons of changes to fix GPU_* functions rename
July 18, 2018, 18:18 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/draw/intern/draw_cache.c
source/blender/editors/gpencil/drawgpencil.c
source/blender/editors/gpencil/gpencil_brush.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021