Refactor: Use blender::Array for SubdivCCGNeighbors
commit06f04a2c1969d5ac4c98cab0bdd779dd56d7b0df
authorSean Kim <SeanCTKim@protonmail.com>
Wed, 3 Apr 2024 00:37:45 +0000 (3 02:37 +0200)
committerHans Goudey <hooglyboogly@noreply.localhost>
Wed, 3 Apr 2024 00:37:45 +0000 (3 02:37 +0200)
treee6a60afc58c010a773ae2d12e4dc051c446920c7
parentd4c7e6f020f80c0a2f73c455f59a94a53a410a79
Refactor: Use blender::Array for SubdivCCGNeighbors

To avoid requiring callers to remember to free the allocated data.

Pull Request: https://projects.blender.org/blender/blender/pulls/120194
source/blender/blenkernel/BKE_subdiv_ccg.hh
source/blender/blenkernel/intern/subdiv_ccg.cc
source/blender/editors/sculpt_paint/sculpt.cc