Skip to content

Commit

Permalink
add menu button for animate field node
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Jan 2, 2023
1 parent f866a21 commit f291055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MolecularNodes/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ def draw(self, context):
menu_item_interface(layout, 'Animate Frames', 'MOL_animate_frames',
"Interpolate between frames of a trajectory." +
"Given a collection of frames for a trajectory, this node interpolates between them from start to finish based on the Animate field taking a value from 0 to 1. The positions of the Atoms are then moved based on this field")
menu_item_interface(layout, 'Animate Field', 'MOL_animate_field')
menu_item_interface(layout, 'Animate Value', 'MOL_animate_value',
"Animates between given start and end values, based on the input start and end frame of the timeline. Clamped will limit the output to the 'To Min' and 'To Max', while unclamped will continue to interpolate past these values. 'Smoother Step' will ease in and out of these values, with default being linear interpolation")
layout.separator()
Expand Down

0 comments on commit f291055

Please sign in to comment.