You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/art/validation-errors.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ The following is a table of all possible validation error codes, as well as any
104
104
</tr>
105
105
<tr>
106
106
<td>Attachment `%s` in `%s` is placed at a position `%s` that is outside the valid range. You need to adjust the attachment position.<br/><br/>Attachment `%s` in `%s` is placed at a position `%s` that is outside the valid range of (`%s` to `%s`). You need to adjust the attachment position.</td>
107
-
<td>Body attachments need to be [within reasonable distance from the body](should not have an applied rotation](../art/characters/specifications.md#attachments) to avoid introducing unrealistic gaps when equipping accessories to those attachments.</td>
107
+
<td>Body attachments need to be within reasonable distance from the body][should not have an applied rotation](../art/characters/specifications.md#attachments) to avoid introducing unrealistic gaps when equipping accessories to those attachments.</td>
108
108
</tr>
109
109
<tr>
110
110
<td rowspan="6">Invalid body setup</td>
@@ -324,7 +324,7 @@ The following is a table of all possible validation error codes, as well as any
324
324
<td>Your asset is currently in moderation queue. Roblox can only validate assets that have already passed moderation.</td>
325
325
</tr>
326
326
<tr>
327
-
<td>Failed to parse feedback from model review for '%s`. Make sure the review process is complete and try again.</td>
327
+
<td>Failed to parse feedback from model review for `%s`. Make sure the review process is complete and try again.</td>
328
328
<td></td>
329
329
</tr>
330
330
<tr>
@@ -348,7 +348,7 @@ The following is a table of all possible validation error codes, as well as any
348
348
<td>Face controls need to be connected to the face rig. You need to reconnect the inactive controls.</td>
349
349
</tr>
350
350
<tr>
351
-
<td>Unable to capture snapshot of DynamicHead `%s`<br/>Failed to read data from snapshot of DynamicHead `%s`<br/>DynamicHead `%s` when emoting surpasses the expected bounding box</td>
351
+
<td>Unable to capture snapshot of DynamicHead `%s`<br/><br/>Failed to read data from snapshot of DynamicHead `%s`<br/><br/>DynamicHead `%s` when emoting surpasses the expected bounding box</td>
352
352
<td>An animation pose is invalid or may extend past the expected bounding box. You need to recalibrate the face controls connected to the face rig.</td>
353
353
</tr>
354
354
<tr>
@@ -368,7 +368,7 @@ The following is a table of all possible validation error codes, as well as any
368
368
<td></td>
369
369
</tr>
370
370
<tr>
371
-
<td>`%s' is more than max difference `%f` in size compared to the other mesh `%s`. You need to edit the model to adjust its size.</td>
371
+
<td>`%s` is more than max difference `%f` in size compared to the other mesh `%s`. You need to edit the model to adjust its size.</td>
372
372
<td>The model mesh is too big. You need to scale it down.</td>
0 commit comments