Blender Git Commits

Blender Git commits from all branches.

Page: 783 / 2888

July 20, 2020, 12:02 (GMT)
GHOST: Vulkan: Add logical device creation
July 20, 2020, 11:35 (GMT)
Update integer type usage
July 20, 2020, 11:34 (GMT)
Merge branch 'master' into newboolean
July 20, 2020, 11:26 (GMT)
Move vertex (and UV vertex) list outside OBJRawObject

Since an OBJ file may contain data like [1], the vertex coordinates
list should be detached from any `OBJRawObject`. So every raw object
keeps track of its vertices by indexing into the global list of coordinates.

[1]
```
o plane
v 0 0 2
v 0 2 0
v 2 0 0
f 1 2 3
# note missing o <name>
v 1 1 0
v 1 0 0
v 0 1 0
v 0 0 0
g curve
cstype bspline
curv 0 1 -1 -2 -3 -4
...
```
July 20, 2020, 11:23 (GMT)
GHOST: Vulkan: Add physical device & queue family selection
July 20, 2020, 09:28 (GMT)
Work in progress to treat nary boolean differently.

This will make it faster. There's one bug in it still,
but committing progress.
July 20, 2020, 09:12 (GMT)
Merge branch 'master' into lanpr-under-gp
July 20, 2020, 09:11 (GMT)
Merge branch 'master' into greasepencil-object
July 20, 2020, 09:11 (GMT)
Merge branch 'master' into greasepencil-edit-curve
July 20, 2020, 07:15 (GMT)
Updated the run_test command from index to name
July 20, 2020, 07:13 (GMT)
Post Review: Added minor improvements
July 20, 2020, 06:13 (GMT)
Merge branch 'master' into soc-2020-info-editor
Revision 1cd4058 by TempoDev (soc-2020-custom-menus)
July 20, 2020, 01:52 (GMT)
Merge : fix conflicts
Revision cd61026 by TempoDev (soc-2020-custom-menus)
July 19, 2020, 21:49 (GMT)
Custom Menus : add user menus group
You can now create differents menus
July 19, 2020, 20:59 (GMT)
GHOST: Vulkan: Add instance creation
July 19, 2020, 20:00 (GMT)
Better estimate of number of output faces.

Avoids need to resize some arena vectors in many cases.
July 19, 2020, 18:57 (GMT)
Added Curve support in framework and tests for Generate Modifiers
July 19, 2020, 18:16 (GMT)
Added floating filters to the initial plane-side tests in tri-tri intersect.

Needed an "abs" function for double3, so added it to all of the
float/double/mpq 2/3 types.
July 19, 2020, 11:44 (GMT)
GPencil: Disable box/lasso conversion, fill select

These features are currently not working correctly.
Disable them for now.
July 19, 2020, 11:40 (GMT)
GPencil: Fix curve points not deslecting
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021