direct study weekly report (Jan11-Jan17)
Brief summary
- static mesh pipeline
- getting started with Daz3d and Unreal Engine
Key activity
This week I am working on FBX animation pipeline with Unreal Engine4.6. There are three methods of import fbx files in UE, static mesh, skeletal mesh and animation options. The problem is all the textures should be a power of two. So I edited the textures in photoshop manually and reassigned them to the model. (I have no idea how to automatically change the textures.) Then it looks good in UE.
[[MORE]]
model in Maya
__
[[MORE]]
mesh in UE without textures
[[MORE]]
finally get textures on
I also try to import the skeleton and see if it can works on other models. But unfortunately the size of the model is not the same.
Issue
- all the textures should be a power of two
- can’t get skeleton work on other models
Reference
To do
- modify textures in batch processing
- animation pipeline