Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1368 / 8462

August 13, 2020, 09:11 (GMT)
GPencil: Reorganize SVG export parameters This fix several compiler warnings
August 13, 2020, 09:03 (GMT)
Fix T79653: Change soft min frame start of cache from 1 to 0

It was always possible to set it to zero by typing in the value.
This new soft limit is more consistent with the fluid cache
and the Scene.frame_start property.
August 13, 2020, 08:23 (GMT)
GPencil: Cleanup compiler warnings

August 13, 2020, 08:21 (GMT)
Merge branch 'soc-2020-greasepencil-curve' into greasepencil-edit-curve
August 13, 2020, 08:01 (GMT)
Merge branch 'master' into lanpr-under-gp
August 13, 2020, 08:01 (GMT)
Merge branch 'master' into greasepencil-edit-curve
August 13, 2020, 08:01 (GMT)
Merge branch 'master' into greasepencil-object
August 13, 2020, 07:13 (GMT)
Fix compile errors on windows
August 13, 2020, 06:39 (GMT)
GPencil: Remove unused parameter and fix warning

August 13, 2020, 06:38 (GMT)
Cleanup: incorrect comment wrapping

Missed this comment when updating fix for T77409.
August 13, 2020, 06:23 (GMT)
Cleanup: warnings
August 13, 2020, 06:21 (GMT)
Cleanup: spelling
August 13, 2020, 06:01 (GMT)
Cleanup: clang-format
August 13, 2020, 05:46 (GMT)
Merge branch 'blender-v2.90-release' into master
August 13, 2020, 05:46 (GMT)
Merge branch 'blender-v2.90-release' into master
August 13, 2020, 05:41 (GMT)
Fix T77409: Crash showing vertex/face duplicators in edit-mode

This was a regression in deaff945d0b9 which skips copying a mesh.
Dupli-verts/faces were not updated to account for this.

This supports iterating over edit-mesh vertices & faces,
since falling back to a full copy (as we do in some places)
will be slow while transforming geometry.

This commit looks as if it would change behavior with orcos,
since any edit-mesh deformation causes them to be assigned.
However in practice there is no functional change, details in comments.
August 13, 2020, 05:41 (GMT)
Cleanup: remove two sided face check

Two sided faces aren't supported and would cause many issues elsewhere.
August 13, 2020, 05:41 (GMT)
Cleanup: use 'inst_ob' variable name for consistency

Dupli verts/faces named these arguments differently.
August 13, 2020, 05:41 (GMT)
Cleanup: remove unused struct members from dupli-face/vert

Replace the evaluated mesh with VertexDupliData.mvert since only
vertices are used. This makes dupli-vert similar to how dupli-face
was already working.
August 13, 2020, 05:41 (GMT)
Cleanup: move mesh access for dupli vert/face into shared function

De-duplicate mesh access & comments.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021