Geometry Nodes: Add volume grid creation nodes #118761

Merged
Hans Goudey merged 9 commits from HooglyBoogly/blender:geometry-nodes-grid-create into main 2024-02-28 22:15:20 +01:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 8cd2b17d06 - Show all commits

View File

@ -9,7 +9,7 @@
#include <cstdio>
#include "BKE_layer.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "DNA_collection_types.h"
#include "DNA_scene_types.h"

View File

@ -13,7 +13,7 @@
#include "BKE_context.hh"
#include "BKE_mesh.hh"
#include "BKE_object.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "BLI_string.h"

View File

@ -12,7 +12,7 @@
#include "BKE_layer.hh"
#include "BKE_mesh.hh"
#include "BKE_object.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "DNA_collection_types.h"
#include "DNA_layer_types.h"

View File

@ -6,7 +6,7 @@
* \ingroup obj
*/
#include "BKE_report.h"
#include "BKE_report.hh"
#include "BLI_map.hh"
#include "BLI_math_color.h"