Page MenuHome

Cleanup: Rearrange files used for mesh extraction
ClosedPublic

Authored by Germano Cavalcante (mano-wii) on Jul 21 2021, 8:59 PM.

Details

Summary

The draw module has a folder containing different types of buffer extractors - draw\intern\mesh_extractors.

However, it is not easy to identify what its header is, and where the shared functions are.

This patch proposes to move draw_cache_extract_mesh_extractors.c and draw_cache_extract_mesh_private.h to the same folder as the extractors and rename these files to make them more identifiable.

Diff Detail

Repository
rB Blender

Event Timeline

Germano Cavalcante (mano-wii) requested review of this revision.Jul 21 2021, 8:59 PM
Germano Cavalcante (mano-wii) created this revision.
This revision is now accepted and ready to land.Jul 26 2021, 11:56 AM