FBX re-import: only non fbx metadata should be restored during re-import

UE - Editor - Content Pipeline - Import and Export - Oct 23, 2020

The imported metadata is prepend with "FBX." so we can easily know if a metadata was imported or created in the editor. ...

Groom Binding Asset not saving

UE - Editor - Content Pipeline - Import and Export - Oct 12, 2020

After the user imports an alembic groom asset and creates a binding, then saves, the user opens the groom editor and assigns the newly-created binding asset. After saving the editor and re-opens the ...

Static Mesh imported from USD file has empty UV channel

UE - Editor - Content Pipeline - Import and Export - Oct 6, 2020

When importing static mesh from USD file then it has the wrong amount of UV channels. Selecting a UV channel shows an empty area in the viewport. Regression: YES - not reproduced in 4.25.3 produc ...

Fbx importer test only if there is one key to determine if the import contain animation

UE - Editor - Content Pipeline - Import and Export - Sep 11, 2020

We should test two key instead since one key is a constant value. We have to make sure it did not break any current pipeline. But my guess is no. The question we should verify is, is users were put ...

FBX skeletalmesh animation import use an integer for sample rate

UE - Editor - Content Pipeline - Import and Export - Sep 11, 2020

Integer sample rate is not playing well with 23.976(NTSC/24) sample rate, the curve get resample at 30Hz in that case and we loose precision. We need to support FFrameRate sample rate to get accura ...

fbx attribute curve import do not support correctly tangent at the start end end of the curve

UE - Editor - Content Pipeline - Import and Export - Sep 2, 2020

We are not reading all the key flags and we do not import correctly start key and end key tangent. I create a shelve but this is not the complete fix, we must do this only if we do not have fbx ket ...

USD Stage window doesn't update when selecting other USDStageActors

UE - Editor - Content Pipeline - Import and Export - Jul 31, 2020

Toggling between USD Stage Actors does not update the USD Stage window with the information from the selected USD Stage. Only the information from the last loaded USD Stage Actor is present. ...

Importing FBX file with same material slots and texture names has bugs

UE - Editor - Content Pipeline - Import and Export - Jul 31, 2020

When importing a file from Blender, UE creates the correct number of materials, but the number of textures is incorrect and is being overwritten, and not importing the correct amount. Tested and re ...

fbx level exporter have a hard coded show dialog options.

UE - Editor - Content Pipeline - Import and Export - Jul 30, 2020

Fbx exporter does not support component overriden material color

UE - Editor - Content Pipeline - Import and Export - Jul 29, 2020

The fbx exporter should query component material override when exporting a level actor. ...