Blender Git Commit Log

All Blender Git commits.

Page: 342 / 8462

August 10, 2021, 08:31 (GMT)
Merge remote-tracking branch 'origin/master' into compositor-full-frame
August 10, 2021, 08:08 (GMT)
fix node id
August 10, 2021, 08:07 (GMT)
Cleanup: Comment COW/LOCALIZED ID tags.

This was really missing there (some COW tags behavior was also
documented in some code using them, like in `sound.c`, but not in their
definition).

Ref. T88555.
August 10, 2021, 07:51 (GMT)
Fix T90268: Mesh.from_pydata error using numpy array for edges/faces

Technically not a bug but worth supporting.
August 10, 2021, 07:34 (GMT)
Merge remote-tracking branch 'origin/temp-geometry-nodes-fields-prototype' into temp-geometry-nodes-fields-prototype

# Conflicts:
# source/blender/blenkernel/BKE_node.h
August 10, 2021, 07:33 (GMT)
Extrude and Move Node

This adds an additional version of the extrude node, which operates on
vertices, edges and faces and moves the extruded region by a given
offset vector.
August 10, 2021, 07:28 (GMT)
PyDoc: fix for renamed context member

Missing change from 9cff9f9f5df034ca27848875c25471dd952c34c4.
August 10, 2021, 06:42 (GMT)
Fix T90551: Dopesheet displays keyframes differently.

Regression introduced by {rB73b047bcd431}. Missing a check when
converting the file to use LISTBASE_FOREACH.
August 10, 2021, 06:25 (GMT)
fix curve parameter type
August 10, 2021, 05:57 (GMT)
Silensed compilation warning in gpu test case.
August 10, 2021, 05:10 (GMT)
Edit Mesh: multi-object edit-mode support for knife project
Revision b83ee72 by Ankit Meel (master)
August 10, 2021, 05:00 (GMT)
Fix T90418: macOS codesign fails with dylib next to executable

Change the dylib folder relative to `Blender` executable to be
the same as before rB652fbc200500497a67bd11d18b786587ba34e3d9 and same
as bpy.so : `@loader_path/../Resources/${BLENDER_VERSION}/lib`
August 10, 2021, 04:44 (GMT)
Fix T90493: Undo a knife-project operation crashes

The crash occurred calling because mesh_get_eval_final in edit-mode
freed all derived mesh data without tagging the object for updating.

However meshes in edit-mode weren't meant to be used as knife-project
source-data, adding support for multi object edit-mode caused this.
August 10, 2021, 04:24 (GMT)
Merge branch 'master' into geometry-nodes-level-set-nodes
August 10, 2021, 03:42 (GMT)
Fix install location
August 10, 2021, 03:17 (GMT)
Simplify trimming overwrite function
August 10, 2021, 02:59 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
August 10, 2021, 02:58 (GMT)
Cleaup: typo
August 10, 2021, 02:57 (GMT)
Cleanup: unused include
August 10, 2021, 02:39 (GMT)
Change dylib install location to fix codesign issue
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021