From 30d3dd4de160cbebfd1143d188f937d170be50a6 Mon Sep 17 00:00:00 2001 From: Himanshi Kalra Date: Tue, 24 Aug 2021 13:22:01 +0530 Subject: Added more Geometry Node tests * Attributes * Utilities * Volume Test folder located in `lib\tests\modeling\geometry_nodes` It contains around 34 new tests. * attribute clamp + other attribute nodes * Curve Primitive nodes * Mesh Primitive nodes * delete geometry * convex hull * subdivision surface * boolean intersect * boolean diff * volume to mesh Reviewed By: zazizizou, JacquesLucke Differential Revision: https://developer.blender.org/D12250 --- tests/python/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/python/CMakeLists.txt') diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 0f9665f0a95..79632e49c1f 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -741,10 +741,17 @@ if(WITH_COMPOSITOR) endif() set(geo_node_tests + attributes + curve_primitives curves geometry + mesh_primitives mesh points + utilities + vector + volume + ) foreach(geo_node_test ${geo_node_tests}) -- cgit v1.2.3