AcademySoftwareFoundation/openvdb

Add VDB Point Support to vdb_print

Open

#617 opened on Jan 23, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (762 forks)auto 404
good first issue

Repository metrics

Stars
 (3,343 stars)
PR merge metrics
 (PR metrics pending)

Description

The vdb_print binary is missing support for VDB Point grids. This would be super useful. Some recommended functionality:

  • total/active/inactive point count
  • attribute name, type, uniform, index, flags, compression information
  • group name and count information
  • whether the descriptor is shared (option to print out all descriptors which differ?)

I suggest that this is only implemented for ABI=6 and above as there are some new virtual functions that will make this easier.

Contributor guide