Skip to content

Commit a4f839a

Browse files
committed
Color animation
1 parent 753569d commit a4f839a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def from_files(path1, path2, title=None, **kwargs):
1212
title = (path1, path2) if path2 else path1
1313
o1 = load(path1)
1414
o2 = load(path2) if path2 else None
15-
diff(o1, o2, **kwargs)
15+
diff(o1, o2, title=title, **kwargs)
1616

1717

1818
# display a window showing the diff between to pyvista objects

0 commit comments

Comments
 (0)