[NodesConstraints] add features : smooth connection, disconnection #163

Merged
ReafLife merged 6 commits from main into main 2025-09-08 09:14:42 +00:00
ReafLife commented 2025-09-07 03:07:32 +00:00 (Migrated from github.com)

I added a feature that makes node connections and disconnections occur gradually over a specified duration when a Constraint is enabled or disabled, instead of happening instantly
This feature was added to assist when controlling NC within the Timeline
If external factors cause the child’s position at the time the Constraint was created to differ from its current position, and the child is an element controlled by the Timeline, the final Transform value would normally be applied immediately when the Constraint is enabled or disabled, causing a kind of popping effect
This feature helps to correct that to some extent

option off
smoothOpt off

option on
smoothOpt on

I added a feature that makes node connections and disconnections occur gradually over a specified duration when a Constraint is enabled or disabled, instead of happening instantly This feature was added to assist when controlling NC within the Timeline If external factors cause the child’s position at the time the Constraint was created to differ from its current position, and the child is an element controlled by the Timeline, the final Transform value would normally be applied immediately when the Constraint is enabled or disabled, causing a kind of popping effect This feature helps to correct that to some extent option off ![smoothOpt off](https://github.com/user-attachments/assets/84f8d83b-53e4-42a0-b179-2322c797c5f4) option on ![smoothOpt on](https://github.com/user-attachments/assets/603c0047-c17d-4232-b22d-6ef4205129dd)
ManlyMarco (Migrated from github.com) approved these changes 2025-09-08 09:14:01 +00:00
Sign in to join this conversation.
No description provided.