inverse kinematics stability improvement, editor bone size tweaks, default weather gradient

This commit is contained in:
Turánszki János
2022-08-13 13:02:03 +02:00
parent c7fc48abbb
commit 5345e4ba4f
6 changed files with 47 additions and 15 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ void AnimationWindow::RefreshKeyframesList()
for (float time : animation_data->keyframe_times)
{
wi::gui::TreeList::Item item2;
item2.name = std::to_string(time);
item2.name = std::to_string(time) + " sec";
item2.level = 1;
item2.userdata = 0ull;
item2.userdata |= channelIndex & 0xFFFFFFFF;