projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd152a6
)
Note that unloaded curves will not have any Data or DataInfo portion saved in playlis...
author
W. Trevor King
<wking@drexel.edu>
Wed, 1 Sep 2010 22:28:13 +0000
(18:28 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 1 Sep 2010 22:28:13 +0000
(18:28 -0400)
doc/tutorial.txt
patch
|
blob
|
history
diff --git
a/doc/tutorial.txt
b/doc/tutorial.txt
index f8f06c32d068fe9e6a604d76e2e97b99180b0fb4..e24358fa08e9e2f5988b43f9321efc47d43520f2 100644
(file)
--- 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
~~~~~~~~~~~~~~