e3ef7f214a
FBX support and MMD (pmx) support. Normals, Albedo, Metallic, and Roughness through Arnold 5 Materials for Maya FBX. Maya FBX Stingray PBS support. Importing FBX static meshes work. Importing FBX animations is a work in progress. Supports FBX 4 bone influence animations. Supports FBX blend shapes. MMDs do not have an associated animation import yet. Sponsored by IMVU Inc.
5 lines
84 B
Python
5 lines
84 B
Python
def can_build(env, platform):
|
|
return env['tools']
|
|
|
|
def configure(env):
|
|
pass
|