From 44ab02fc5c2d67281228ab068b39941d53f2bb47 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 5 Dec 2022 12:06:18 +0100 Subject: [PATCH] Geometry Nodes: add texture regression test category --- tests/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index e05219901ce..fd37a8be640 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -797,6 +797,7 @@ set(geo_node_tests mesh/extrude mesh/split_edges points + texture utilities vector )