Skip to content

Commit

Permalink
add a couple more vector nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Sep 15, 2024
1 parent 96b5125 commit 020e16c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file modified molecularnodes/assets/MN_data_file_4.2.blend
Binary file not shown.
9 changes: 9 additions & 0 deletions molecularnodes/ui/node_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,15 @@ def get_submenu(self, name: str) -> Submenu:
description="Test if a vector is element-wise between the upper and lower bounds.",
),
Break(),
MenuItem(
name="Vector from Point",
description="Calculate the vector from the current point's position to the input vector",
),
MenuItem(
name="Mix Position",
description="Mix the current point's Position with the input vector",
),
Break(),
MenuItem(
name="Fractionate Float",
description="Test if a vector is element-wise between the upper and lower bounds.",
Expand Down

0 comments on commit 020e16c

Please sign in to comment.