The USD importer was still creating legacy Actions, which are no longer supported in Blender 4.4. This commit updates the code to produce slotted Actions instead. This also avoids the need to create F-Curves "from scratch", but rather uses the available functionality. This makes the code somewhat easier to maintain. Pull Request: https://projects.blender.org/blender/blender/pulls/134866