Launch Standalone Mocha Pro from Nuke with correct footage, frame range and settings. Reuses existing .mocha projects to avoid duplicates. Windows only.
Open In Mocha
First submitted: 30 July 2026
Author: Serhii Baranov
Website: https://www.linkedin.com/in/serhii-baranov-compositing-artist/
Compatible Nuke versions: 13.0 or later
Compatibility: Windows

OpenInMocha speeds up the Nuke → Mocha Pro workflow by launching Standalone Mocha with the correct footage, frame range, frame rate and pixel aspect, and by reusing existing .mocha projects instead of creating duplicates.
Launches Standalone Mocha Pro with footage from the selected
ReadnodeCreates a new project with correct settings when no matching project exists
Reopens an existing
.mochaproject if one already matches the footageAccessible from the Nuke menu, custom hotkeys, or W_Hotbox
Windows only (Nuke 13+, Python 3 recommended)

Installation
Download
Copy the
OpenInMochafolder into your.nukedirectory.In
init.py, add:import nuke nuke.pluginAddPath("OpenInMocha")(If
import nukealready exists, add only thepluginAddPathline.)Restart Nuke.
Select a
Readnode and run Extra → Open in Mocha Pro, press Shift+M, or use W_Hotbox.
Configuration
Edit openinmocha_config.py to change menu location, shortcut, Mocha path, debug popup, and default output folder.
Requirements
Nuke 13+ (Python 3 recommended)
Standalone Mocha Pro
Windows (macOS / Linux not supported)
Links
MIT License
Copyright (c) 2026 Serhii Baranov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Comments