Display:
Master Commits
Branch Commits
All Commits
Blender
Git "functions" branch commits.
Page: 102 / 119
April 6, 2019, 16:05 (GMT)
automatically destruct stack allocated tuples in c++
April 6, 2019, 15:21 (GMT)
initial generic automatic vectorization, used in Combine Vector node
April 6, 2019, 13:23 (GMT)
Implicit conversion from individual elements to lists
April 6, 2019, 12:58 (GMT)
vectorized output sockets don't need a property
April 6, 2019, 10:00 (GMT)
List Length node and fail early when socket types don't match
April 6, 2019, 09:05 (GMT)
Vectorization support for Node UI
April 5, 2019, 17:31 (GMT)
initial IR for vector addition
April 5, 2019, 16:57 (GMT)
new Vector Math node
April 5, 2019, 16:44 (GMT)
Generate LLVM IR for Mul and Sin
April 5, 2019, 10:45 (GMT)
Sin operation in Float Math node
April 5, 2019, 10:31 (GMT)
remove notes and unused variable
April 5, 2019, 10:29 (GMT)
use the socket name directly, instead of a getter function
April 5, 2019, 10:10 (GMT)
Validate more aspects of the node tree while syncing
April 5, 2019, 09:32 (GMT)
Splitup C API for separate components in different files
April 4, 2019, 15:53 (GMT)
fix for reroute nodes
April 4, 2019, 15:49 (GMT)
Merge branch 'master' into functions
April 4, 2019, 12:29 (GMT)
Fix: print python error message if there is one
April 4, 2019, 12:26 (GMT)
More robust node tree update after changes This implements a tree wide synching procedure, that corrects all invalid things it can find. Also, trees are updated in the correct order, when they depend on each other.
April 3, 2019, 17:01 (GMT)
Merge branch 'master' into functions
April 3, 2019, 16:26 (GMT)
Merge branch 'master' into functions