The way multiple quaternions being slerped was not good, changed approach to one that seems to work better.
This commit is contained in:
parent
68f7cf13c7
commit
9bab5134cf
3 changed files with 12 additions and 2 deletions
|
|
@ -124,9 +124,10 @@ void EditorPropertyRootMotion::_node_assign() {
|
|||
ti = filters->create_item(ti);
|
||||
parenthood[accum] = ti;
|
||||
ti->set_text(0, F->get());
|
||||
ti->set_selectable(0, false);
|
||||
ti->set_selectable(0, true);
|
||||
ti->set_editable(0, false);
|
||||
ti->set_icon(0, get_icon("BoneAttachment", "EditorIcons"));
|
||||
ti->set_metadata(0, accum);
|
||||
} else {
|
||||
ti = parenthood[accum];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue