Problem summary Within Nuke's .nuke plugin directory, users are able to create Template Scripts with a template.nk file, which would allow settings such as Viewer windows or startup Node setups.
With the Nuke11.3v1 release, users no longer receive any Project View changes.
This appears to be due to the new 'Views' preferences option:
The template.nk script should take precedence over the preferences options.
Customer reported version nuke.11.3v1
Customer reported platform fedora
Steps to reproduce
1) Open Nuke
2) Within your Project Settings (Keyboard shortcut 'S' ), set the Views to Stereo.
3) Save the script as template.nk within your ~/.nuke folder directory.
4) Restart Nuke11.3v1
Result: Nuke will use the View options set up by the Preferences, instead of the template.nk setup.
Workaround Users can set up their default views with the Preferences -> Views options.
Reproduced by support
This bug has been reproduced in: Nuke11.3v1 - Windows 7 - Mac10.13 - CentOS7 - regression
Unable to reproduce bug in: Nuke11.2v5 - Windows 7 - Mac10.13 - CentOS7
Earliest version tested - This issue no longer appears in this version and has regressed
Expected behaviour The template.nk should take precedence over the preference settings
Actual behaviour The preferences settings are used over the template.nk options