SmthFail
Results
2
comments of
SmthFail
Hi @brentyi! Thanks for answer. I found a way to update like this: ```python gaussian_splats = server.scene.add_gaussian_splats() new_buff = gaussian_splats.buffer.copy() # do some stuff with buffer gaussian_splats.buffer = new_buff ```...
@brentyi thanks for answer. I think it also be good to have method for get buffer in human-friendly array. Perhaps `get_parsed_buffer()`. If you want i can try to implement it...