Block a user
053ff3c7d4
add header
3bad7a51cb
Implement simulation nodes as lazy functions directly
ecb91d46a8
Merge branch 'main' into geometry-nodes-simulation
Jacques Lucke
pushed to custom-data-layer-creation-api at JacquesLucke/blender
2023-03-14 14:25:29 +01:00
0dfa3a2295
Merge branch 'main' into custom-data-layer-creation-api
258678916f
Geometry Nodes: use lazy-function directly for switch node
ce34024681
Merge branch 'blender-v3.5-release'
4ff3cd2476
Fix error building on Linux
51e5417bd3
Fix #105678: Crash assigning Image.pixels to an undersized sequence
Jacques Lucke
deleted branch switch-node-separate-api from JacquesLucke/blender
2023-03-14 14:09:42 +01:00
Geometry Nodes: use lazy-function directly for switch node
15dc530bc4
cleanup
22305ea695
use constexpr
b7ebfdc451
don't use file namespace outside of file
1fe934f980
Merge branch 'main' into switch-node-separate-api
ce34024681
Merge branch 'blender-v3.5-release'
Jacques Lucke
pushed to index-mask-refactor-replace-existing at JacquesLucke/blender
2023-03-13 23:25:55 +01:00
Compare 4 commits »
Jacques Lucke
pushed to index-mask-refactor-replace-existing at JacquesLucke/blender
2023-03-13 21:28:19 +01:00
Compare 10 commits »
Jacques Lucke
created branch index-mask-refactor-replace-existing in JacquesLucke/blender
2023-03-13 21:28:19 +01:00
WIP: Readfile: replace blend_read_lib/blend_read_expand by foreach_id
Looks like a nice improvement. It's a bit sad that we need 3 new flags for this, but I also can't think of a better approach right now.
Mesh: Replace MLoop struct with generic attributes
Besides the things mentioned, this looks good to me.