Blender Git Commits

Blender Git commits from all branches.

Page: 1736 / 2888

June 30, 2017, 13:39 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 30, 2017, 13:34 (GMT)
Fix T51936: Show draw strokes since first stroke

The drawing stroke must not be related to cache drawing because only one stroke is done at time.
June 30, 2017, 12:41 (GMT)
Minimize Alpha stroke issue

Here we need is OIT (Order Independant Transparency) which is still an open issue in the realtime field (and also for Eevee). The best OIT method I know of is somewhat complex and not very precise (still not 1:1 with the ordered version). It involves more framebuffers and performance cost.

I may need to implement that in the draw manager in the future so that all engines can use it.

Thanks to Clement Foucault for the support provided.
June 30, 2017, 10:55 (GMT)
added the weight to paint converter as option in paint in verte xpainting and weight in weight painting
June 29, 2017, 14:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 29, 2017, 12:42 (GMT)
added guards in pointcache read/write functions

if we want to use ptcache format for liquids, first make sure not to access smoke fields.
June 29, 2017, 09:04 (GMT)
removed the redundant code
June 29, 2017, 08:33 (GMT)
added weight to vertex paint converter
June 28, 2017, 12:05 (GMT)
Quick fix for huge preview button in topbar
June 28, 2017, 11:15 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 28, 2017, 11:12 (GMT)
Show edit points only for active object

The GP edit points are only visible for the active object, as defined in 2.8 for mesh editing, to keep UI consistency.

Before 2.8 version the edit points were visible for all objects sharing same datablock.
June 28, 2017, 08:40 (GMT)
Fix error when edit datablock used in several objects

When edit the datablock got segment fault.

Now a new hash is used to determine if the object was duplicated. This hash speed up drawing process too.
June 27, 2017, 18:23 (GMT)
cleanup in FLUID class
June 27, 2017, 15:43 (GMT)
Cleanup: Improve debug messages
June 27, 2017, 14:52 (GMT)
Cleanup: Remove unused uniform
June 27, 2017, 13:08 (GMT)
Merge branch 'master' into soc-2017-normal-tools

Conflicts:
source/blender/python/intern/bpy_props.c
June 27, 2017, 11:02 (GMT)
Initialize index fields for shgroups
June 27, 2017, 10:43 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 27, 2017, 10:39 (GMT)
Fix error in GP modes for undo

When undo the special gp modes did not work.
June 27, 2017, 10:05 (GMT)
Avoid load files with gp modes enabled

The new files must be loaded in Object mode and not in special grease pencil modes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021