-
Notifications
You must be signed in to change notification settings - Fork 129
Nuke: Publishing, loading and updating alembic cameras #575
Conversation
maya is not adding them to version and it would be crashing
There was a problem hiding this 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) |
There was a problem hiding this comment.
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.
@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. |
Dont really know about this, but you could force the node to into the control panel if that fixes the issue. |
Close #565