Skip to content

Commit

Permalink
Merge pull request #229 from ynput/enhancement/nuke_camera_documentation
Browse files Browse the repository at this point in the history
Add Nuke Troubleshoot for FBX camera.
  • Loading branch information
robin-ynput authored Sep 9, 2024
2 parents ec8aed5 + 23daac2 commit 68dfc40
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/docs/addon_nuke_artist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<iframe width="512px" height="288px" src="https://www.youtube.com/embed/Ic9z4gKnHAA" frameborder="0" modestbranding="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="1"></iframe>

### 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)
Binary file added website/docs/assets/nuke/reload_fbx_camera.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 68dfc40

Please sign in to comment.