Blender Git Commit Log

All Blender Git commits.

Page: 2555 / 8462

April 28, 2019, 15:50 (GMT)
subscript operator for range
April 28, 2019, 14:05 (GMT)
Fix T63794: duplicating an armature clears B-Bones' custom handle references.

This patch fixes T63794 by updating duplicated bones' custom handle references
to point to the new armature's bones.

The problem occurs because B-Bones of a duplicated armature keep pointing to
the old armature's bones. The references are cleared upon entering Edit Mode
because there are no matching `EditBone` for such bones, and `find_ebone_link`
just returns `NULL` in such cases.

Reviewers: mont29, angavrilov

Maniphest Tasks: T63794

Differential Revision: https://developer.blender.org/D4726
April 28, 2019, 13:06 (GMT)
group node info into a struct
April 28, 2019, 12:49 (GMT)
fix error in last merge
April 28, 2019, 12:42 (GMT)
Merge branch 'master' into functions
April 28, 2019, 09:48 (GMT)
Cleanup: clangg-format for rB157cc54ed521
April 27, 2019, 21:59 (GMT)
use more correct type name
April 27, 2019, 21:40 (GMT)
initialize llvm for tests
April 27, 2019, 21:29 (GMT)
unit test for Float Range function
April 27, 2019, 21:18 (GMT)
initial unit test for functions system
April 27, 2019, 20:32 (GMT)
reduce likelyhood for heap allocation in fgraph evaluation
April 27, 2019, 20:23 (GMT)
splitup graph evaluation in three parts
April 27, 2019, 20:16 (GMT)
move more into the value storage abstraction
April 27, 2019, 20:03 (GMT)
move value storage into separate struct
April 27, 2019, 18:37 (GMT)
Fix T63936 GPUSelect: Read depth in the end

fix T63936 introduced in 86914e713347.

Reviewers: fclem

Reviewed By: fclem

Tags: #bf_blender

Maniphest Tasks: T63936

Differential Revision: https://developer.blender.org/D4750
April 27, 2019, 18:21 (GMT)
use macro for pointer offset
April 27, 2019, 18:15 (GMT)
put values in a struct that are accessed together
April 27, 2019, 17:58 (GMT)
remove unused socket flag
April 27, 2019, 17:49 (GMT)
do less unnecessary data copies
April 27, 2019, 17:34 (GMT)
copy computed value to fn_out immediatly
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021