Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Nuke: Publishing, loading and updating alembic cameras #575

Merged
merged 15 commits into from
Oct 5, 2020

Conversation

jakubjezek001
Copy link
Member

@jakubjezek001 jakubjezek001 commented Sep 30, 2020

  • PR Nuke: Camera load, update and remove #566 already merged into the branch for testing purposes
  • publishing internal camera node with baked animation from parent axis's. Baked on word coordinate matrix XYZ so it should be working well even with Maya.

Close #565

@jakubjezek001 jakubjezek001 added the type: enhancement Enhancements to existing functionality label Sep 30, 2020
@jakubjezek001 jakubjezek001 added this to the 2.13 milestone Sep 30, 2020
@jakubjezek001 jakubjezek001 requested a review from a team September 30, 2020 08:33
@jakubjezek001 jakubjezek001 self-assigned this Sep 30, 2020
@jakubjezek001 jakubjezek001 linked an issue Sep 30, 2020 that may be closed by this pull request
Copy link
Member

@mkolar mkolar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Publishing and loading is working fine with one strange effect. When loading animated ABC to nuke. it doesn't show animation, until I manually disable and enable reading from the file. then it catches on correctly. Can you please have a look at that?

Updating and removing needs to be added as well, before merging.

)
camera_node.forceValidate()
# camera_node["read_from_file"].setValue(True)
# camera_node["file"].setValue(file)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if these lines are not needed let's remove them.

@jakubjezek001
Copy link
Member Author

jakubjezek001 commented Oct 2, 2020

Publishing and loading is working fine with one strange effect. When loading animated ABC to nuke. it doesn't show animation, until I manually disable and enable reading from the file. then it catches on correctly. Can you please have a look at that?

@mkolar I believe it is some internal Nuke bug as this is happening to me too. Didn't find any trace of evidence anybody had noticed it within community. When I had programmatically hit Reload button it want work either, although it is working in gui - try it.
Not sure what to do with this really, @tokejepsen any idea here?

@tokejepsen
Copy link
Member

Dont really know about this, but you could force the node to into the control panel if that fixes the issue.

@mkolar mkolar changed the title 567 Nuke Publish Camera Nuke: Publishing, loading and updating alembic cameras Oct 5, 2020
@mkolar mkolar merged commit 0c2ffde into 2.x/develop Oct 5, 2020
@mkolar mkolar deleted the feature/567-Nuke_Publish_Camera branch October 6, 2020 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nuke Publish Camera
3 participants