Blender Git Commit Log

All Blender Git commits.

Page: 549 / 8462

June 17, 2021, 08:31 (GMT)
Modernized for loop style.
June 17, 2021, 08:19 (GMT)
Show ray direction input value socket by default.
June 17, 2021, 08:18 (GMT)
Use distance subtype for the ray length input.
June 17, 2021, 08:13 (GMT)
Remove unnecessary noop check in interpolator.
June 17, 2021, 08:06 (GMT)
bli: generational_arena: better code styling
June 17, 2021, 08:04 (GMT)
Fixed doc string.
June 17, 2021, 07:59 (GMT)
Move AttributeInterpolator util class to bke.

Moved the utility class to BKE_mesh_sample.
Renamed it to MeshAttributeInterpolator to make clear that it works
on mesh attributes only.
June 17, 2021, 07:26 (GMT)
Removed the hit_index output attribute.

This output contains the looptri indices on the hit mesh, which is not
very useful.
June 17, 2021, 07:16 (GMT)
Cleanup. Forward declare SeqCollection, unused variable.
June 17, 2021, 06:44 (GMT)
Cleanup: use doxy sections for rna_mesh.c
June 17, 2021, 06:38 (GMT)
Cleanup: rename rna_Mesh_update_data to rna_Mesh_update_data_deg_all

It's ambiguous what rna_Mesh_update_data does compared with functions
that use `rna_Mesh_update_data_*` as a prefix.

Noticed by @sybren D11377 review.
June 17, 2021, 06:32 (GMT)
Cleanup: improved comment for skipping updated with zero user meshes

Noticed by @sybren D11377 review.
June 17, 2021, 05:42 (GMT)
Changes based on review by Habib Gahbiche

Removed global variable FILE UPDATE COUNT, introduced a function
run_test().
June 17, 2021, 05:36 (GMT)
Removing unused functions for remove modifiers
June 17, 2021, 05:08 (GMT)
Cleanup: split BKE_mesh_copy_settings into two functions

- BKE_mesh_copy_parameters_for_eval to be used for evaluated meshes only
as it doesn't handle ID user-counts.

- BKE_mesh_copy_parameters is a general function for copying parameters
between meshes.
June 17, 2021, 04:43 (GMT)
Cleanup: spelling
June 17, 2021, 04:43 (GMT)
Cleanup: unused argument, function & shadow variable warning
June 17, 2021, 04:31 (GMT)
VSE: Remove seq->tmp usage

Remove `seq->tmp` usage from transform code. It was used to tag strips
that need to be "shuffled". Pass these strips in `SeqCollection`
instead.

Differential Revision: https://developer.blender.org/D11631
June 17, 2021, 03:36 (GMT)
USD IO: merge latest UMM addon.

Includes UMM support for glass.
June 17, 2021, 02:04 (GMT)
VSE: Refactor transform operator code

Refactor function `freeSeqData` so it is readable.

One strip can have multiple transform operations defined. To prevent
processing strip multiple times, build `SeqCollection` and use
sequencer iterator instead of iterating `TransData` directly.

No functional changes.

Differential Revision: https://developer.blender.org/D11618
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021