Simulation Nodes: bake simulation states to disk #106937

Merged
Jacques Lucke merged 116 commits from JacquesLucke/blender:sim-bake into geometry-nodes-simulation 2023-04-22 14:48:56 +02:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit f4538e39c0 - Show all commits

View File

@ -3188,6 +3188,8 @@ static void node_draw_zones(TreeDrawContext & /*tree_draw_ctx*/,
}
immVertex3fv(pos, fillet_boundary_positions[0]);
immEnd();
immUnbindProgram();
}
for (const int zone_i : zones->zones.index_range()) {