Page MenuHome

Move curve to mesh node implementation to blenkernel
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Sep 21 2021, 4:37 PM.

Details

Summary

I would like to use this for curve object data conversion to mesh in D12533.

Diff Detail

Repository
rB Blender

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Sep 21 2021, 4:37 PM
Hans Goudey (HooglyBoogly) created this revision.
Jacques Lucke (JacquesLucke) added inline comments.
source/blender/blenkernel/BKE_curve_to_mesh.hh
30

Comments should be next to the implementation, not in the declaration. Think we had this in the style guide at some point, couldn't find it right now.

This revision is now accepted and ready to land.Sep 21 2021, 5:15 PM
source/blender/blenkernel/BKE_curve_to_mesh.hh
30

Oh yeah, I usually do that, just forgot here, thanks.