Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Twist along Curve Field" node #5168

Merged
merged 7 commits into from
Nov 15, 2024
Merged

"Twist along Curve Field" node #5168

merged 7 commits into from
Nov 15, 2024

Conversation

portnov
Copy link
Collaborator

@portnov portnov commented Nov 14, 2024

This node generates a vector field, which does a generic type of space
transformation. It is similar to what "Bend Along Curve Field" node does, but
rotation of space around the curve is controlled by user, not calculated by
some algorithm. So with this node you can generate a field that does a
combination of two transformations: 1) bending along some curve, and 2)
arbitrary twisting around that curve.

Example nodes setup:

twist_along_curve_track_nodes

result:

twist_along_curve_track_result

Same, but with "linear" interpolation mode:

twist_along_curve_track_linear

Example setup for "Matrices" mode:

track_along_curve_matrices

Result:
track_along_curve_matrices_result

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.

@portnov portnov merged commit 7ca02ff into master Nov 15, 2024
2 checks passed
@portnov portnov deleted the frame_along_curve branch November 15, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant