Created by: portnov
The problem is described in #3307 (closed) .
This adds an option to "curve frame" node (visible in the N panel only) which defines what to do in some cases:
- give an error (default)
- or return some arbitrary matrix, with only property of having Z axis along curve's tangent (other two axes are arbitrary).
Solution description
Please describe how do you intend to solve the problem: change some method, or introduce new class, or whatever.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.