Blender Git Loki
Git Commits -> Revision 5ad4ca4
Revision 5ad4ca4 by Johnny Matthews (master) November 22, 2021, 18:07 (GMT) |
CurveEval: Add total_length() and total_control_point_size() methods Add the following methods to the CurveEval class: total_length() : returns the total length of the curve without needing to allocate a new array total_control_point_size() : returns the total number of control points without needing to allocate a new array |
Commit Details:
Full Hash: 5ad4ca4e02236dbd2a188789bfef196c62d9047e
Parent Commit: 0129178
Lines Changed: +21, -0