Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1652 / 8462

May 12, 2020, 13:58 (GMT)
UI: Rename 'View Zoom In/Out' to 'Zoom In/Out'

This rename was done time ago but still missing in some areas.
May 12, 2020, 13:49 (GMT)
Multires: Correct NULL-pointer check

There is some hard-to-reproduce scenario when top level
would have masks allocated, but without masks on the sculpt
level.

Need to check proper array before accessing its elements.
The check for top-level masks is done by the caller.
May 12, 2020, 13:44 (GMT)
UI: Rename 'View All' operator to 'Frame All'

This change was done time ago but it was still missing in some operators.
May 12, 2020, 13:08 (GMT)
Merge remote-tracking branch 'origin/blender-v2.83-release'
May 12, 2020, 13:07 (GMT)
Fix T76132: Can't import Alembic with changing UVs

In the Alembic importer, the animation of UVs and normals was
overlooked; when the mesh geometry is not animated, the entire mesh was
considered constant.

T76132 concerns both the exporting and importing of changing UVs. This
commit fixes the importing.
May 12, 2020, 13:07 (GMT)
Fix T76132: Can't export Alembic with changing UVs

In the Alembic exporter, UVs were only exported on the first frame. This
is an issue, as when exporting an animated mesh the topology can change,
and then the UV coordinates of the first frame are no longer valid.

T76132 concerns both exporting and importing changing UVs. This fixes
the exporting.
May 12, 2020, 12:47 (GMT)
Fix T76669: Crash when doing right click on channel

Reviewers: lichtwerk, sybren

Differential Revision: https://developer.blender.org/D7702
May 12, 2020, 12:10 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 12:10 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 12:10 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 12:10 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 12:09 (GMT)
Fix T76507: Reading clipboard blocks keyboard input on X11
May 12, 2020, 12:09 (GMT)
Cleanup: tag unused function
May 12, 2020, 11:58 (GMT)
Fix T76514: Invalid geometry in Alembic crashes Blender

Even though {T76514} is caused by invalid geometry, and thus technically
constitutes a bug in the software that created the Alembic file, I would
like Blender not to crash on importing such a file.

The error in the Alembic file consists of invalid mesh loops, where
consecutive loops refer to the same vertex. The `BKE_mesh_validate()`
can actually correct these errors, so this commit focuses on two things:

- Letting Blender survive the situation until the mesh is loaded, and
- Detecting the error so that `BKE_mesh_validate()` can be called only
when necessary. This ensures there is only a minimal impact on
performance when loading actually valid data.

Differential Revision: https://developer.blender.org/D7703

Reviewed By: JacquesLucke
May 12, 2020, 11:55 (GMT)
Fix T74818: improve tooltip for initial fluid velocity
May 12, 2020, 11:24 (GMT)
Fix Frame Dropping not dropping the correct amount of frames

Previously the playback mode "Frame Dropping" would not drop the correct
number of frames which would lead to slow playback.

For example, the playback target is 60fps. However we can only muster
around 32 fps.

The delta frames from the last step is in this case ~1.98 or so.

With the previous code, we would floor this. That would lead us to step
forward one frame each time, effectively playing back the animation at
half the speed as we will try to render every frame.

To fix this we simply save the remaining fraction from the previous
frame and use it to compute the current frame step.

Reviewed By: Sybren

Differential Revision: https://developer.blender.org/D7694
May 12, 2020, 11:19 (GMT)
UI: invoke operators in search menu instead of execute

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D7639
May 12, 2020, 10:23 (GMT)
Merge branch 'blender-v2.83-release'
May 12, 2020, 10:22 (GMT)
Fix T75492: Only positive shrink factor values can be animated

A better fix would probably be to check if the value is animated,
but I'm not sure how to do that.

Reviewers: zeddb

Differential Revision: https://developer.blender.org/D7692
May 12, 2020, 10:21 (GMT)
Merge branch 'blender-v2.83-release'
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021