Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en-us/art/blender.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,10 @@ Vertex painting is the process of storing color information directly on the vert

Vertex painting is useful for adding color variation to your assets in a lightweight, efficient way, especially in stylized workflows or experiences where performance is a concern, as it can reduce texture memory usage and draw calls. Many Roblox creators use vertex painting in conjunction with Studio's default materials, `Class.MaterialVariant` objects, and `Class.SurfaceAppearance` objects to create visual complexity on otherwise simple 3D objects.

<Alert severity="info">
Note that material colors applied in Blender will not be imported into Studio.
</Alert>

<GridContainer numColumns="3">
<figure>
<img src="../assets/art/3p-software/blender/VP-NoColor.png" alt="A rocket launcher object in Blender without any color." width="100%"/>
Expand Down
Loading