Blender Git Commit Log

All Blender Git commits.

Page: 1373 / 8462

August 12, 2020, 16:06 (GMT)
EEVEE: Motion Blur: Use evaluated object as key to motion data

This fix issues with instanced geometry and modifiers. Since the
depsgraph will duplicate the objects when they have different modifiers,
the evaluated object are garanteed to be unique.
August 12, 2020, 16:04 (GMT)
Cleanup: Remove explicit float casts in sculpt code

Differential Revision: https://developer.blender.org/D8553
August 12, 2020, 16:02 (GMT)
Clenaup: Rename random_access_init to random_access_ensure

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8529
August 12, 2020, 15:51 (GMT)
Subdiv CCG: Cleanup, remove redundant casts

If one of the operands of a binary operator a float, integer
operand gets promoted to float as well.

Differential Revision: https://developer.blender.org/D8552
August 12, 2020, 15:49 (GMT)
Cleanup: Use clamp_f instead of CLAMP in sculpt code

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8528
August 12, 2020, 15:43 (GMT)
Fix Sculpt Filters operator naming

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8523
August 12, 2020, 15:42 (GMT)
Cloth: Implement a new edge x edge collision system
August 12, 2020, 15:36 (GMT)
Use const, fix clang-tidy building
August 12, 2020, 15:35 (GMT)
Add comment
August 12, 2020, 15:35 (GMT)
No header for NLA modifier add panel
August 12, 2020, 15:23 (GMT)
UI: Fix typo "subdivion" -> subdivision

In the Multires panel, use singular Subdivision instead of Subdivisions.
August 12, 2020, 15:05 (GMT)
Increase hard limit for Remesher octree depth

Adding more precision to help making watertight objects to be printed.

Differential Revision: https://developer.blender.org/D8551
August 12, 2020, 14:45 (GMT)
GPencil: Extrude middle curve points

Previously, extruding one of the middle points of a curve would only
move the point. Now it creates a new curve from the point selected.
August 12, 2020, 14:40 (GMT)
deps_builder: Fix python build on windows

Issue introduced in the boost.cmake cleanup in
rB5c563cd903ddceebfffbb1e86af2b406bbb2c457
August 12, 2020, 14:27 (GMT)
Merge branch 'master' into fcurve-modifier-panels
August 12, 2020, 14:26 (GMT)
deps_builder: Cleanup options.cmake for windows

We no longer build the thumbnail dll in the builder
and these variables are no longer used.
August 12, 2020, 14:25 (GMT)
Merge branch 'blender-v2.90-release' into master
August 12, 2020, 14:21 (GMT)
deps_builder: Cleanup boost.cmake on windows

There were some remnants from previous boost::python support
and support for building 32 bit libs on windows, neither are
needed currently.
Revision cfbea0e by Bastien Montagne (master)
August 12, 2020, 14:16 (GMT)
LibOverride and modifiers: Add copying of linked modifiers.

It also enables copying of linked modifiers (generating new local ones).
August 12, 2020, 14:05 (GMT)
Merge branch 'blender-v2.90-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021