Skip to content

Releases: SerhiiiBaranov/OpenInMocha

OpenInMocha v1.0.0

Choose a tag to compare

@SerhiiiBaranov SerhiiiBaranov released this 17 Jun 16:23
top_banner

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

  1. Download the OpenInMocha-v1.0.0-nuke-package.zip asset from this release.
  2. Extract the archive.
  3. Open init.py in your .nuke folder and add:
import nuke
nuke.pluginAddPath("OpenInMocha")

If import nuke is already present in init.py, add only:

nuke.pluginAddPath("OpenInMocha")
  1. Save init.py.
  2. 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.