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/makeup/face-caging-best-practices.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ hideBreadcrumbs: true
5
5
---
6
6
7
7
<Alertseverity ='warning'>
8
-
Makeup is currently in beta and is not yet available for sale or implementation in-experience. The information provided is subject to change and is intended to prepare creators for the final release. For the latest news and updates, see the DevForum announcement.
8
+
Makeup is currently in beta and is not yet available for sale or implementation in-experience. The information provided is subject to change and is intended to prepare creators for the final release. For the latest news and updates, see the [DevForum announcement](https://devforum.roblox.com/t/studio-beta-introducing-avatar-makeup/3973764).
Copy file name to clipboardExpand all lines: content/en-us/makeup/import.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ hideBreadcrumbs: true
5
5
---
6
6
7
7
<Alertseverity ='warning'>
8
-
Makeup is currently in beta and is not yet available for sale or implementation in-experience. The information provided is subject to change and is intended to prepare creators for the final release. For the latest news and updates, see the DevForum announcement.
8
+
Makeup is currently in beta and is not yet available for sale or implementation in-experience. The information provided is subject to change and is intended to prepare creators for the final release. For the latest news and updates, see the [DevForum announcement](https://devforum.roblox.com/t/studio-beta-introducing-avatar-makeup/3973764).
9
9
</Alert>
10
10
11
11
If you are following the [common practice](./index.md#creation-process) of authoring makeup changes in a third-party tool, use the following import instructions to get your custom makeup textures into Roblox Studio:
Copy file name to clipboardExpand all lines: content/en-us/makeup/index.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ hideBreadcrumbs: true
7
7
**Makeup** is a cosmetic look available for Roblox characters that allows additional expression, allowing you to add elements like eyeshadow, lipstick, scars, glitter, and blush. This feature uses a combination of specialized facial textures and optional eyebrow and eyelash mesh assets.
8
8
9
9
<Alertseverity ='warning'>
10
-
Makeup is currently in beta and is not yet available for sale or implementation in-experience. The information provided is subject to change and is intended to prepare creators for the final release. For the latest news and updates, see the DevForum announcement.
10
+
Makeup is currently in beta and is not yet available for sale or implementation in-experience. The information provided is subject to change and is intended to prepare creators for the final release. For the latest news and updates, see the [DevForum announcement](https://devforum.roblox.com/t/studio-beta-introducing-avatar-makeup/3973764).
11
11
</Alert>
12
12
13
13
<center>
@@ -63,7 +63,11 @@ For a general workflow on authoring makeup using the template, see [the makeup c
63
63
Makeup is currently in beta. Check out the DevForum announcement for the latest information on additional features, tools, and details regarding creating or implementing makeup.
64
64
</Alert>
65
65
66
-
As always with 3D art and creation workflows, there are many ways to achieve a specific goal and that is no different for makeup and your own PBR publishing flow.
66
+
<GridContainernumColumns="3">
67
+
<figure><imgsrc="../assets/makeup/Creation-Steps-1.png" /><figcaption>Download the 3D reference template head and texture templates applicable to your workflowe.</figcaption></figure>
68
+
<figure><imgsrc="../assets/makeup/Creation-Steps-2.png" /><figcaption>Modify the texture images in the tools of your choice.</figcaption></figure>
69
+
<figure><imgsrc="../assets/makeup/Creation-Steps-3.png" /><figcaption>In Blender/Maya, replace the textures in the template with your new textures and export. </figcaption></figure>
70
+
</GridContainer>
67
71
68
72
While you can easily swap decal images in Studio to make a quick change to a character's makeup, the following instructions is a best practice for implementing PBR-based textures into Roblox makeup at scale. This process requires:
69
73
@@ -73,6 +77,8 @@ While you can easily swap decal images in Studio to make a quick change to a cha
73
77
74
78
<Alertseverity ='warning'>
75
79
This process assumes a proficiency in 3D modeling software such as Blender or Maya and understand how to update, replace, export, save, and alter materials within your modeling tool and any additional texturing software or plugins.
80
+
81
+
As always with 3D art and creation workflows, there are many ways to achieve a specific goal and that is no different for makeup and your own PBR publishing flow.
76
82
</Alert>
77
83
78
84
1. Download a [reference template head](https://github.com/Roblox/avatar/tree/main/Makeup) and open it in the general modeling software of your choice.
@@ -82,6 +88,6 @@ This process assumes a proficiency in 3D modeling software such as Blender or Ma
82
88
3. When you've created your new texture images, update the existing file textures in the template to point to your newly created textures.
83
89
1. Blender: Save any new textures files to your project using **File** > **External Data** > **Pack Resources** before exporting or sharing your `.blend`.
84
90
4. Export the entire template file as a `.fbx`or `.gltf`. See [Export specifications](../art/modeling/export-requirements.md) for additional export instructions from Maya or Blender.
85
-
5. In the test place, import the template file into Studio. Studio should automatically detect your mesh object names and associated textures and generate `Decal` objects. For more details, see [import into Studio](./import.md).
91
+
5. In the test place, [import](./import.md) the template file into Studio. Studio should automatically detect your mesh object names and associated textures and generate `Decal` objects. For more details, see [import into Studio](./import.md).
86
92
6. Apply any makeup decals or eyebrow and eyelash accessories to characters in the test place by dropping makeup assets in the appropriate character's `Makeup` or `Accessories` folder.
87
93
7. Press Play, and navigate to the character with new makeup assets to preview.
0 commit comments