diff --git a/website/docs/addon_nuke_artist.md b/website/docs/addon_nuke_artist.md index 492d6960..e197e1d7 100644 --- a/website/docs/addon_nuke_artist.md +++ b/website/docs/addon_nuke_artist.md @@ -395,3 +395,19 @@ If your Pyblish dialog fails on Validate Version, you might be trying to publish Or maybe you accidentally copied write node from different shot to your current one. Check the write publishes on the left side of the Pyblish dialog. Typically you publish only one write. Locate and delete the stray write from other shot. + +### Inconsistent FBX Camera loading + +When loading an FBX camera, you may encounter incomplete loading error, particularly if your wokfile already contains Alembic (ABC) data. Although Nuke supports [FBX camera imports](https://learn.foundry.com/nuke/content/comp_environment/3d_compositing/importing_fbx_cameras.html), the Camera node can sometimes fail to load the FBX file properly. + +This issue often arises because ABC and FBX formats seem to share a common loading context, which can lead to conflicts when both are present in the same workfile. + +**To resolve this:** +1. Try manually reloading the FBX file. +2. Make sure the `node name` is set to the Camera. + +:::info Default FBX Views +views like "Producer Perspective," "Producer Top," and "Producer Bottom" are default FBX views that Nuke adds automatically. +::: + +![Reload FBX Camera](assets/nuke/reload_fbx_camera.jpg) diff --git a/website/docs/assets/nuke/reload_fbx_camera.jpg b/website/docs/assets/nuke/reload_fbx_camera.jpg new file mode 100644 index 00000000..0f620bb7 Binary files /dev/null and b/website/docs/assets/nuke/reload_fbx_camera.jpg differ