Cleanup: Rename pbvh.cc to pbvh_colors.cc

In preparation for moving pbvh.c to C++, give this file a different name
so git will recognize that future commit as a rename.
This commit is contained in:
Hans Goudey 2023-01-23 14:47:08 -06:00
parent 7fc395354c
commit f24b9a7943
2 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ set(SRC
intern/particle_distribute.c
intern/particle_system.c
intern/pbvh.c
intern/pbvh.cc
intern/pbvh_colors.cc
intern/pbvh_bmesh.c
intern/pbvh_pixels.cc
intern/pbvh_uv_islands.cc