Releases: SerhiiiBaranov/OpenInMocha
Releases · SerhiiiBaranov/OpenInMocha
Release list
OpenInMocha v1.0.0
OpenInMocha v1.0.0
Initial public release of OpenInMocha, a Nuke toolset for working with Mocha-related workflows.
Included
- Distribution package for Nuke installation.
- Repository documentation updates.
- Installation notes for end users.
Installation
- Download the
OpenInMocha-v1.0.0-nuke-package.zipasset from this release. - Extract the archive.
- Open
init.pyin your.nukefolder and add:
import nuke
nuke.pluginAddPath("OpenInMocha")If import nuke is already present in init.py, add only:
nuke.pluginAddPath("OpenInMocha")- Save
init.py. - Restart Nuke.
Notes
OpenInMocha-v1.0.0.zip release asset is the recommended download for users. The source archive is provided separately by GitHub.
Changelog
[1.0.0] - 2026-06-17
Added
- Initial public release of OpenInMocha.
- Packaged distribution for Nuke installation.
- Configuration file support.
- Menu shortcut settings.
- W_Hotbox integration.
- Logic for reopening existing projects.
- End-user installation notes.
Changed
- Repository structure updated for clearer packaging and distribution.
- Documentation refined for the initial release.