We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08db40d commit 2acd94eCopy full SHA for 2acd94e
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -2028,7 +2028,12 @@ struct FbxPropertyChannelPair {
2028
{ "m_LocalScale", "Lcl Scaling" },
2029
{ "S", "Lcl Scaling" },
2030
{ "m_LocalPosition", "Lcl Translation" },
2031
- { "T", "Lcl Translation" }
+ { "T", "Lcl Translation" },
2032
+ { "m_AimVector", "AimVector" },
2033
+ { "m_UpVector", "UpVector" },
2034
+ { "m_WorldUpVector", "WorldUpVector" },
2035
+ { "m_TranslationOffset", "Translation" },
2036
+ { "m_ScaleOffset", "Scaling" }
2037
};
2038
private static Dictionary<string, string> TransformChannels = new Dictionary<string, string>()
2039
{
0 commit comments