Purpose of attaching transform nodes on nurbsCurves.
It is sorted based on the kwargs below, easy to learn.
Points : Auto
Points : onGuide
This method will allow to attach that you have created any transform node types.
targets : <you wish to attach objects>
keep_parameter : ✅ vs keep_parameter : 🔳
keep_parameter : 🔳
All attached node will stay on the current position regardless of stretching the curve.
It will look like the sliding.
keep_parameter: ✅
All attached node will follow to the cv(parameter).
Points : manual
amount
You can customize parameter value where you want to attach the nodes
range 0.0~1.0
This will be triggered by the amount value
targets : <integer>
no matter even if your curve parameter range is over 1 <ex : minMaxValue [0.0, 10.0]>
2. targets
You can attach any transform nodes what you want based on the customized the parameter values.
range 0.0~1.0
This will be triggered by the targets numbers
targets : <you wish to attach objects>
no matter even if your curve parameter range is over 1 <ex : minMaxValue [0.0, 10.0]>
Add Comment