Skip to content

Commit 7faf784

Browse files
authored
pass deformation scaling factor to animator
This fix transfers deformation scale factor to animator
1 parent 98fde68 commit 7faf784

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
@@ -107,5 +107,6 @@ def animate_mode(
107107
save_as=save_as,
108108
mode_number=mode_number,
109109
clim=[0, max_data],
110+
scale_factor=deform_scale_factor,
110111
**kwargs,
111112
)

0 commit comments

Comments
 (0)