From 7c39e1ddabadb17e68a0397ca208aa585bd89cf6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 1 Sep 2010 18:28:13 -0400 Subject: [PATCH] Note that unloaded curves will not have any Data or DataInfo portion saved in playlist files. --- doc/tutorial.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/tutorial.txt b/doc/tutorial.txt index f8f06c3..e24358f 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -367,6 +367,11 @@ or just pprint_ the whole thing:: .. todo:: UI access to block (and curve?) info dicts. Someone should make a tree-based object browser ;). +.. todo:: Playlists currently drop all :class:`~hooke.curve.Data` + instances when they are unloaded, so you can't extract the fitted + parameters from unloaded curves. We'll need a way to export chosen + curve attributes to file. + Command stacks ~~~~~~~~~~~~~~ -- 2.26.2