Skip to main content

A multi-application marking menu and UI framework for Maya, 3ds Max, and Blender.

Project description

License: LGPL v3 Version

Tentacle: A Python3/qtpy Marking Menu

Tentacle is a Python3/qtpy marking menu implemented using Qt's QStackedWidget. It is designed for use with Maya, 3ds Max, Blender, and any other DCC app that supports qtpy. In it's current implementation, it only has slots set up for Maya 2025.

Design

Tentacle runs on top of uitk, a qtpy dynamic UI loader, which allows for the creation of fully-featured UI with less time and code.

Example

The following example demonstrates re-opening the last scene, renaming a material, and selecting geometry by that material.

Example

Structure

The structure of the project is as follows:

Structure

Module Description
tcl Handles main GUI construction for the marking menu.
overlay Tracks cursor position and UI hierarchy to generate paint events that overlay its parent widget.
ui Location of the dynamic UI files.
slots Location of the various slot modules.

Installation

Tentacle can be installed either using pip directly in the command line or by downloading and running mayapy package manager in Windows.

Installation via pip

Install via pip in a command line window using:

path/to/mayapy.exe -m pip install tentacletk

Installation Using Mayapy Package Manager

Alternatively, you can use the mayapy package manager for a streamlined installation process. Download the mayapy package manager from here. (Give your Maya version. Hit 1 to install package. The package name is tentacletk)

Usage

To launch the marking menu:

For Maya, add the following to your userSetup.py:

import pymel.core as pm

def start_tentacle():
    from tentacle.tcl_maya import TclMaya
    TclMaya(key_show='F12') # Change 'F12' to match your chosen hotkey.

pm.evalDeferred(start_tentacle)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tentacletk-0.9.63-py3-none-any.whl (238.3 kB view details)

Uploaded Python 3

File details

Details for the file tentacletk-0.9.63-py3-none-any.whl.

File metadata

  • Download URL: tentacletk-0.9.63-py3-none-any.whl
  • Upload date:
  • Size: 238.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for tentacletk-0.9.63-py3-none-any.whl
Algorithm Hash digest
SHA256 0fe7d86a9450f068fb7c6c5a539dc4847ff8e3061c550b6e274476fe9a72e799
MD5 598b6f88863c7e8be637e2979d7aee3f
BLAKE2b-256 4ca916ff49dcef8e9aebc0c829b94a5a51e5b39f06608533e7a1df76051c43b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page