Blender Git Loki
Git Commits -> Revision 49e4e4c
Revision 49e4e4c by Hans Goudey (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:56 (GMT) |
Cleanup: Make function static, use const object argument Also use `const Curve *` instead of `const Object *`, since the function works at a lower level than objects anyway. And also remove another unused function. Since this section of code for converting curves to meshes will likely be replaced, it's nicer to see which parts actually remain used at this point. |
Commit Details:
Full Hash: 49e4e4c08dc3d593053c354355802591cc1f0532
Parent Commit: 40d2702
Committed By: Fabian Schempp
Lines Changed: +40, -66