Skip to content

Commit

Permalink
Do not use ufbx Blender PBR material
Browse files Browse the repository at this point in the history
  • Loading branch information
bqqbarbhg committed May 6, 2024
1 parent 19d3a0c commit b5f8723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/fbx/fbx_document.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,6 @@ Error FBXDocument::_parse(Ref<FBXState> p_state, String p_path, Ref<FileAccess>
opts.ignore_embedded = true;
}
opts.generate_missing_normals = true;
opts.use_blender_pbr_material = true;

ThreadPoolFBX thread_pool;
thread_pool.pool = WorkerThreadPool::get_singleton();
Expand Down

0 comments on commit b5f8723

Please sign in to comment.