[Bf-blender-cvs] [30d3dd4de16] master: Added more Geometry Node tests

Himanshi Kalra noreply at git.blender.org
Tue Aug 24 10:00:40 CEST 2021


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



More information about the Bf-blender-cvs mailing list