W_dontUseNativeMenuBar v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Wouter Gilsing
Prevent Nuke from using the native OS toolbar (like on macOS) and use Nuke's Qt toolbar instead. This will allow the user to work properly in fullscreen mode on a Mac without losing/hiding the menubar. Besides that the toolbar will behave like any other part of the interface.
Requirements:
11.0, 10.5, 10.0 or later
11.0, 10.5, 10.0 or later
10 Dec 2018
72
W_dontUseNativeMenuBar
Prevent Nuke from using the native OS toolbar (like on macOS) and use Nuke's Qt toolbar instead.
This will take the top toolbar and make it part of the interface (like on Windows and most Linux distros).
This will allow the user to work properly in fullscreen mode on a Mac without losing/hiding the menubar. Besides that the toolbar will behave like any other part of the interface (in terms of icons and formatting etc).
Add the following to your menu.py:
import W_dontUseNativeMenuBar
W_dontUseNativeMenuBar.init()
Copyright (c) 2018, Wouter Gilsing
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Redistribution of this software in source or binary forms shall be free
of all charges or fees to the recipient of this software.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 'AS IS' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Please login in order to download these files.
Comments
I thought about that, but I figured that would also take away the minimize/maximi ze/close buttons, and the option to resize the window.
It's pretty much what the full screen mode is.
Cheers
Sorry for the late reply, didn't seem to have gotten a notification for your comment...
Glad you liked it! What doesn't work about it for you? I'm currently using it on Nuke12 without problems.
Cheers
It gives me a popup error: "/.nuke/menu.py : error interpreting that plugin"
Could you import the tool from the script editor and reply with the error message?
So in the nuke scripteditor:
import W_dontUseNativeMenuBar
W_dontUseNativeMenuBar.init()
RSS feed for comments to this post