Skip to content

Commit

Permalink
rename transform nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Nov 3, 2024
1 parent 04c7e3b commit d158844
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified molecularnodes/assets/MN_data_file_4.2.blend
Binary file not shown.
14 changes: 7 additions & 7 deletions molecularnodes/ui/node_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,31 +903,31 @@
),
Break(),
MenuItem(
name="Scale Transform",
name="Transform Scale",
description="Scale the components of a transform individually with between 0 and their value",
),
MenuItem(
name="Relative Transform",
name="Transform Relative",
description="The transform to get from B to A, relative to the CB axis",
),
MenuItem(
name="Mix Transform",
name="Transform Mix",
description="Mix between two transforms, controlling the translation, rotation and scale independently",
),
MenuItem(
name="Local Transform",
name="Transform Local",
description="",
),
MenuItem(
name="Local Axis Transform",
name="Transform Local Axis",
description="Create a transform that is rotation around an axis in local space, with local space defined by the origin point which defaults to Position",
),
MenuItem(
name="Transform Collapse",
name="Transform Accumulate",
description="Accumulate transforms on the domain if selected",
),
MenuItem(
name="Transform Collapse Point",
name="Transform Accumulate Point",
description="Accumulate transforms on a domain, applying these transforms to the Position",
),
Break(),
Expand Down

0 comments on commit d158844

Please # to comment.