Blender Git Commits

Blender Git "temp-greasepencil-object-stacksplit" branch commits.

Page: 109 / 137

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 29, 2017, 14:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
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, 15:43 (GMT)
Cleanup: Improve debug messages
June 27, 2017, 14:52 (GMT)
Cleanup: Remove unused uniform
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.
June 26, 2017, 19:23 (GMT)
WIP: Draw only the shading groups of the object
June 26, 2017, 18:43 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 26, 2017, 18:23 (GMT)
WIP: Use new DRW_draw_pass_subset

This commit is not complete yet
June 26, 2017, 10:23 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 24, 2017, 10:27 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 24, 2017, 10:10 (GMT)
Cleanup: Add double cursor check inside function
June 24, 2017, 10:02 (GMT)
Move again some passes inside loop

This will be necessary when the clear shgroups is on the loop
June 24, 2017, 09:28 (GMT)
Cleanup: Rename field
June 23, 2017, 18:31 (GMT)
Set texture to RGBA_16

It looks the RGBA_32 is not necessary
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021