Revision: 1521
Author: chadrik
Date: Sat Jan 2 22:33:38 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/pymel/source/detail?r=1521
Modified:
/wiki/version_1_0_todo.wiki
=======================================
--- /wiki/version_1_0_todo.wiki Sat Jan 2 22:31:58 2010
+++ /wiki/version_1_0_todo.wiki Sat Jan 2 22:33:38 2010
@@ -14,11 +14,11 @@
* √ pymel.all
* √ merge upgradeScripts into 0.9
* √ complete upgradeScripts
- * √ add more deprecations (__radd__, etc)
+ * √ add more deprecations ({{{__radd__}}}, etc)
* - finish components
- * √ add _dimLength for all applicable comp types
+ * √ add {{{_dimLength}}} for all applicable comp types
* √ pass all old tests
- * re-institute numCVs(inU/V) => _numCVs translation in apiBridge
(instead of hardcoded in nodetypes)
+ * re-institute numCVs(inU/V) => {{{_numCVs}}} translation in apiBridge
(instead of hardcoded in nodetypes)
* √ add/pass more tests for slice indexing for applicable components
* √ add/pass more tests for tricky / extended slices: ie, {{{[:3],
[:-1], [-3:-1], [5:1:2]}}}, etc
* √ add/pass tests for ranges of float parameters: ie,
{{{'nurbsSphere1.v[5.657][3.1:4.2]'}}}