branchrust_reboot/main/media_projectscancel
1,116 Commits over 1,857 Days - 0.03cph!
Screenshot camera prefab tweaks
Rework relative midi knob bindings
Remove some debug stuff I left in
Relative midi knob bindings are now applied via midiconvar.BindKnobRelative (eg. midiconvar.BindKnobRelative 1 1 dof_focus_dist 0.5)
▆█▌▉▆▍▉▊▌ ▍▊▇▅▋▅▆▇▋ ▅▉▉█ █▌▄▍▊▆▇
Reflection probe editing script (Taylor)
Add support for relative midi knob bindings
When enabled takes the delta of the knob movement and increases/decreases the assigned convar instead of mapping it in a 0-1 range
The minimum value of the binding is used as the speed multiplier
Can be enabled when adding a binding by adding true to the end of the binding (eg."midiconvar.bindknob 1 1 graphics.dof_focus_dist 0.1 0 true")
Will only work on float convars
▄▋▇▊▄ ▇▊▉▋ ▋█▌▋▋ ▉▄▅▍▉▊▉ (▇▍▊█▌ █▉▇▄▋)
Properly export normal map
Fixed some textures being exported with wrong colours
Added an option to dump materials of the selected gameobjects (Tools/Cinematic/Dump materials...)
Uses a new MaterialDumps folder in the assets folder
Dumps all textures as well so it can be used on a renderer using a downloaded skin
▋▊▌▆▌ ▊▊█▉ ▇▋▉▍▉▍ ▋▌ ▍▍▅▌▅ ▅▇▋▉▉
▉▆▇▇█▅▋▋ ██▍▌▍ ▊▌█▅▆ ▊▌ █▉▇▅▅▄▍▌▊ ▉█▉▆▄
▄▅▆▄▆▇▅▌ █▇▌▅▍█ ▄▋▄▄▄ ▋▅▄▍▅
▊▅▉▄▋ ▇▊▌▍▊▇▌▍█ ▊▊▊ ▄▅▍▍▄ ▆▆▌ ▍▊ ▊▆▍▊▌▉▄▉▅
Added a debug option to the DofExposer script to toggle debug dof visualisation in edit mode
Craggy timeline test update
OB "Object Placer" Tool from Asset Store
Add new DOF exposer component that exposes relevant DOF values to be keyframed by animation tools
Updated saveShotAsAnim convar to write out DOF curves to this new component
DMB scene directory & prefab backups
Reverted ignore config to include cam recording paths
Directory cleanup + more backups
Update animation save path
Merge from Desert_Military_bases
Added demo.saveshotasanim to save a demo shot into a unity animation (for use in a timeline)
Has to be run while in the demo that the shot belongs to
Exports position/rotation/fov of camera (not dof as it can't be animated via animation curve at the moment)
Clips created via camera recording convars will no longer be marked as legacy animations