MCPcopy Create free account
hub / github.com/ImageEngine/cortex / mesh2

Function mesh2

src/IECoreScene/bindings/FontBinding.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67MeshPrimitivePtr mesh2( Font &f, const std::string &s )
68{
69 IECorePython::ScopedGILRelease gilRelease;
70 return f.mesh( s );
71}
72
73} // namespace
74

Callers

nothing calls this directly

Calls 1

meshMethod · 0.45

Tested by

no test coverage detected