Blender Git Commits

Blender Git commits from all branches.

Page: 726 / 2888

August 21, 2020, 14:02 (GMT)
Rename some classes at the suggestion of reviewers.

Mesh -> IMesh; MArena -> IMeshArena
Remove type abbreviations Vertp and Facep.
August 21, 2020, 13:37 (GMT)
GPencil: Report operators that are not implemented
August 21, 2020, 13:32 (GMT)
LineArt: "Intersection Only" flag for objects/collections
August 21, 2020, 12:26 (GMT)
GPencil: Remove unessesary curve edit mode test
August 21, 2020, 12:25 (GMT)
GPencil: Draw transform gizmo curve edit
August 21, 2020, 12:25 (GMT)
GPencil: Fix transform memory issue
August 21, 2020, 12:23 (GMT)
Use an enum type for solver in boolean modifier.

This matches what was done in a previous commit for the tool.
It makes it easier to associate a tooltip with each choice.
For this branch, I have the default solver be the Exact one;
when we merge to master, we will have to decide the best default.
Make format caught a coouple other files, sorr for not doing those
earlier.
August 21, 2020, 10:43 (GMT)
Add newly creates faces to imported faces and dissolve edges.

The code so far imports triangles, but also fills holes.
Committing since it doesn't crash.

test file:

```
o plane_with_hole
v 2 2 0
v 2 -2 0
v -2 -2 0
v -2 2 0

v 1 1 0
v 1 -1 0
v -1 -1 0
v -1 1 0

f 4 1 2 3 4 8 5 6 7 8 4
```
August 21, 2020, 10:42 (GMT)
Fix tessellate crash due to wrong Vector size.

Also fix crash due to out of bound vertex indices.
August 21, 2020, 10:16 (GMT)
Commit as it is ngon-tessellate.

The code is totally untested and will very likely crash.
August 21, 2020, 09:56 (GMT)
GPencil: Fix handle lines display
August 21, 2020, 09:49 (GMT)
Tests: detect memory leaks in automated tests

A memory leak should be considered a bug. Therefore, it makes sense to fail tests when they contain memory leaks.

Differential Revision: https://developer.blender.org/D8665
August 21, 2020, 09:13 (GMT)
Use draw manager cursor
August 21, 2020, 09:04 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
August 21, 2020, 09:03 (GMT)
GPencil: Recalc transform only in curve edit mode

When changing the opacity or thickness, only reaclculate stroke if in
curve edit mode.
August 21, 2020, 08:46 (GMT)
GPencil: Make parameters const
August 21, 2020, 08:36 (GMT)
Merge branch 'soc-2020-greasepencil-curve' of git.blender.org:blender into soc-2020-greasepencil-curve
August 21, 2020, 07:49 (GMT)
Merge branch 'master' into lanpr-under-gp
August 21, 2020, 07:49 (GMT)
Merge branch 'master' into greasepencil-object
August 21, 2020, 07:48 (GMT)
Merge branch 'master' into greasepencil-edit-curve
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021