Skip to content

Commit 0d8797e

Browse files
authored
Merge branch 'main' into patch-6
2 parents 00650e3 + c514fa1 commit 0d8797e

File tree

79 files changed

+163
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+163
-157
lines changed

content/en-us/art/accessories/classic-clothing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Classic clothing are decals you can apply to a classic character mo
77
Current user-generated avatars on the Marketplace do not support 2D classic clothing. For information on creating modern 3D cosmetics, including rigid accessories and clothing items, see [Get started](../../avatar/index.md).
88
</Alert>
99

10-
Classic clothing are a type of 2D cosmetic item that you can apply to the surface of a classic avatar character. You can [create](#creating) your own classic clothing items and sell them on the [Marketplace](https://www.roblox.com/catalog).
10+
Classic clothing are a type of 2D cosmetic item that you can apply to the surface of a classic avatar character. You can [create](#create) your own classic clothing items and sell them on the [Marketplace](https://www.roblox.com/catalog).
1111

1212
This guide covers the process of creating a classic clothes asset using the following steps:
1313

@@ -90,8 +90,8 @@ To begin creating classic shirts and pants:
9090

9191
1. [Download and unzip](../../assets/accessories/classic-clothing/Classic-Clothing-Templates.zip) the following clothing templates to use as a canvas for your art.
9292
2. When complete, upload the image to Roblox using the [Asset Manager](../../projects/assets/manager.md) to test in your own experience.
93-
3. Follow the [Testing](#testing) steps to ensure your 2D image looks as expected.
94-
4. Follow the [Uploading](#uploading) steps to upload and sell your asset on the Marketplace.
93+
3. Follow the [Testing](#test) steps to ensure your 2D image looks as expected.
94+
4. Follow the [Uploading](#upload) steps to upload and sell your asset on the Marketplace.
9595

9696
When applying clothing to R15 avatars in Roblox, some limits exist with the templates and may require some testing to get right, as shown in the following examples:
9797

content/en-us/art/characters/creating/export-character.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Export character model
33
description: Export your character model from Blender using the correct settings and processes.
4-
prev: /art/characters/creating/exporting-textures
4+
prev: /art/characters/creating/export-textures
55
---
66

77
<Alert severity = 'warning'>

content/en-us/art/characters/facial-animation/create-basic-heads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Your character must have an internal bone structure to drive the vertices of the
8080

8181
### RootFaceJoint
8282

83-
The **RootFaceJoint** is a bone that is parented under the standard R15 head bone. This root bone does not control any vertices, but it must parent all other face bones. In Blender, you can quickly add a bone by **extruding** a child bone from the head bone and then map the bone name as a property in the Head_Geo mesh. The RootFaceJoint bone object is commonly named "DynamicHead" in the reference templates and examples, but you can use any name as long as you [map the root bone](#map) in custom properties.
83+
The **RootFaceJoint** is a bone that is parented under the standard R15 head bone. This root bone must parent all other face bones. In Blender, you can quickly add a bone by **extruding** a child bone from the head bone and then map the bone name as a property in the Head_Geo mesh. The RootFaceJoint bone object is commonly named "DynamicHead" in the reference templates and examples, but you can use any name as long as you [map the root bone](#map) in custom properties.
8484

8585
To add a RootFaceJoint bone:
8686

content/en-us/art/characters/facial-animation/create-face-accessories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Face accessories are 3D accessories that move and animate with a li
77
<b>This guide covers advanced topics.</b> Before you begin, you should have prior knowledge on modeling, UV mapping, rigging, animation, and how to set up a character in [Blender](https://www.blender.org) or [Maya](https://www.autodesk.com/products/maya/overview).
88
</Alert>
99

10-
A face accessory is a cosmetic `Class.Accessory` that attaches to the head and can include items such as hair, eyebrows, glasses, and facial hair. To create a face accessory that is compatible with animatable heads, you use a similar design process as [layered clothing](../../../art/accessories#creation-process) to allow your accessory model to deform and stretch on a head when the head is posed or animated.
10+
A face accessory is a cosmetic `Class.Accessory` that attaches to the head and can include items such as hair, eyebrows, glasses, and facial hair. To create a face accessory that is compatible with animatable heads, you use a similar design process as [layered clothing](../../../art/accessories/index.md#creation-process) to allow your accessory model to deform and stretch on a head when the head is posed or animated.
1111

1212
To create a face accessory, use a third-party modeling tool, such as [Blender](https://www.blender.org) or [Maya](https://www.autodesk.com/products/maya/overview), to create a 3D model with the following requirements:
1313

content/en-us/art/characters/facial-animation/facs-poses-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FACS poses reference
33
description: The Facial Action Coding System (FACS) ensures that all face animations have a common pose reference and can create similar face animations.
44
---
55

6-
The [Facial Action Coding System](https://en.wikipedia.org/wiki/Facial_Action_Coding_System) (FACS) is a comprehensive, anatomically-based system for describing all visually discernible facial movement. This system breaks down all facial expressions into individual types of muscle movement, such as `LeftEyeClosed` or `MouthLeft`. You can [configure](../../../art/characters/facial-animation/creating-basic-heads.md#posing) and store these muscle movements, or **poses**, within the head model through a third-party modeling software, such as [Blender](https://www.blender.org) or [Maya](https://www.autodesk.com/products/maya/overview). When you import the head model into Studio, you can then access and [animate](../../../art/characters/facial-animation/animate-heads.md) these poses to create lively facial expressions.
6+
The [Facial Action Coding System](https://en.wikipedia.org/wiki/Facial_Action_Coding_System) (FACS) is a comprehensive, anatomically-based system for describing all visually discernible facial movement. This system breaks down all facial expressions into individual types of muscle movement, such as `LeftEyeClosed` or `MouthLeft`. You can [configure](../../../art/characters/facial-animation/create-basic-heads.md#pose) and store these muscle movements, or **poses**, within the head model through a third-party modeling software, such as [Blender](https://www.blender.org) or [Maya](https://www.autodesk.com/products/maya/overview). When you import the head model into Studio, you can then access and [animate](../../../art/characters/facial-animation/animate-heads.md) these poses to create lively facial expressions.
77

88
The following is a list of 50 base poses that you can use in Roblox to portray a wide range of face emotions. Except for the first neutral pose, the order of poses you save to your character model doesn't matter since this information is set during the [mapping](../../../art/characters/facial-animation/create-basic-heads.md#map) process as a custom property.
99

content/en-us/art/characters/facial-animation/moods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Moods
33
description: Moods are a type of facial animation that loop indefinitely, allowing users to express persistent facial emotion.
44
---
55

6-
A **mood** is a type of [facial animation](../../../art/characters/facial-animation/index.md) for animatable heads that loops indefinitely, allowing users to express themselves and react to others with a persistent facial emotion. Moods play simultaneously with other character [default animations](../../../animation/use.md#replace-default-animations), such as walking, climbing, and swimming, and if the default animation has a facial animation, the default animation blends with the character's mood.
6+
A **mood** is a type of [facial animation](../../../art/characters/facial-animation/index.md) for animatable heads that loops indefinitely, allowing users to express themselves and react to others with a persistent facial emotion. Moods play simultaneously with other character [default animations](../../../animation/using.md#default-character-animations), such as walking, climbing, and swimming, and if the default animation has a facial animation, the default animation blends with the character's mood.
77

88
<GridContainer numColumns="2">
99
<figure>

content/en-us/art/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,9 @@ The following is a list of common 3D art resources ordered by subject, as well a
360360

361361
<a href="../tutorials/curriculums/environmental-art/index.md"><Typography variant='body1' style={{marginBottom: 12}}>Environmental art curriculum</Typography></a>
362362
<a href="../tutorials/use-case-tutorials/modeling/assemble-modular-environments.md"><Typography variant='body1' style={{marginBottom: 12}}>Assemble modular environments</Typography></a>
363-
<a href="../tutorials/use-case-tutorials/lighting/light-with-props.md"><Typography variant='body1' style={{marginBottom: 12}}>Light with props</Typography></a>
363+
<a href="../effects/light-sources.md"><Typography variant='body1' style={{marginBottom: 12}}>Light with props</Typography></a>
364364
<a href="../tutorials/use-case-tutorials/audio/in-game-sounds.md"><Typography variant='body1' style={{marginBottom: 12}}>In-game sounds</Typography></a>
365365
<a href="../tutorials/use-case-tutorials/lighting/enhance-outdoor-environments-with-future-lighting.md"><Typography variant='body1' style={{marginBottom: 12}}>Enhance outdoor environments with future lighting</Typography></a>
366-
<a href="../tutorials/use-case-tutorials/vfx/basic-particle-effects.md"><Typography variant='body1' style={{marginBottom: 12}}>Basic particle effects</Typography></a>
367-
<a href="../tutorials/use-case-tutorials/vfx/custom-particle-effects.md"><Typography variant='body1' style={{marginBottom: 12}}>Custom particle effects</Typography></a>
368366
<a href="https://devforum.roblox.com/t/custom-skyboxes-101/2849003"><Typography variant='body1' style={{marginBottom: 12}}>Custom skyboxes 101 (Staff)</Typography></a>
369367

370368
<br />

content/en-us/art/overview-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Roblox Studio includes free powerful 3D creation tools that enable you to effect
99
Each of the following sections include a brief description as well as additional links for further learning:
1010

1111
- [Basic layout of Roblox Studio's interface](#basic-layout) - Familiarize yourself with the various panels and tools available in Roblox Studio to navigate effectively.
12-
- [Common Shortcuts](#common-shortcuts) - Increase efficiency by mastering essential keyboard shortcuts for faster workflows in Roblox Studio.
12+
- [Common shortcuts](#common-shortcuts) - Increase efficiency by mastering essential keyboard shortcuts for faster workflows in Roblox Studio.
1313
- [How to use assets and packages](#assets-and-packages) - Learn to import, edit, and share assets and packages to enhance your workflow and collaboration.
1414
- [3D modeling within Studio](#3d-modeling) - Explore the fundamentals of creating and importing 3D models within Roblox Studio.
1515
- [Materials and Textures](#materials-and-textures) - Discover how Roblox uses materials and textures with your models to enhance the surface appearance of your objects.
@@ -82,12 +82,12 @@ Like all creation tools, keyboard shortcuts allow you to work efficiently and qu
8282
<td>Anchoring a part locks it in place, even when other objects collide with it. </td>
8383
</tr>
8484
<tr>
85-
<td>In [Studio Settings](../studio/setup.md#customization)</td>
85+
<td>In [Studio settings](../studio/setup.md#customization)</td>
8686
<td>Change highlight and selection colors</td>
8787
<td>Changing highlight and selection colors can help with accessibility.</td>
8888
</tr>
8989
<tr>
90-
<td>In [Studio Settings](../studio/setup.md#customization)</td>
90+
<td>In [Studio settings](../studio/setup.md#customization)</td>
9191
<td>Change camera speed</td>
9292
<td>Modify how fast the camera moves by default. </td>
9393
</tr>
@@ -128,7 +128,7 @@ The **Creator Store** is where you can find many assets created and shared by Ro
128128

129129
Access the Creator Store through Studio's Toolbox or the [Creator Hub](https://create.roblox.com/store/models). For more information, see [Creator Store](../production/creator-store.md).
130130

131-
#### Roblox created models
131+
#### Roblox-created models
132132

133133
Roblox also provides free model packs that you can use within your experiences. These are high quality assets used in many of Roblox's showcase experiences. You can add these to your toolbox in various ways by directly adding them from the Creator Dashboard, or searching for them in the Toolbox.
134134

content/en-us/assistant/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: How to use Assistant to help build, grow, and monetize your creatio
1717

1818
## Studio features
1919

20-
You can access Assistant from [Studio](../studio/index.md) and the [documentation](/assistant), but Studio has the larger set of features. In Studio, Assistant consists of a large language model (LLM) that generates code and a run-command module (similar to the existing [command bar](../studio/ui-overview.md#command-bar)) that runs code.
20+
You can access Assistant from [Studio](../studio/index.md) and the documentation, but Studio has the larger set of features. In Studio, Assistant consists of a large language model (LLM) that generates code and a run-command module (similar to the existing [command bar](../studio/ui-overview.md#command-bar)) that runs code.
2121

2222
As a result, Assistant can act directly on your data model, such as inserting and modifying objects, writing and inserting scripts, and automating repetitive tasks like modifying properties in bulk.
2323

@@ -76,7 +76,7 @@ To access Assistant from Studio:
7676

7777
### From the documentation
7878

79-
To access Assistant from the [documentation](/assistant):
79+
To access Assistant from the documentation:
8080

8181
1. In the upper navigation bar, click the **Assistant** button.
8282

content/en-us/chat/chat-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Appearance of the chat input bar is customizable through `Class.ChatInputBarConf
209209
</tr>
210210
<tr>
211211
<td>`Class.ChatInputBarConfiguration.AutocompleteEnabled|AutocompleteEnabled`</td>
212-
<td>Whether the text chat system shows autocomplete options for emojis and [commands](../chat/in-experience-text-chat.md#creating-custom-commands). Emojis are autocompleted by typing `:` followed by non-whitespace characters, while commands are autocompleted by typing `/`.</td>
212+
<td>Whether the text chat system shows autocomplete options for emojis and [commands](../chat/in-experience-text-chat.md). Emojis are autocompleted by typing `:` followed by non-whitespace characters, while commands are autocompleted by typing `/`.</td>
213213
<td>`true`</td>
214214
</tr>
215215
<tr>

0 commit comments

Comments
 (0)