Mesh: Move functions to C++ header #105416

Merged
Hans Goudey merged 18 commits from HooglyBoogly/blender:mesh-header-cleanup into main 2023-03-12 22:29:27 +01:00

18 Commits

Author SHA1 Message Date
Hans Goudey d4b239404e Cleanup: Fix typo 2023-03-12 17:17:21 -04:00
Hans Goudey b92c7eda64 Slightly change arguments to some poly functions 2023-03-12 17:11:00 -04:00
Hans Goudey c1cd454127 Merge branch 'main' into mesh-header-cleanup 2023-03-12 16:50:43 -04:00
Hans Goudey cbf39ce5ed Merge branch 'main' into mesh-header-cleanup
buildbot/vexp-code-patch-coordinator Build done. Details
2023-03-10 08:35:51 -05:00
Hans Goudey 221d1e2436 Remove most changes in mesh_tessellate.cc 2023-03-09 15:44:25 -05:00
Hans Goudey b12347c3ad Small cleanups to the diff 2023-03-09 15:26:08 -05:00
Hans Goudey a5abac0e21 Merge branch 'main' into mesh-header-cleanup 2023-03-09 14:46:31 -05:00
Hans Goudey 84abdb4a48 Cleanup 2023-03-09 13:29:43 -05:00
Hans Goudey 2bc2a7fd29 Fixes after merge 2023-03-09 12:55:45 -05:00
Hans Goudey d61e17fc41 Merge branch 'main' into mesh-header-cleanup 2023-03-09 12:32:52 -05:00
Hans Goudey 721db8d3d9 Merge branch 'main' into mesh-header-cleanup 2023-03-06 11:19:57 -05:00
Hans Goudey 8e04fcea24 Fix: Unused variable 2023-03-03 16:36:15 -05:00
Hans Goudey f6f6e32c65 Fixes 2023-03-03 16:13:40 -05:00
Hans Goudey 30e971c843 Cleanup 2023-03-03 15:38:39 -05:00
Hans Goudey 0d57192fd6 Cleanup: Add const 2023-03-03 15:25:58 -05:00
Hans Goudey 61aeebd59a Cleanup 2023-03-03 15:10:52 -05:00
Hans Goudey 4c4db70a3f Merge branch 'main' into mesh-header-cleanup 2023-03-03 14:29:32 -05:00
Hans Goudey 58aed8965c Refactor: Move various mesh functions to C++ header, improve API
The BKE_mesh.hh header is meant to include functions that have data
arrays for inputs or outputs.
2023-03-02 15:14:17 -05:00