491 questions
0 votes
1 answer
43 views
Error when loading FBX file in EditorImportPlugin - how to load fbx files?
I am trying to create an EditorPlugin/EditorImportPlugin to import fbx files. More specifically I want to extract the animations from the files and save them as a .res file. Normally I go over the ...
0 votes
0 answers
49 views
BVH animation skinning
I am fairly new to Blender and retargeting methods, however I am looking for a way to skin bvh declared motion. I imported a skin and fbx format animation from Mixamo, which means that armatures in ...
0 votes
1 answer
157 views
Mixamo Animation Causes Character to Float in UE4 Despite Being Grounded in Blender/Maya
Problem's solved though I would be glad for a cleaner solution in Blender. (I can't export Blender's fbx animation into UE4 without my skeletal mesh being deformed - some tips are much appreciated) ...
0 votes
0 answers
78 views
How to export game objects in Unity as FBX files (for animations and automatic import)
I am working on exporting a specific game object as an fbx file through Unity. I have succeeded in creating an fbx file for a single frame using the code below. However, I have two questions regarding ...
0 votes
0 answers
39 views
How to extract vertex group information in FBXSDK C++?
I've already loaded the model, and I have access to the animation keyframes and keyvalues for each bone, however, my mesh has bones and each bone corresponds to a vertex group with specific control ...
2 votes
1 answer
98 views
Strange relative paths containing "*0\0" or "*1\0" cutting off the first 3 characters of path while working with Blender, Assimp.NET and FBX files
I am trying to make a program to merge fbx models. Each model have multiple nodes. Some of the nodes have a specific name meaning that those are functioning as connection points for other models. I ...
2 votes
1 answer
311 views
How to Use FBX Models with three.js
I'm studying computer graphics with WebGL and want to utilize Three.js to draw FBX models. I have succeeded in loading the FBX models that are shared for free, but I don't know how to add textures and ...
-1 votes
1 answer
156 views
3D model not rendering properly in unity scene view?
I have a fbx 3D model of a building. In scene view, the side view of the rooftop has disappeared somehow, but I'm not sure what is the cause. In top view, the rendering works fine. I tried changing ...
1 vote
0 answers
101 views
Unreal Engine problem; Character face not importing correctly from blender to Unreal Engine 5
There is not a specific error message that it gives, but here is my problem: I'm trying to import Makima (from Chainsaw Man) into Unreal Engine 5, I have her .fbx file (from blender). This is how she ...
1 vote
0 answers
109 views
How to convert .fbx to frame images
I wanna to need help that i wanna to convert .fbx to video through script and i found a soluotion to do it through FFmpeg but it not supports .fbx so i need help in to get frame images so i can make ...
1 vote
0 answers
136 views
Using a C++ Static Library in Swift
What is the best way to import a static c++ library in swift? I am working with a 3rd party library (FBX SDK) which is in the form of header files and a ".a" file. Ideally I would use the ...
2 votes
0 answers
176 views
Obtaining FBX node's global to local space transform correctly
I'm trying to convert legacy models in proprietary format to FBX. I seem to be getting an FbxNode's global to local space transform matrix incorrectly in some cases. Here's the situation. Skeleton ...
0 votes
1 answer
183 views
Downloaded model has no materials or textures
Below I've shown what the downloaded model should of looked like and what it looks like in blender image01 image02 I've tried manually adding the textures but it takes way too long. Is there a better ...
0 votes
0 answers
73 views
How to load fbx file with animation in wpf project
Title: Trouble Animating FBX File in WPF Explanation: I'm encountering difficulties animating an FBX file within a WPF (Windows Presentation Foundation) application. Despite trying various libraries ...
1 vote
0 answers
875 views
Is it possible to render a VRM model in python using the MToon shader?
I am using Python 3.9. I have two files, a VRM model and an FBX animation. I want to animate the VRM model using the FBX animation in Python so that I can both display a preview in a GUI and stream ...