Not all `MeshPart` properties are supported
Discussed in https://github.com/orgs/argon-rbx/discussions/138
Originally posted by pxky December 14, 2024 When I try to sync a .rbxm with a meshpart argon throws an error:
However when I run vscode in Administrator mode the above goes away but I then get this in studio:
I also cant figure out how to get syncback working, are there any guides for this? The link in docs point to Argon Plugin settings where I believe I have them set up correctly...
Yeah, the first one might require administrator permissions as Argon has to interact with Studio files but the second issue will need to be patched. While mash parts are supported, not all of its properties are supported yet.
I'm going to implement this when I have more time.
Not sure if this is directly related to this issue, but Meshpart BrickColor and Color are not being applied properlly.
In my model.json
"Color": [27, 42, 53],
In-Game:
Color [229, 214, 503]
As you can see, the value applied is 255 - Desired_Colour
I have Studio Sync on, and it retrieves the correct value and saves on the LFS, but when you apply any chances to the model.json, it goes to the wrong colour as above