i asked this aready, but the dev of this skinned mesh update told me to if i had to choose wich one i woud like first. size bones or being able to use shape keys, i said size, them he responded me but you can do sizing with shape keys.
shape keys is not the same as sizing, shape keys is good for some cases while others the normal sizing is better, like squash and stretch for cartoon animation.
I mean Iād rather use shapekeys for controlling character shape as well as moving facial features such as the mouth precisely without requiring any facial rigs, but bone size will also be extremely helpful. I want to see both implemented but I can wait.
Hi @Ravenshield, thanks for the feedback, I will try to answer your questions:
Skinned meshes should not crash, can you provide a model file? Do you know whatās happening in the game to trigger the crash?
Performance implications are hard to estimate in general without comparing the specific rigid and skinned versions. If you can reduce the total number of vertices in the skinned version then yes, it should in theory be faster, but how much faster is hard to say. The biggest advantage of using skinning will be the improved visual quality of the result.
Yes, we are currently working on making attachments work with bones! Thanks for your patience.
Iāve been having issues where my skinned mesh just disappears, usually if the roblox tab isnāt focused.
@RawEggTheGreatIX we recently fixed a bug that was causing skinned meshes to disappear randomly in some games. If you would like to test it before it is released, in about two weeks you can try turning on the SkinUseSkeletonAPI Fast Flag in the Advanced Features menu. If youāre still seeing problems after that please let us know.
what idea?, i talked some in the past but never got responded.
wich of them?
by the way, cant use custom bone appearence in blender, if i use custom bone appearence roblox dont load nothing or if load it load the animation will be all broken.
example.
I have noticed that when I rename a bone in studio, it stops being modifiable.
@IdontPlayz343 the bone names are used to map the meshās skin weights to the skeleton, so currently they canāt be easily renamed, but itās on our roadmap. Thanks for the feedback.
This was fixed very recently. At that point in the next two weeks you can try turning on the SkinUseSkeletonAPI Fast Flag in Advanced Features if you would like to test it. Please let us know if you still donāt see any improvement after that.
Hi, would it be possible to generate simple Skinned MeshPart shapes at game runtime?
Iām thinking of a plane. My use case is a skinned mesh ocean. Generating the plane at runtime would/should allow me to dynamically change the resolution. By resolution I mean the distance in between the nearest bones. This way I can make sure everything is still optimized on low-end devices.
Yep, Roblox youāve changed/broken something with how the root bone on a skinned mesh works. It seems(?!) to be (double?!) transforming the root bone by the transform of the mesh part now? This completely screwed up a game Iām working on where I dynamically set the transform of every bone manually. What gives?
Oooooh, thanks alot this is really cool. There is one problem though. Previously, when you would add a new skinned object to a rig it would automatically place the mesh visually and have it follow the model how its meant to, but now looking back in my place rigs where I added hair/clothing too after donāt have correct placement but the placement of their actual cframe (i think).