Tests: add PointCloud datablock to IO report

Adds support for comparing PointCloud datablocks inside the IO report.

Pull Request: https://projects.blender.org/blender/blender/pulls/147490
This commit is contained in:
Jesse Yurkovich
2025-10-07 05:13:43 +02:00
committed by Jesse Yurkovich
parent 62d72bd0b5
commit fd3f8c1265
3 changed files with 52 additions and 0 deletions

View File

@@ -68,6 +68,19 @@
- (1.000, 1.000)
- (0.000, 1.000)
==== Point Clouds: 1
- PointCloud 'point_instancer' points:1
- attr 'mask' BOOLEAN POINT
- 1
- attr 'orientation' QUATERNION POINT
- (0.929, 0.301, 0.205, -0.066)
- attr 'position' FLOAT_VECTOR POINT
- (0.000, 0.000, 0.000)
- attr 'proto_index' INT POINT
- 0
- attr 'scale' FLOAT_VECTOR POINT
- (1.000, 1.000, 1.000)
==== Objects: 6
- Obj 'A' MESH data:'A'
- pos 0.000, 0.000, 0.000

View File

@@ -13,6 +13,22 @@
- attr 'sharp_face' BOOLEAN FACE
- 1 1 1 1 1 1
==== Point Clouds: 1
- PointCloud 'MainInstancer' points:2
- attr 'mask' BOOLEAN POINT
- 1 1
- attr 'orientation' QUATERNION POINT
- (1.000, 0.000, 0.000, 0.000)
- (1.000, 0.000, 0.000, 0.000)
- attr 'position' FLOAT_VECTOR POINT
- (2.000, 0.000, 0.000)
- (-2.000, 0.000, 0.000)
- attr 'proto_index' INT POINT
- 0 0
- attr 'scale' FLOAT_VECTOR POINT
- (1.000, 1.000, 1.000)
- (1.000, 1.000, 1.000)
==== Objects: 2
- Obj 'MainInstancer' POINTCLOUD data:'MainInstancer'
- pos 0.000, 0.000, 0.000