Blender Git Commits

Blender Git commits from all branches.

Page: 232 / 2888

July 21, 2021, 04:23 (GMT)
LineArt: Div 0 issue caught.
July 21, 2021, 02:46 (GMT)
Sculpt dyntopo: Removed triangle limit for PBVH_BMESH

* PBVH_BMESH now supports faces other then triangles;

* Dyntopo triangulates faces as it finds them.
- I looked into methods of preserving quads and failed to
find anything that worked well in practice; it actually
worked better to use topology rake to align triangles
into quads and then mark diagonal edges for later dissolving
then to try to preserve quads explicitly (I've not
implementated that here, that was research code).
- To avoid excessive cache-destroying loops over vertex-faces,
DynTopo flags which verts have non-triangle faces.

* PBVHTriBuf now builds edge buffers so we can avoid drawing
tesselation phantom edges.

* BMLog also now supports arbitrary faces. It still does not
support edges though.

TODO:

* Fix vcol cell shading mode
* Make sure indexed drawing works
July 21, 2021, 02:40 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
July 21, 2021, 02:39 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
July 20, 2021, 20:47 (GMT)
Merge branch 'master' into curve-nodes-modifier
July 20, 2021, 20:12 (GMT)
Merge branch 'master' into soc-2021-geometry-nodes-regression-test
July 20, 2021, 19:40 (GMT)
Merge branch 'master' into tracking_tools
July 20, 2021, 19:31 (GMT)
Merge branch 'master' into soc-2021-curves
July 20, 2021, 17:51 (GMT)
USD IO: added NVIDIA copyright notices.
July 20, 2021, 17:06 (GMT)
Fix default tool not set when changing clip editor modes

Also see D11977.
July 20, 2021, 16:49 (GMT)
GPencil: Add notifier to update material list
July 20, 2021, 16:43 (GMT)
GPencil: Rotate around transform center instead of cage center

The cage center can change during transformation
July 20, 2021, 16:28 (GMT)
Merge branch 'master' into sculpt-dev
July 20, 2021, 16:02 (GMT)
GPencil: Cleanup of function names, variables and comments

Also some code reorganization.
July 20, 2021, 15:32 (GMT)
GPencil: Add Layers in inverse order

To keep strokes order, the layers must be added in inverse order to the destination object.
July 20, 2021, 15:30 (GMT)
GPencil: Remove materials added if the operator is canceled
July 20, 2021, 15:24 (GMT)
Fix background "leaking" into combined in Cycles X

Was happening when transparent film is enabled, and Environment pass
enabled.

Test file: F10230084

Differential Revision: https://developer.blender.org/D11976
July 20, 2021, 15:06 (GMT)
Cleanup: Remove unused pass accessor code

It got re-implemented using `set_render_tile_pixels()`.
July 20, 2021, 14:59 (GMT)
GPencil: Cleanups
July 20, 2021, 14:53 (GMT)
Merge branch 'master' into soc-2021-curves
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021