-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Added blender material colors note #1219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Savage-Mode, thanks so much for helping improve the Roblox creator documentation! Our technical writing team will review your pull request soon. In the meantime, please ensure you've read through the README.md, contribution guidelines, and style recommendations.
|
Hi @Aarav-Arya. Thanks for contributing to the docs. I'm not quite sure what your change in the Vertex Painting section of this page means.
Can you help me understand what isn't being imported to Studio? My understanding is that vertex painting can be imported into Studio, as well as image nodes applied to a Material's Base Color properties in Blender, but I'm happy to point out any outliers that aren't importable. |
|
Hi @haan-roblox, After many hours of testing I have never found a way to import these into roblox without baking them. If there is a way and I was mistaken I would be happy to know what it is. |
|
I believe you are looking at a Material Library add-on for Blender. These would not natively work in Roblox without baking it into a texture first like you mentioned. In general, material systems in Blender (or Maya, or any modeling tool) don't map 1:1 with material systems in other game engines, like Roblox Studio. So if you had a glass material in Blender, there's not really a clean way to transfer material data to a file (like .fbx or glTF), and have it use Roblox's own glass material system. That's why when we export 3D models from any 3D modeling tool, you must either provide a 2D texture image (which can possibly be your baked texture), or assign a color to the vertex data of the model (which is what this specific article is discussing). Those are the primary ways to define what a surface should look like is between multiple softwares. I can understand how this is confusing, but I don't think your addition to the docs is the appropriate place to place this alert. I'll take a look and see where I can clarify this information to make it clear that engine-specific materials can't transfer over neatly to other engines. In the meantime, if you are looking for some additional resources on implementing textures/materials in Roblox, I can suggest some of these similar topics on docs/articles you may not have seen yet:
Thanks! |

Changes
Added a note that applying material colors in blender won't be imported into roblox.
Checks
By submitting your pull request for review, you agree to the following: