Blender Git Commit Log

All Blender Git commits.

Page: 1242 / 8462

September 28, 2020, 15:06 (GMT)
Merge branch 'master' into greasepencil-edit-curve
September 28, 2020, 13:54 (GMT)
Outliner: Draw hierarchy lines dashed for object children

Draw dashed lines for object child hierarchies in the outliner. This
makes the difference between collection and object hierarchies more
clear. Dashes are also consistent with viewport relationship lines.

Differential Revision: https://developer.blender.org/D8997
September 28, 2020, 13:40 (GMT)
attempt to read normals
September 28, 2020, 12:59 (GMT)
add support for RGBA attributes
September 28, 2020, 12:56 (GMT)
fix data type for vertex colors
September 28, 2020, 12:56 (GMT)
Fix T80657: Not freed memory blocks with Batch-Generate Previews.

`ED_preview_icon_render()` owns the `id_copy` localized ID, so it has to
free it itself.
September 28, 2020, 12:53 (GMT)
cleanup, format
September 28, 2020, 12:50 (GMT)
read UV attributes
September 28, 2020, 12:49 (GMT)
prefer using AttributeElement over AttributeStandard
September 28, 2020, 12:48 (GMT)
cleaunp
September 28, 2020, 12:47 (GMT)
cleanup, const
September 28, 2020, 12:12 (GMT)
Fix T80967: Alembic, crash when the imported sim from Houdini starts

Compare mesh loop count with number of loop normals before reading the
loop normals.

Houdini doesn't always write the correct loop normals to Alembic. When a
mesh is animated and then replaced by a fluid simulation, Houdini will
still write the original mesh's loop normals, but the mesh
verts/loops/polys are from the simulation. In such cases the normals
cannot be mapped to the mesh, so it's better to ignore them.
September 28, 2020, 12:12 (GMT)
Cleanup: Animation, fix comments

Remove one outdated comment, and make the other into a proper sentence.

No functional changes
September 28, 2020, 11:56 (GMT)
cleanup, avoid using "auto"
September 28, 2020, 11:31 (GMT)
warning when compiled without openvdb
September 28, 2020, 11:31 (GMT)
only allow mesh objects for now
September 28, 2020, 11:18 (GMT)
add todo comment
September 28, 2020, 11:03 (GMT)
cleanup
September 28, 2020, 11:00 (GMT)
cleanup
September 28, 2020, 10:39 (GMT)
remove different modes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021