-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
93 lines (86 loc) · 2.41 KB
/
TODO
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# 0.1a
- Rework state and state selection
- Automate variable binding process
- Copy/paste ref management
- Disable unavailable classes options
- Display all available classes options in list view
- New file
# 0.2a
- Class hint
- Reindex objects
- Navigate to specific object in column view
- Automatic state id distribution
- Opitimize buildRefList
# 0.3a
- Loading skeleton file
- Bone select button
- Bone weight/index array
- Edit pointer variable
- BlenderGen fix
- Set keyboard focus when invoking var/evt select popup
# 0.4a
- Animation select button
- Loading character file
- Ref list update with pointer variables
- Macros
- Parse trigger macro
# 0.5a
- Refactor the shit out of the bloody widgets
- ListView/PropEdit edit all kinds of hkx file (which they're supposed to but were not due to my stupidity)
- Scalar/Reference edit's width set to fixed
## 0.5.1a
- Loading files that does not stick to 4 digit object indexing
- Blending transition hotfix
- Transition array hotfix
# 0.6a
- Editing character file (anim name & properties)
- CRC32 Macro
- Char prop in behavior file can edit type now
## 0.6.1a
- Dereference fix
- Picker listbox crash fix
- Sync clip gen ui fix
## 0.6.2a
- Trigger array same event fix
- Object reindex top level object fix
- Release build macro window fix
## 0.6.3a
- First state id assignment fix
- State machine selfTransitionMode ui fix
- Reverted widget width change
# 0.7a
- userData default value fix
- Multiselect with shift key
- Aligning column view item with children
## 0.7.1a
- Disable binding button for unbindable classes
- Unbound variable binding button icon change
- hkbFootIkControlsModifier ungroundedEvent fix
## 0.7.2a
### New
- Unhandled exception crash log
- Pressing Ctrl in column view expands all children
### Bugfix
- #IND crash fix
## 0.7.3a
### Change
- Prop editor id field auto set to current one when switching objects
- Variable list window renamed to global list
- Logging file path when switching file
### Bugfix
- No opened file close file crash fix
- Character file character property uneditable bug fix
## 0.7.4a
### Bugfix
- Reindex when saving behaviour/character files
Column view optimization
Delete all children
Behaviour diagnosis
Avoid showing duplicate object?
Scrolling names for var/state/ref/evt edit
Nested state id picker
Maybe cleanup duplicate varedit code?
Configure what class to be shown in column view
(Un)pack hkx
Finish remaining classes
Use regex for id matching