Problem summary
Loading a custom plugin node prevents Nuke from being able to read or write QuickTime (mov/mp4) or .mxf files
Customer reported version
nuke.12.2v6
Customer reported platform
windows10
Steps to reproduce
1) Install the plugin for your Nuke version from \netshare\support\tickets\112142
2) Open Nuke
3) Create a Baselight node (it might take a while)
4) Create a Read node and load in any .mov/.mp4/.mxf file
5) Create a Write node, open the Write node properties window and change the file path to a .mov file and the file type to mov
Expected behaviour
For the Read and Write nodes to read or write QuickTime/mxf files
Actual behaviour
Nuke errors saying the Reader.dll cannot be found:
Workaround
Pythonically load the dll by adding the following to your init.py: nuke.load(mov_writer_lib) # where mov_writer_lib is path/to/plugins/movWriter.dll
Reproduced by support
This bug has been reproduced in:
Nuke 13.2v1 - Windows 10
Nuke 13.0v4 - Windows 10
Nuke 12.2v1 - Windows 10
Nuke 12.1v1 - Windows 10
Nuke 12.0v1 - Windows 10
Earliest version tested
Nuke 12.0v1 - This is the earliest version of Nuke we have this version of the plugin for