Skip to content

Commit 98fde68

Browse files
authored
Fixes the mesh deformation for mode shape animation
This commit make deform_by default for mode animation.
1 parent b7cc169 commit 98fde68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/dpf/core/animation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def animate_mode(
9696

9797
wf.set_input_name("ponderation", scaling_op.inputs.ponderation)
9898
wf.set_output_name("field", scaling_op.outputs.field)
99+
wf.set_output_name("deform_by", scaling_op.outputs.field)
99100

100101
anim = Animator(workflow=wf, **kwargs)
101102

0 commit comments

Comments
 (0)