Blender Git Commit Log

All Blender Git commits.

Page: 554 / 8462

Revision 0b0c7ca by Hans Goudey (master)
June 16, 2021, 02:11 (GMT)
Cleanup: Fix inconsistent parameter name warning
June 16, 2021, 02:10 (GMT)
Split selection filter and row filters (filter flag no longer applies to selection filter)
June 16, 2021, 02:05 (GMT)
USD UMM: handle int property export.

Removed previous workaround where int values were exported as floats.
June 16, 2021, 02:01 (GMT)
UI - LOCAL View3D overlay stats

This patch improves the 3DView statistics overlay to show LOCAL stats
while in local view. This means the stats can vary between 3DViews and
the statusbar when views are in local view, but this gives a much more
accurate count of the objects, and their components, that you are
directly working with rather than just scene values.

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

Reviewed by Campbell Barton
June 15, 2021, 23:30 (GMT)
Rename to clarify API used.
June 15, 2021, 23:30 (GMT)
Renaming and debug cleanup.
June 15, 2021, 23:30 (GMT)
Remove autos, remove assignment as conditions.
June 15, 2021, 23:30 (GMT)
Added comment.
June 15, 2021, 23:30 (GMT)
Refactor of Wintab to use Wintab supplied mouse movement once verified against system input.

Differential Revision: https://developer.blender.org/D11508
June 15, 2021, 22:44 (GMT)
Fix T88263: Incorrect image offset from old file

Versioning code for converting strip offset property doesn't work, when
property was animated and disabled or when crop was used.

When offset property is animated and offset is enabled, animation is
converted to be used with new transform design. When offset is disabled,
animation is left untouched. New transform design doesn't have option
to disable offset, and therefore old unconverted animation is used
instead of converted static value.

Remove animation from propery if it was unused.

Another issue was that both X and Y offset animation was being corrected
by factor caluclated for X channel.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D11370
June 15, 2021, 22:29 (GMT)
VSE: Improve animation evaluation performance

Use lookup string callback function for `sequences_all` RNA property
`rna_SequenceEditor_sequences_all_lookup_string` using a GHash for faster lookups.

When names are changed or strips are added/removed the lookup is tagged invalid.
The next time the lookup is used it will rebuild it.

Reviewed By: sergey, jbakker

Differential Revision: https://developer.blender.org/D11544
June 15, 2021, 21:43 (GMT)
Merge branch 'master' into temp-spreadsheet-row-filter
Revision 143a81c by Hans Goudey (master)
June 15, 2021, 21:38 (GMT)
Geometry Nodes: Allow int attribute input fields with single value

Just like the way we often have a choice between an attribute input and
a single float, this adds the ability to choose between attribute and
integer input sockets, useful for D11421.
Revision c29afa5 by Hans Goudey (master)
June 15, 2021, 21:31 (GMT)
Cleanup: Expose function publicly, rename

There is no particular reason these two functions shouldn't be used
outside of the bezier spline implementation since they don't do anything
particularly controversial.
Revision 732e8c7 by Hans Goudey (master)
June 15, 2021, 21:24 (GMT)
Splines: Add resize method to CurveEval

This helps when adding splines to a new curve in parallel.
June 15, 2021, 21:22 (GMT)
USD IO: merge latest UMM addon.
June 15, 2021, 20:35 (GMT)
EEVEE: Port back barycentric coordinates.

Nothing changed appart from the style of the integration which is
now fully on EEVEE's side.
June 15, 2021, 20:31 (GMT)
GPUCodegen: Fix crash when there is no output node
June 15, 2021, 20:03 (GMT)
DRW: sanitize 'DRW_mesh_batch_cache_dirty_tag'

Create maps that specify which batches have vbo or ibo as a reference
and use these maps to discard batches along with buffers.

Differential Revision: https://developer.blender.org/D11588
June 15, 2021, 19:21 (GMT)
Rename some sockets for better clarity.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021