Page MenuHome

Move curve to mesh node implementation to geometry module
AbandonedPublic

Authored by Hans Goudey (HooglyBoogly) on Sep 21 2021, 12:49 AM.

Details

Summary

I would like to use this for curve object data conversion to mesh in D12533.
and this seems like the best place to extract the functionality to, since the
behavior is a bit more high level than I would expect to see in the kernel.

Diff Detail

Repository
rB Blender
Branch
curve-to-mesh-geometry-module (branched from master)
Build Status
Buildable 17173
Build 17173: arc lint + arc unit

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Sep 21 2021, 12:49 AM
Hans Goudey (HooglyBoogly) created this revision.

Since I have to use this in blenkernel, best to move it there to avoid creating a dependency cycle.