Though there are plugins around for animating roblox standard rigs in blender, there are none for skinned meshes. Here I will be showing you the steps to do this and some common bugs and fixes
Step 1
Load in your .blend file and animate how you would in any case using blender.
Step 5
Make sure everything is working right when you play the animation. If you encounter a bug where the mesh basically turns in to a blobs scroll down to the common bugs section of this post to see how to fix that.
Cause
For some reason, the bones in a skinned mesh do not work properly when the mesh is at its original size or a bit above it, forcing you to scale it up. This could be a problem since you might need to scale it up more than it should be to fit your game properly.
Note: This bug is patched for the most part in newer versions of studio but it is still possible to encounter.
Solution
Step 1
Before you export your mesh from blender as an FBX, scale the entire mesh and armature to the point where it is hard to zoom in on without using one of the orthographic views.
I agree that there are many of them, however, they’re not on the DevForum (unless I am blind, oof). It’d be a lot more productive for those who want to start with skinned meshes.
Sorry for the bump, does anyone know how to fix keys being misaligned? When I import my animation i get a warning that my keys are misaligned, and even if I align them (as I am prompted to) my animation will be out of sync: when it loops around, it snaps in place.
I agree bu6i like the to the point topic. Maybe some other kind soul would. I rig fine in blender but transferring here is harder. That plugin seemed off
Basically the timeline has the play button but it’s pulled down by default pull it up you select animation having trouble with skipping and try changing the start and end keyframes in that window playing animation until it’s ‘tuned’ right.smooth.
The animation can end at a point in cycle that fits better
I got no clue what you’re talking about man. My original response was meant as feedback to the OP. If you’re using a translator, I suggest switching it to something better.
I have learned at least “why” it’s happening. In my case, I am creating a 24 fps animation, exactly 24 frames long. The animation editor puts them in frames 0 through 23, and assumes it’s a 23 fps animation. Since the animation editor saves every keyframe at a point in time (and not frame #), everything gets misaligned by some weird fraction of 23.
I am able to manipulate this with a self-built plug in, but it’s not really that important for me yet. I haven’t gotten far enough to care about 1 frame.
To fix that all you should have to do is move the frames up 1 and change it to 25 frames in blender. Really it’s just an issue with studios capabilities in importing from external programs.
Ahh, the end frame. I only use that for loops. Makes sense.
There is so much wrong with the animation importer, and some of it has to do with the blender exporter. I should probably learn the FBX file format and make my own.