Commit f022125
Brio 0.6.0 Part 1 (#158)
* Update Configuration.cs
* DRAFT/DEMO: Goop demo (#120)
* Goop demo
* Rename var
* Typo
* Initial Individual Pose auto-save implementation (#141)
* Initial implementation of .pose backups of individual actors in a scene
* Adapt CleanAllSaves to clean folder structure, general cleanup
* Update ActorVFXService.cs
* Fix autosave being disabled once you open the FileDialogManager
* refactor: goodbye `KeyBindEvents`, hello `InputAction`
* feat: implement bone flipping
* chore: remove refactor changes from posing
* fix: buttons in settings menu
* fix: inputs triggering with UI boxes
* chore: adjust logic for cameras on new input system
* chore: merge code from current drive to git
* Refactor keybind config and handling logic
* Refactor settings and appearance windows UI, enable dynamic pose
* Add UI commands to open Glamourer and CustomizePlus
* Update EntityHierarchyView.cs
* Hiding this away somewhere :p
* Add contributor and supporter data files
* Update debug entity, bring in upstream changes
* Refactor transform handling in posing overlay
* Add multi-entity selection and multi-entity undo support
Current bugs / issues:
- Does not deselect entity on removal of entity
- Allow selections of entities that should not be selectable
- Dose not show currently selected actors visually very well with overlay
- Should probably have better handling of gizmo, maybe center it with all selected actors?
- Probably should also make it so that not all things in the scene manager are useable when in multi-entity mode, maybe even make a custom screen when multiple entities are selected
- Maybe show the Actors bones disabled as a way to show what actors are selected
* Add accent color to IK button when enabled
* Prevent ESC key from being handled when a free cam is active
* Use collection expression for Stack initialization
* Add snapshot after bone flip
* Refactor facewear handling
* Improve UI layout and controls in appearance editors
* Optimize HasStacks property check
* Renamed GroupedHistoryService -> HistoryService
Also moved it to where it was meant to be whoops :p
* fix build
* Add Moonfire Faire 2024 & 2025 festival and update service logic
* dev updates
* Update UpdateWindow
* Update WelcomeService.cs
* Fix crash when leaving GPose, and other smaller fixes
* Add "Dynamic Face Control"
* Update UpdateWindow.cs
* Update PosingGraphicalWindow.cs
* Update ActorDynamicPoseWidget.cs
* Add ImBrioText
* Update UpdateWindow.cs
* Add new input actions and improve keybind handling
* Add option to hide name in GPose settings window
* Integrate MCDFService state into UI and autosave logic
* Refactor settings UI and add new keybinds
* Disable additional bone categories in OverlayFilter
* Prevent concurrent MCDF loading and improve UI feedback
* Fix warnings
* change default target
* reset dfc properly
* Add supporters and contributors display to UpdateWindow
* Update window titles
---------
Co-authored-by: Asgard <[email protected]>
Co-authored-by: HoloWise <[email protected]>
Co-authored-by: Bronya-Rand <[email protected]>
Co-authored-by: Azariel <[email protected]>1 parent 9647701 commit f022125
File tree
97 files changed
+3363
-1378
lines changed- Brio
- Capabilities
- Actor
- Camera
- Posing
- Config
- Core
- Entities
- Actor
- Camera
- Files
- Game
- Actor
- Appearance
- Extensions
- Interop
- Camera
- Core
- Cutscene
- GPose
- Input
- Posing
- World
- IPC
- Interface
- Input
- MCDF/Game/Services
- Resources/Embedded
- Data
- Images/Update
- Language
- UI
- Controls
- Editors
- Stateless
- Entitites
- Theming
- Widgets
- Actor
- Camera
- Core
- Posing
- World
- Windows
- Specialized
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+3363
-1378
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
161 | 166 | | |
162 | 167 | | |
163 | 168 | | |
164 | | - | |
| 169 | + | |
| 170 | + | |
165 | 171 | | |
166 | 172 | | |
167 | 173 | | |
| |||
195 | 201 | | |
196 | 202 | | |
197 | 203 | | |
| 204 | + | |
198 | 205 | | |
199 | 206 | | |
200 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | | - | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | | - | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
| |||
139 | 150 | | |
140 | 151 | | |
141 | 152 | | |
142 | | - | |
| 153 | + | |
143 | 154 | | |
144 | 155 | | |
145 | 156 | | |
146 | 157 | | |
147 | 158 | | |
148 | 159 | | |
149 | 160 | | |
150 | | - | |
| 161 | + | |
151 | 162 | | |
152 | 163 | | |
153 | 164 | | |
| |||
334 | 345 | | |
335 | 346 | | |
336 | 347 | | |
337 | | - | |
338 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
339 | 351 | | |
340 | 352 | | |
341 | 353 | | |
| |||
351 | 363 | | |
352 | 364 | | |
353 | 365 | | |
354 | | - | |
| 366 | + | |
355 | 367 | | |
356 | 368 | | |
357 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
| 19 | + | |
11 | 20 | | |
12 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 | | |
| 25 | + | |
14 | 26 | | |
15 | 27 | | |
| 28 | + | |
16 | 29 | | |
17 | 30 | | |
18 | 31 | | |
19 | 32 | | |
20 | | - | |
| 33 | + | |
21 | 34 | | |
22 | | - | |
| 35 | + | |
23 | 36 | | |
24 | 37 | | |
25 | | - | |
| 38 | + | |
26 | 39 | | |
27 | | - | |
| 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 | + | |
28 | 69 | | |
29 | 70 | | |
30 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments