PyDoc: include buffer access in examples, cleanup
Note that buffer access is possible, also minor mathutils test cleanup.
This commit is contained in:
@@ -30,3 +30,6 @@ vec.rotate(eul)
|
||||
mat_rot = eul.to_matrix()
|
||||
mat_loc = mathutils.Matrix.Translation((2.0, 3.0, 4.0))
|
||||
mat = mat_loc @ mat_rot.to_4x4()
|
||||
|
||||
# Direct buffer access is supported.
|
||||
print(memoryview(eul).tobytes())
|
||||
|
||||
Reference in New Issue
Block a user