Geometry Nodes: initial Volume Grid socket support #115270

Merged
Jacques Lucke merged 193 commits from LukasTonne/blender:volume-grid-sockets into main 2023-12-20 22:33:26 +01:00
Showing only changes of commit c837056e45 - Show all commits

View File

@ -38,7 +38,7 @@ template<typename T> struct ValueOrField {
ValueOrField(Field field) : field(std::move(field)) {}
ValueOrField(const GridPtr &grid) : grid(std::move(grid)) {}
ValueOrField(GridPtr grid) : grid(std::move(grid)) {}
~ValueOrField()
{