Commit: 30d3dd4de160cbebfd1143d188f937d170be50a6
Author: Himanshi Kalra
Date:   Tue Aug 24 13:22:01 2021 +0530
Branches: master
https://developer.blender.org/rB30d3dd4de160cbebfd1143d188f937d170be50a6

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

===================================================================

M       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})

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to