Blender Git Commits

Blender Git commits from all branches.

Page: 1190 / 2888

August 9, 2019, 15:58 (GMT)
Merge branch 'master' into greasepencil-object
August 9, 2019, 15:57 (GMT)
GPencil: Fix some minor problems with merge

As the code was ain the branch already, the previous merge had some problems.
August 9, 2019, 15:43 (GMT)
Merge branch 'master' into greasepencil-object
August 9, 2019, 14:35 (GMT)
Cleanup: Unused includes, better structuring for wm_xr.c
August 9, 2019, 14:19 (GMT)
Add initial support for curve
August 9, 2019, 14:08 (GMT)
Cleanup: Remove unused support for non-OpenGL Windows

This was very useful for testing, but there's no current need for it.
Neither for VR code, nor for anything else in master.
August 9, 2019, 13:43 (GMT)
Merge branch 'master' into greasepencil-object
August 9, 2019, 13:32 (GMT)
Cloth: change intial values of the remeshing parameters
August 9, 2019, 12:52 (GMT)
Unify Bevel Tool and Modifier UI:

Includes final UI updates after feedback from the devtalk thread.
The two UIs are now unified except for options that aren't currently
in the tool such as "Limit Method"
August 9, 2019, 11:59 (GMT)
GPencil: More merge errors

All these errors are related to the problem when merge the LANPR branch to GPencil branch by error.
August 9, 2019, 11:29 (GMT)
Cleanup: Move secondary GHOST-context handle to XR surface data

This is used to refer to the DirectX context. For other (currently
non-existant) surfaces, this may not make much sense.
August 9, 2019, 10:38 (GMT)
GPencil: Fix old merge error

August 9, 2019, 10:15 (GMT)
Merge branch 'master' into greasepencil-object
August 9, 2019, 09:44 (GMT)
Cloth: UI to choose static or dynamic remeshing
August 9, 2019, 09:38 (GMT)
Merge branch 'master' into greasepencil-object
August 9, 2019, 07:32 (GMT)
Cloth: add support for turning adaptive remeshing on or off
August 9, 2019, 07:10 (GMT)
Use BLI_delaunay_2d_cdt prefix for public API

BLI_constrained_ is too generic & doesn't match the filename.
August 9, 2019, 07:04 (GMT)
Rename struct members

Opinionated changes for struct names.

- Use plural for faces/edges/verts.

- Was using len / num in a confusing way.

Now lookup tables use a `_table` suffix, so we can have.

- faces_len (length of the array).
- faces_len_table (length of each face).
August 9, 2019, 06:01 (GMT)
Pass __func__ to allocations

Makes memory allocations easier to track down.
August 9, 2019, 05:59 (GMT)
Cleanup: add braces
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021