Blender Git Commit Log

All Blender Git commits.

Page: 494 / 8462

July 1, 2021, 05:30 (GMT)
Refactoring of mesh test in a new file: WIP
July 1, 2021, 05:14 (GMT)
adaptive_cloth: tests: create separate executable for faster compilation
July 1, 2021, 04:53 (GMT)
Fix edit-mesh partial update regression when snapping to normals

Edit-mesh partial update logic assumed translate didn't need normals
to be recalculated (for faces with all vertices being transformed).

However translate can optionally rotate which requires
all transformed normals to be updated.

Check for this case and use the previous partial-update method
when it modified extra geometry, so the normals are properly reset.
Further updates need not recalculate them.
July 1, 2021, 04:38 (GMT)
Merge branch 'master' into temp_bmesh_multires
July 1, 2021, 04:25 (GMT)
remove debug printf
July 1, 2021, 04:13 (GMT)
* Enable mask/fset extract for dyntopo]
* Fix nasty memory corruption bug
July 1, 2021, 03:30 (GMT)
Cleanup: replace booleans with enum for storing translate rotation
July 1, 2021, 02:58 (GMT)
Correction to T89571 fix 4546f176eb0f822048b53766f2e97c5a4cbf53c6

Supporting both object & edit-mode is more involved.
Both cases are now supported with object mode tracking the last-used
state for rotation so it's only reset once when rotation is disabled.
July 1, 2021, 01:54 (GMT)
Fix T89571: Align Orientation to Target keeps rotation when toggled
July 1, 2021, 01:36 (GMT)
USD export: armature writer WIP.

Added code for setting SkelAnimation transform time
samples from pose channel values.
July 1, 2021, 01:24 (GMT)
BLI_linklist_stack: use cast to prevent warnings when used in C++
July 1, 2021, 01:16 (GMT)
Cleanup: spelling
July 1, 2021, 01:06 (GMT)
Cleanup: outdated IPO references in comments
July 1, 2021, 01:06 (GMT)
Cleanup: rename playhead to current-frame
July 1, 2021, 00:25 (GMT)
Cleanup: clang-format, clang-tidy
July 1, 2021, 00:25 (GMT)
Cleanup: split normal calculation into it's own file

Normals now includes many functions including normal splitting &
custom normal manipulation split this into it's own file
to centralize related functions.
July 1, 2021, 00:25 (GMT)
Cleanup: remove unused internal grease pencil definitions
July 1, 2021, 00:25 (GMT)
Cleanup: spelling
July 1, 2021, 00:22 (GMT)
Geometry Nodes: Curve Primitive Circle

This node has two modes: the first mode computes a circle from three
locations and a resolution. The second takes radius and resolution.
The first mode also outputs the center of the computed circle as
a vector.

Differential Revision: https://developer.blender.org/D11650
July 1, 2021, 00:01 (GMT)
Vulkan: Clean-up platform build support

This polishes up the build support for WITH_VULKAN
the find_package calls were moved to the appropriate
place in the platform cmake files.

For windows the required binaries are copied to
the binary folder.

Windows support relies on D11678 landing and
libraries being added to SVN and will automatically
disable WITH_VULKAN when they are not found.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021