TODO list update
This commit is contained in:
parent
6427001c83
commit
e2beaed115
1 changed files with 23 additions and 4 deletions
27
TODO
27
TODO
|
@ -26,10 +26,29 @@ Scripting:
|
||||||
* (Output only) Texture / framebuffer re-use
|
* (Output only) Texture / framebuffer re-use
|
||||||
|
|
||||||
Sync / inputs:
|
Sync / inputs:
|
||||||
* Curve / timeline display
|
* Widget for displaying single inputs
|
||||||
* Display selected input values
|
* Widget for displaying overrides
|
||||||
* Display selected overrides
|
* Check for inputs/overrides that no longer exist
|
||||||
* Edit curves in UI
|
* Structure for undoing actions
|
||||||
|
* Curve file external updates
|
||||||
|
* Segment creation
|
||||||
|
* Segment deletion
|
||||||
|
* Segment type change
|
||||||
|
* Value changes
|
||||||
|
* Duration changes
|
||||||
|
* Point insertion
|
||||||
|
* Total duration / duration unit changes
|
||||||
|
* Compaction
|
||||||
|
* Local changes vs file update
|
||||||
|
* Editing single values
|
||||||
|
* Resizing segments
|
||||||
|
* Resizing segment sections
|
||||||
|
* Changing segment types
|
||||||
|
* "Moving" points (duration / value changes)
|
||||||
|
* Compacting curve data
|
||||||
|
-> merge segments
|
||||||
|
-> remove points that serve no purpose
|
||||||
|
* Saving data
|
||||||
|
|
||||||
Misc:
|
Misc:
|
||||||
* General overhaul (e.g. use tabs)
|
* General overhaul (e.g. use tabs)
|
||||||
|
|
Loading…
Reference in a new issue