Blender Git Commits

Blender Git commits from all branches.

Page: 749 / 2888

August 10, 2020, 20:47 (GMT)
Gpencil: clang format
August 10, 2020, 20:47 (GMT)
GPencil: Change handle type while transform

For vector and automatic handles we need to change their type to free
and aligned respectively while transforming.
August 10, 2020, 18:35 (GMT)
Use const& instead of pointers in Mesh class.
August 10, 2020, 18:28 (GMT)
Correct geometry creation code with Curves.

Also make `Geometry` and `GlobalVertices` members of
`CurveFromGeometry` as `const &` to match with
`MeshFromGeometry`.
August 10, 2020, 15:36 (GMT)
Merge branch 'master' into soc-2020-io-performance
August 10, 2020, 15:31 (GMT)
Use FILE_MAX instead of PATH_MAX

Also, allow more vertices data points to be in int
strings.
Revision 4fe074e by Mateusz Grzeliński (soc-2020-info-editor)
August 10, 2020, 15:03 (GMT)
Add SpaceInfoFilter to RNA

- add add, remove operators
August 10, 2020, 14:35 (GMT)
Merge branch 'master' into greasepencil-object
August 10, 2020, 13:36 (GMT)
Merge branch 'master' into lanpr-under-gp
August 10, 2020, 13:35 (GMT)
Merge branch 'master' into greasepencil-edit-curve
August 10, 2020, 13:35 (GMT)
Merge branch 'master' into greasepencil-object
August 10, 2020, 13:32 (GMT)
GPencil: Change default Stroke thickness when convert curves

The thickness by default was using the old Draw Engine values and it was too thick in new engine.
August 10, 2020, 12:32 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
August 10, 2020, 12:04 (GMT)
Merge branch 'master' into soc-2020-fluid-tools
August 10, 2020, 11:51 (GMT)
GPencil: Remove color conversion when convert curve

In previous versions, grease pencil used sRGB and a color conversion was needed, but now all is Linear and the conversion changes the color wrongly.
August 10, 2020, 11:36 (GMT)
WIP: Override preferences with command line arguments

- add separate save/restore operators for debug related options
August 10, 2020, 09:55 (GMT)
Accept 3D UV vertex coordinates

The third one is still discarded.
August 10, 2020, 09:50 (GMT)
Create new Geometry instance at the start.

Since the following is a valid OBJ file, a new `Geometry` instance
is always required.

```
v 1.0 2.0
```
August 9, 2020, 20:16 (GMT)
Fix the nearest point containing cell when nearest is inside a tri.
August 9, 2020, 17:38 (GMT)
Remove degenerate triangles before intersecting.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021