Skip to content

Commit a495d51

Browse files
committed
add more detail to constraint export documentation
1 parent f87119f commit a495d51

File tree

1 file changed

+44
-6
lines changed

1 file changed

+44
-6
lines changed

Packages/com.unity.formats.fbx/Documentation~/com.unity.formats.fbx.md

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,39 @@ The FBX Exporter exports the following objects:
9898
* Intensity
9999
* Range
100100
* Shadows (either On or Off)
101+
* Constraints or type *Rotation*, *Aim*, *Position*, *Scale*, and *Parent*; also the following attributes:
102+
* Sources
103+
* Source Weight
104+
* Weight
105+
* Active
106+
* Rotation:
107+
* Affected axes (X,Y,Z)
108+
* Rotation Offset
109+
* Rest Rotation
110+
* Aim:
111+
* Affected axes (X,Y,Z)
112+
* Rotation Offset
113+
* Rest Rotation
114+
* World Up Type
115+
* World Up Object
116+
* World Up Vector
117+
* Up Vector
118+
* Aim Vector
119+
* Position:
120+
* Affected axes (X,Y,Z)
121+
* Translation Offset
122+
* Rest Translation
123+
* Scale:
124+
* Affected axes (X,Y,Z)
125+
* Scale Offset
126+
* Rest Scale
127+
* Parent:
128+
* Source Translation Offset (animated)
129+
* Source Rotation Offset (animated)
130+
* Affect Rotation Axes
131+
* Affect Translation Axes
132+
* Rest Translation
133+
* Rest Rotation
101134
* Legacy and Generic Animation from Animation and Animator components, or from a Timeline clip; also the following animated attributes:
102135
* Transforms
103136
* Lights:
@@ -106,13 +139,18 @@ The FBX Exporter exports the following objects:
106139
* Color
107140
* Cameras:
108141
* Field of View
142+
* Constraints:
143+
* Weight
144+
* Source Weight
145+
* Translation Offset (Position Constraint)
146+
* Rotation Offset (Rotation Constraint and Aim Constraint)
147+
* Scale Offset (Scale Constraint)
148+
* Source Translation Offset (Parent Constraint)
149+
* Source Rotation Offset (Parent Constraint)
150+
* World Up Vector (Aim Constraint)
151+
* Up Vector (Aim Constraint)
152+
* Aim Vector (Aim Constraint)
109153
* Blendshapes
110-
* Constraints
111-
* Rotation
112-
* Aim
113-
* Position
114-
* Scale
115-
* Parent
116154

117155

118156
## Export Options window

0 commit comments

Comments
 (0)