• Georgia Gkioxari's avatar
    update padded in meshes · 1fb97f9c
    Georgia Gkioxari authored
    Summary:
    Three changes to Meshes
    
    1. `num_verts_per_mesh` and `num_faces_per_mesh` are assigned at construction time and are returned without the need for `compute_packed`
    2. `update_padded` updates `verts_padded` and shallow copies faces list and faces_padded and existing attributes from construction.
    3. `padded_to_packed_idx` does not need `compute_packed`
    
    Reviewed By: nikhilaravi
    
    Differential Revision: D21653674
    
    fbshipit-source-id: dc6815a2e2a925fe4a834fe357919da2b2c14527
    1fb97f9c
test_meshes.py 45 KB