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/accessories/automatic-skinning-transfer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ While automatic skinning often works better than manual skinning, there are some
31
31
32
32
### Modifying Character Cages
33
33
34
-
You can modify character cages for the accessories to deform accurately to the expected character surfaces using the automatic skinning transfer. For example, auto-skinning may cause layered accessories to deform based on an incorrect body part because the transfer process is based on the closest distance between the accessory and its inner cage. In the following instance, a beard accessory was modeled using a blocky-type full-body cage. This causes the beard to deform incorrectly because parts of the beard are closer to the character cage's upper chest instead of the chin:
34
+
You can modify character cages for the accessories to deform accurately to the expected character surfaces using the automatic skinning transfer. For example, auto-skinning may cause layered clothing to deform based on an incorrect body part because the transfer process is based on the closest distance between the accessory and its inner cage. In the following instance, a beard accessory was modeled using a blocky-type full-body cage. This causes the beard to deform incorrectly because parts of the beard are closer to the character cage's upper chest instead of the chin:
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/body-scale.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Avatars come in 3 different standard sizes, Classic, Rthro, Rthro S
5
5
6
6
Roblox supports three common avatar sizes, known as **Classic**, **Rthro**, and **Rthro Slender**. This standard sizing helps keep avatar characters consistent, allowing developers to create experiences and environments that can fit commonly sized character models.
7
7
8
-
When modeling rigid accessories, like a helmet that contours around a character's head, it's important to use a mannequin to help ensure your proportions fit. The asset provided in this tutorial example was originally modeled using **Rthro** proportions. Layered accessories, such as clothing, don't require body scale specification, since layered assets automatically stretch and deform over any body scale.
8
+
When modeling rigid accessories, like a helmet that contours around a character's head, it's important to use a mannequin to help ensure your proportions fit. The asset provided in this tutorial example was originally modeled using **Rthro** proportions. Layered clothing, such as clothing, don't require body scale specification, since layered assets automatically stretch and deform over any body scale.
9
9
10
10
If you are modeling your asset, visit the [references resources](../../avatar/resources.md#references) to download any of the following mesh mannequin:
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/classic-clothing.md
+24-10
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Classic clothing are decals you can apply to a classic character mo
4
4
---
5
5
6
6
<Alertseverity="warning">
7
-
Modern user-generated avatars do not support classic clothing.
7
+
Current user-generated avatars do not support 2D classic clothing. For information on creating modern 3D cosmetics, including rigid accessories and clothing items, see [Getting Started](../../avatar/index.md).
8
8
</Alert>
9
9
10
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).
@@ -21,11 +21,17 @@ The three types of classic clothing items are **T-shirts**, **Shirts**, and **Pa
21
21
22
22
### T-shirts
23
23
24
-
T-shirts are square images applied to the front of an avatar's torso. To make a t-shirt, create a square image (such as 512×512 pixels) and then upload it to Roblox using the [Asset Manager](../../projects/assets/manager.md) to test in your own experience.
24
+
T-shirts are square images applied to the front of an avatar's torso. To make a t-shirt:
25
+
26
+
1. Create a square image (such as 512×512 pixels).
27
+
2. Use an image editor to apply changes in the specific square sections of the template images.
28
+
3. Upload it to Roblox using the [Asset Manager](../../projects/assets/manager.md) to test in your own experience.
29
+
4. Follow the [Testing](#testing) steps to ensure your 2D image looks as expected.
30
+
5. Follow the [Uploading](#uploading) steps to upload and sell your asset on the Marketplace.
25
31
26
32
### Shirts and Pants
27
33
28
-
Classic shirts and pants are image assets that wrap around an avatar's body. To create shirts and pants, [download and unzip](../../assets/accessories/classic-clothing/Classic-Clothing-Templates.zip) the following clothing templates and draw your own art on top. Once completed, you can upload it to Roblox using the [Asset Manager](../../projects/assets/manager.md) to [test](#testing) in your own experience.
34
+
Classic shirts and pants are image assets that wrap around an avatar's body. Because classic shirts and pants have specific size requirements, download and modify the provided template files to begin creating these assets.
29
35
30
36
<GridContainernumColumns="2">
31
37
<figure>
@@ -39,10 +45,11 @@ Classic shirts and pants are image assets that wrap around an avatar's body. To
39
45
</figure>
40
46
</GridContainer>
41
47
42
-
<br />
43
-
44
-
The following table includes sizes for each template part:
45
-
48
+
<BaseAccordion>
49
+
<AccordionSummary>
50
+
Table of sizes for each template part
51
+
</AccordionSummary>
52
+
<AccordionDetails>
46
53
<table>
47
54
<thead>
48
55
<tr>
@@ -74,10 +81,17 @@ The following table includes sizes for each template part:
74
81
</tr>
75
82
</tbody>
76
83
</table>
84
+
</AccordionDetails>
85
+
</BaseAccordion>
77
86
78
-
<Alertseverity="info">
79
-
8-bit alpha channels can be used for transparent regions.
80
-
</Alert>
87
+
<br />
88
+
89
+
To begin creating classic shirts and pants:
90
+
91
+
1.[Download and unzip](../../assets/accessories/classic-clothing/Classic-Clothing-Templates.zip) the following clothing templates to use as a canvas for your art.
92
+
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.
81
95
82
96
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:
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/creating-in-blender.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Set up the project by opening the [rig template project](../../assets/modeling/m
25
25
26
26
To import and parent the accessory model:
27
27
28
-
1. In Blender, open the [rig template project](../../assets/modeling/meshes/reference-files/Rig_and_Attachments_Template.blend). This file contains the default armature required for layered accessories.
28
+
1. In Blender, open the [rig template project](../../assets/modeling/meshes/reference-files/Rig_and_Attachments_Template.blend). This file contains the default armature required for layered clothing.
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/creating/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This tutorial covers the basic steps required in Blender to Studio-
4
4
next: /art/accessories/creating/modeling-setup
5
5
---
6
6
7
-
You can create your own custom avatar clothing using Blender and Roblox's downloadable project templates. These project templates include [components required for layered accessories](../../../art/accessories#layered-components), and can double as a mannequin to quickly begin shaping and sculpting your clothing assets. By the end of this tutorial, you will have a clothing asset that contains all the required components for a layered clothing accessory on the Marketplace.
7
+
You can create your own custom avatar clothing using Blender and Roblox's downloadable project templates. These project templates include [components required for layered clothing](../../../art/accessories/layered-clothing.md#components-of-a-layered-clothing-accessory), and can double as a mannequin to quickly begin shaping and sculpting your clothing assets. By the end of this tutorial, you will have a clothing asset that contains all the required components for a layered clothing accessory on the Marketplace.
8
8
9
9
<Alertseverity ='info'>
10
10
While this content and the provided examples cover the Blender workflow and tools, you can apply the same concepts to other third-party modeling applications.
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/layered-clothing.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Textures are image files that define the surface appearance of your accessory. Y
59
59
<figure><imgsrc="../../assets/art/accessories/Attachment-Data-Model-Example.png"width="80%"/><figcaption>Geometry with the "_Att" suffix automatically convert to `Class.Attachment` objects in Studio</figcaption></figure>
60
60
</GridContainer>
61
61
62
-
For layered accessories, the attachment point is used to associate with the correct body part when the body ragdolls or is dismembered. In Studio, attachments are represented by `Class.Attachment` objects.
62
+
For layered clothing, the attachment point is used to associate with the correct body part when the body ragdolls or is dismembered. In Studio, attachments are represented by `Class.Attachment` objects.
63
63
64
64
Attachments for clothing items are automatically generated in Studio using the [Accessory Fitting Tool](../../art/accessories/accessory-fitting-tool.md).
65
65
@@ -81,7 +81,7 @@ A rigging armature defines how a layered asset can move with a character model.
81
81
<figure><imgsrc="../../assets/art/accessories/Outer-Cage-Example.png" /><figcaption>The outer cage defines the outer surface of the clothing item where any additional clothes can wrap and layer over</figcaption></figure>
82
82
</GridContainer>
83
83
84
-
Cage meshes indicate the inner and outer surfaces of a layered accessory. The inside cage of a t-shirt defines how the t-shirt stretches and fits over a character body. The outer cage of a t-shirt defines how additional layered accessories fit over the t-shirt. In Studio, these cages are represented by `Class.WrapLayer` objects.
84
+
Cage meshes indicate the inner and outer surfaces of a layered accessory. The inside cage of a t-shirt defines how the t-shirt stretches and fits over a character body. The outer cage of a t-shirt defines how additional layered clothing fit over the t-shirt. In Studio, these cages are represented by `Class.WrapLayer` objects.
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/publishing-eyebrows-eyelashes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Publishing Bodies with Eyelashes and Eyebrows
3
3
description: Eyelashes and eyebrows are optional accessory items you can equip to an avatar to publish in the Marketplace.
4
4
---
5
5
6
-
Eyelashes and eyebrows are cosmetics that can help emphasize facial features and create a unique way of customizing a character. Similar to clothing, eyelashes and eyebrows are [3D layered accessories](../../art/accessories#layered-components) that can stretch and fit over different face shapes and can deform and stretch with character face animations.
6
+
Eyelashes and eyebrows are cosmetics that can help emphasize facial features and create a unique way of customizing a character. Similar to clothing, eyelashes and eyebrows are [3D layered clothing](../../art/accessories/layered-clothing.md) that can stretch and fit over different face shapes and can deform and stretch with character face animations.
Copy file name to clipboardExpand all lines: content/en-us/art/accessories/specifications.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ Attachments are points on the accessory model that connect to another attachment
272
272
273
273
The [Accessory Fitting Tool](../../art/accessories/accessory-fitting-tool.md) automatically applies the following specifications for attachments on clothing assets:
274
274
275
-
-**One attachment** - Each accessory, including layered accessories, require at least one attachment point to its associated body part.
275
+
-**One attachment** - Each accessory, including layered clothing, require at least one attachment point to its associated body part.
276
276
-**Naming Convention** - The `Class.Attachment` name must follow a specific naming convention depending on the `Class.Accessory.AccessoryType`. The Accessory Fitting Tool generates an appropriate `Class.Attachment` name automatically.
277
277
278
278
If setting attachment names manually, use the following `Class.Attachment` name for each accessory type:
Copy file name to clipboardExpand all lines: content/en-us/art/characters/facial-animation/creating-face-accessories.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Face accessories are 3D accessories that move and animate with a li
7
7
<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).
8
8
</Alert>
9
9
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 accessories](../../../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#creation-process) to allow your accessory model to deform and stretch on a head when the head is posed or animated.
11
11
12
12
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:
description: Creator Fund is a partnership program between creators and Roblox to bring funding and support to content development.
4
+
---
5
+
6
+
The **Creator Fund** program is for creators and developers who want to build the next generation of experiences on Roblox. Our goal is to work closely with you to provide funding, support, and insights for the development of your content. Funding for approved participants starts at a minimum of $500,000 per project.
7
+
8
+
With the launch of the Creator Fund, we want new and existing developers to have the resources necessary to build something special and bring people together through play. This program is designed to support developers who are eager to push the boundaries of what Roblox experiences can deliver.
9
+
10
+
## Eligible Projects
11
+
12
+
We are looking for ambitious, innovative projects that enable creative ideas that are unlike anything else on the platform.
13
+
14
+
We prioritize projects that encompass:
15
+
16
+
- Multiplayer-focused.
17
+
- Cross-platform, with mobile optimization in mind.
18
+
- Social mechanics as key to the experience.
19
+
- Strong retention, monetization, and live operations plans.
20
+
- In-experience avatars that reflect elements of the user's platform avatar identity. Ability to leverage items that you can equip on platform avatars, like the ones you buy in the [Marketplace](https://www.roblox.com/catalog).
21
+
22
+
If you are accepted into the program, we partner with you to define key deliverables for your project and provide funding based off of your progress towards these milestones.
23
+
24
+
## Application Requirements
25
+
26
+
- 18+ age requirement.
27
+
- Details about you and/or your team.
28
+
- Short description of your project.
29
+
- Pitch deck of high-level strategy, design specifications, etc.
30
+
- Project milestone schedule and budget.
31
+
32
+
If you feel like you and your project are a perfect fit for this program, please submit your application.
0 commit comments