How to control object rotation speed by custom attribute with smooth rotation adjustments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to control rotation of object (helicopter rotor) by a custom attribute parameter. Let say custom attribute parameter changes from 0 to 100. If custom attribute parameter is 0 then there is no rotation on helicopter rotor. If custom attribute parameter is 100 then helicopter rotor is at full rotation speed. If I make a simple expression for rotation axis as Custom_Attribute_parameter*S (where S is seconds) then it works fine while custom attribute parameter doesn't change over time. The problem arise when I need smoothly change rotation speed over time, like if helicopter rotor increasing or decreasing rotation over time. Because in my version rotation values change significantly over time depending on the current time, S parameter. Can someone give me a clue how to achieve a smooth rotation speed change in any time on timeline, please?