Week 10
I spent this week adding the size_in_bytes_approximate()
method to GeometrySet
by adding it as a virtual method to GeometryComponent
and implementing it for the required components, out of which only MeshComponent
is giving a somewhat useable value, rest are way off . check out the PR here
Got some review changes to do on the PLY import node PR will get it done tonight and get it in main early next week.
Also I made a post about my plan to implement the csv import node in the feedback thread, do check it out. the csv node was the last thing in my proposal, feels surreal, how far I got.