Skip to content

Commit

Permalink
Added note regarding issue with export of animations. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Oct 7, 2021
1 parent a836b41 commit 00ed1ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mph/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,13 @@ def export(self, node=None, file=None):
in the node's properties will be used. If called without any
arguments, all export nodes defined in the model are run using
the default file names.
Note that some export nodes, namely animations, require a
property other than `filename` to be set, and therefore passing
a `file` argument will fail. This may be corrected in a future
release. See [issue #43].
[issue #43]: https://github.com/MPh-py/MPh/issues/43
"""
if node is None:
for node in self/'exports':
Expand Down

0 comments on commit 00ed1ab

Please sign in to comment.