-
Notifications
You must be signed in to change notification settings - Fork 0
/
__todo__.py
45 lines (45 loc) · 1.84 KB
/
__todo__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"""
TODO: Enhancement
* Update README
* PopupBar Widget closing nodegraphs
Closing tabs in general needs to run some sort of cleanup handler
* VariableManager | Can load multiple patterns
Remake this?
* Backdrop lock
* Lock all items in a backdrop
- Lock toggle button
popup password, store in cypher
- Lock all nodes in backdrop
* Gesture Layers
Shading Nodes
- Slice Layer
- Link Selection Layer
- NMC
Hit box detection
Not sure if this is worth supporting. The API is very closed off.
- Extract API
1 Layer
Do x on hit
Do x on release
* Popup Widgets
Tidy this API up
TODO: cgwidgets
* List handler is driving me up the walls
When typing from empty, after it shows the first time, after the first key, if there are no
valid options, it will close.
* PopupBar Widget (performance)
- Move this to a StackWidget that hides/shows on hover
* PopupBar Widget (bug)
- Pin widget for some reason doesn't disappear all the time
Maybe something to do with the timer? In theory this might resolve after
moving to a stacked widget.
TODO: BUGS
* Node Graph
If no nodegraphs found, will fail on init
* Node Graph Pins
- Deleting a reference and re adding the same reference does not work
probably needs to update internal meta data
- Move to popup widget API? Users could potentially popup their favorite nodes?
* Gesture Layer
- Check hit handler, this might need to be moved into world space to ensure hits are correct?
"""