Blender Git Commit Log

All Blender Git commits.

Page: 2798 / 8462

December 17, 2018, 17:02 (GMT)
GP: Primitive: Chord shape

Similar to Arc but based on a chord. Can create bulbous curves.
December 17, 2018, 16:11 (GMT)
DRW: Fix vertex paint using original object for batch cache
December 17, 2018, 16:11 (GMT)
Mesh Batch Cache: Port Texture paint wires to new batch request
December 17, 2018, 16:05 (GMT)
Mesh Batch Cache: Port Texture paint batches to new batch request
December 17, 2018, 16:05 (GMT)
Curve Batch Cache: Fix issue with cd_used

cd_used needs to be the combination of generated data.
December 17, 2018, 16:05 (GMT)
Mesh Batch Cache: Optimization & Refactor shaded surface support

This now only upload data per loops to the GPU, making use of index buffer
to draw polygon. This make use of the vertex cache, speed up renders
and saves a lot of vram.

Update performance is also slightly faster and can even be improved further
by updating only uvs or vcol independently.

This commits breaks texture paint batches. It will be added back in another
commit.
December 17, 2018, 16:05 (GMT)
Fix T59373: Background Colors don't match in Workbench renderer
December 17, 2018, 16:05 (GMT)
Workbench: Fix srgb texture not being color managed in texture color mode
December 17, 2018, 15:36 (GMT)
Tool generator functions for hair edit mode.
December 17, 2018, 15:35 (GMT)
Add missing context attributes for hair edit mode.
December 17, 2018, 15:34 (GMT)
Cleanup: Fix typo in comment
December 17, 2018, 15:26 (GMT)
GP: Change Primitive manipulator to secondary Gizmo color
December 17, 2018, 14:13 (GMT)
Fix T59112: bone pinning error

Reviewers: angavrilov, brecht

Maniphest Tasks: T59112

Differential Revision: https://developer.blender.org/D4057
December 17, 2018, 14:03 (GMT)
Fix T59493: view selected in GP edit mode does not take obmat into account
December 17, 2018, 13:48 (GMT)
GP: Change Primitive manipulator color
December 17, 2018, 13:34 (GMT)
Fix T59490: wrong curve handle lines
December 17, 2018, 13:28 (GMT)
Fix T59404: Mistake in recent EdgeHash refactor broke edge generations in mesh validate code.
December 17, 2018, 11:44 (GMT)
Correct modifier stack validation
December 17, 2018, 11:42 (GMT)
Fix T59172: Blender 2.7x keymap error when setting pivot point

- only call pivot/orientation pies in non-legacy mode (had duplicate
entries)
- space_data.pivot_point > tool_settings.transform_pivot_point

Reviewers: brecht

Maniphest Tasks: T59172

Differential Revision: https://developer.blender.org/D4088
December 17, 2018, 11:33 (GMT)
Fix T58652: Crash editing shape keys weirdness with instances

This is a second attempt to get the crash fixed. The original fix
worked, but it was reverted by d3e0d7f0825.

Now the logic goes as:

- All pointers which we can not have shared (the ones which are
owned by the runtime) are cleared.
- The rest of runtime stays untouched.

This seems to be enough to keep particles happy.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021