Blender Git Commit Log

All Blender Git commits.

Page: 563 / 8462

June 14, 2021, 12:46 (GMT)
Lineart: Clean up cache patch.
June 14, 2021, 12:20 (GMT)
Python API: option for render engines to disable image file saving

For some custom rendering engines it's advantageous not to write the image files to disk.
An example would be a network rendering engine which does it's own image writing.

This feature is only supported when bl_use_postprocess is also disabled, since render
engines can't influence the saving behavior of the sequencer or compositor.

Differential Revision: https://developer.blender.org/D11512
June 14, 2021, 11:49 (GMT)
Merge remote-tracking branch 'origin/master' into lineart-fn-cached
June 14, 2021, 11:44 (GMT)
Merge branch 'master' into soc-2021-uv-editor-improvements
June 14, 2021, 11:22 (GMT)
Fix build error in release builds after recent changes
June 14, 2021, 10:44 (GMT)
Merge branch 'master' into temp-compact-node-prototype
June 14, 2021, 10:32 (GMT)
BLI_math: Fix several division-by-zero cases.

Those were caused by various tools used on degenerate geometry, see
T79775.

Note that fixes are as low-level as possible, to ensure they cover as
much as possible of unreported issues too.

We still probably have many more of those hidden in BLI_math though.
June 14, 2021, 10:32 (GMT)
BLI_math: Cleanup: Use `mul_`/`madd_` functions.

Better to avoid explicit vectors components direct manipulation when a
generic operation for whole vector exists, if nothing else it avoids
potential mistakes in indices.
June 14, 2021, 10:30 (GMT)
learnt basic arrow, ui panels
June 14, 2021, 10:30 (GMT)
Pysics: Added visualisation for forces due to effectors, normal forces and gravity.
June 14, 2021, 10:30 (GMT)
Physics: Added visualisation for frictional forces, plus some clean-ups to previous commit
June 14, 2021, 10:30 (GMT)
Physics: Added visualisation for rigid bodies' velocities.
June 14, 2021, 10:29 (GMT)
Merge branch 'master' of https://git.blender.org/blender
June 14, 2021, 10:26 (GMT)
Fix T87867: file open dialog triggers OneDrive file downloads on macOS

Until OneDrive supports macOS's native placeholder file implementation, detect
the com.microsoft.OneDrive.RecallOnOpen extended file attribute.

Differential Revision: https://developer.blender.org/D11466
June 14, 2021, 09:35 (GMT)
Fix T88494: add missing depsgraph relation update tags

Adding e.g. a Collection Info node creates a new depsgraph relation.
Therefore the relations should be updated.
June 14, 2021, 09:07 (GMT)
Fix T88947: invalid normals when converting point cloud to mesh
June 14, 2021, 08:46 (GMT)
Nodes: remove redundant increment node tree current socket index

`ntree->cur_index` was being incremented twice in make_socket_interface.

Reviewed By: JacquesLucke

Ref D11590
June 14, 2021, 08:10 (GMT)
Revert "Nodes: String to Curve, Value to String, String Join, String Substring, String Length"

This reverts commit fc993a7d54157338a6a826ac37be9fe52651560d.
June 14, 2021, 08:09 (GMT)
Nodes: String to Curve, Value to String, String Join, String Substring, String Length

This patch adds a node that generates a curve from entered text or String Input.
It also adds some helper nodes (value to string, join, substring, length)

{F10163233}
June 14, 2021, 08:06 (GMT)
Revert "Nodes: String to Curve, Value to String, String Join, String Substring, String Length"

This reverts commit 11c03ff03db5d860c8dbbb489ded7c64fa7df63b.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021