Skip to content

Commit 2acd94e

Browse files
committed
export additional animated constraint properties
1 parent 08db40d commit 2acd94e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,12 @@ struct FbxPropertyChannelPair {
20282028
{ "m_LocalScale", "Lcl Scaling" },
20292029
{ "S", "Lcl Scaling" },
20302030
{ "m_LocalPosition", "Lcl Translation" },
2031-
{ "T", "Lcl Translation" }
2031+
{ "T", "Lcl Translation" },
2032+
{ "m_AimVector", "AimVector" },
2033+
{ "m_UpVector", "UpVector" },
2034+
{ "m_WorldUpVector", "WorldUpVector" },
2035+
{ "m_TranslationOffset", "Translation" },
2036+
{ "m_ScaleOffset", "Scaling" }
20322037
};
20332038
private static Dictionary<string, string> TransformChannels = new Dictionary<string, string>()
20342039
{

0 commit comments

Comments
 (0)