Skip to content

Commit

Permalink
Release 1.0.0-alpha.18; Export unknown material(tested for 3ds Max ph…
Browse files Browse the repository at this point in the history
…ysical materials) (#39)
  • Loading branch information
shrinktofit authored Jun 10, 2021
1 parent 5cb5773 commit d9d4506
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 27 deletions.
3 changes: 3 additions & 0 deletions Core/Source/bee/Convert/SceneConverter.Animation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ void SceneConverter::_convertAnimation(fbxsdk::FbxScene &fbx_scene_) {
fx::gltf::Animation glTFAnimation;
const auto animName = _convertName(animStack->GetName());
glTFAnimation.name = animName;

_log(Logger::Level::verbose, fmt::format("Take {}: {}s", animName, timeSpan.GetDuration().GetSecondDouble()));

fbx_scene_.SetCurrentAnimationStack(animStack);
for (std::remove_const_t<decltype(nAnimLayers)> iAnimLayer = 0;
iAnimLayer < nAnimLayers; ++iAnimLayer) {
Expand Down
Loading

0 comments on commit d9d4506

Please sign in to comment.