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:
committed by
Jesse Yurkovich
parent
62d72bd0b5
commit
fd3f8c1265
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user