Blender Git Loki

Kaikki Blender Git kommitit.

Page: 334 / 8462

August 12, 2021, 12:09 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
August 12, 2021, 11:52 (GMT)
Fix T88386: Continuous Grab occasionally jumping on Arm64 MacOS

During the processing of a continuous drag event, other mouse move
events may be in the queue waiting to be processed.

But when a mouse wrapping happens, these waiting mouse move events
become out of date as they report a mouse position prior to wrapping.

The current code ignores these events by comparing their `timestamp` to
the time recorded in the last mouse wrapping.

The bug happens because the computed value in
`mach_absolute_time() * 1e-9` for some reason is incompatible with the
value of `[event timestamp]`.

Since macOS 10.6, we have a new way to get the amount of time the
system has been awake. `[[NSProcessInfo processInfo] systemUptime]`.

Using this updated method fixed the problem.

Differential Revision: https://developer.blender.org/D12202
August 12, 2021, 11:09 (GMT)
Fix: Knife local angle snapping broken on rotated objects

World space calculations that were added for the Knife BVH support broke local angle snapping on rotated objects.
August 12, 2021, 11:03 (GMT)
Fix crash with render passes in factory startup after adding Position pass
August 12, 2021, 10:43 (GMT)
Fix T90630: Crash loading certain user preferences

Clearing the window was done in wm_file_read_post which was deferred.

This was needed as it left the context in an invalid state
where the window was set but the screen wasn't.

Crashing when setting up keymaps that attempted to access the
scene from the window in the property update function.

Regression in 497bc4d19977abc7b9e2c0f5024a23057e680954
August 12, 2021, 10:40 (GMT)
Compositor: Full frame Directional Blur node
August 12, 2021, 09:53 (GMT)
Remove unnecessary braces
August 12, 2021, 09:43 (GMT)
Refactored FilletData calculation
August 12, 2021, 09:07 (GMT)
add TODOs
August 12, 2021, 08:47 (GMT)
Merge branch 'master' into cycles-x
August 12, 2021, 07:59 (GMT)
Cleanup: format
August 12, 2021, 07:59 (GMT)
Fallback to object texture coordinates if no original coordinates are found
August 12, 2021, 07:55 (GMT)
adaptive_cloth: Mesh: msgpack: store the type of Mesh on first line

This allows the code that deserializes it to decide which type of Mesh
structure to deserialize to. Since msgpack is compact, it doesn't
store information about the size (explicitly or implicitly) of the
element, this means that deserialization can lead to weird outputs if
wrong data structures are used.
August 12, 2021, 07:42 (GMT)
Cleanup: remove redundant variable
August 12, 2021, 07:14 (GMT)
RNA: include base types in RNA_struct_type_find_property search

Add RNA_struct_type_find_property_no_base for use in the rare situations
when this isn't desired.

Resolves T90617, where sequence strip sub-types weren't detecting
properties that exist in the base "Sequence" types.
August 12, 2021, 06:23 (GMT)
datadoc: add newlines to generated source files
August 12, 2021, 06:18 (GMT)
adaptive_cloth: set cloth information after remeshing

The cloth object doesn't know about the updated mesh, so update the
entire cloth object to utilize the new mesh.
August 12, 2021, 06:15 (GMT)
Cleanup: comments/disabled code

- Remove old comment for editors with weak syntax highlighting.
- Remove disabled code to initialize Blender with a file path.
- Remove file name references to function names since these
were outdated, modern development environments can look up this info.
August 12, 2021, 05:56 (GMT)
Implemented some suggestions from code review
August 12, 2021, 05:51 (GMT)
Sculpt dyntopo: fix bug with dyntopo geometry undo push
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021