From: W. Trevor King Date: Wed, 1 Sep 2010 22:28:13 +0000 (-0400) Subject: Note that unloaded curves will not have any Data or DataInfo portion saved in playlis... X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=7c39e1ddabadb17e68a0397ca208aa585bd89cf6;ds=sidebyside Note that unloaded curves will not have any Data or DataInfo portion saved in playlist files. --- 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 ~~~~~~~~~~~~~~