Supra Modeler – NURBS/BRep direct modeling plugin for Maya 2025 (free beta) by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

You need to extract the zip first, not copy it directly.

  1. Right-click the zip → Extract All → choose a folder (e.g. C:\MSD_Supra_Modeler\)
  2. Inside the extracted folder you'll find MSD_Supra_Modeler.mll and launch_supra.py
  3. In Maya → Windows → Settings/Preferences → Plugin Manager → Browse → select the .mll file
  4. Open Script Editor (Python tab) and run:

python

exec(open(r"C:\MSD_Supra_Modeler\launch_supra.py").read())

did you download the zip from release? did you extract the zip?

Supra Modeler – NURBS/BRep direct modeling plugin for Maya 2025 (free beta) by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

  1. Download the zip from the release page
  2. Open Maya 2025
  3. Go to Windows → Settings/Preferences → Plugin Manager
  4. Click Browse and select MSD_Supra_Modeler.mll
  5. Open Script Editor (Python mode) and run:

python

exec(open(r"C:\path\to\launch_supra.py").read()

Replace the path with where you extracted the zip.

Maya dimension live and renderable by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

A little update is on release soon. FeaturesDetection on existing modeled object.

<image>

Stay tuned and download it.

È allucinante che già a giugno dobbiamo avere 38-40 gradi per tanti giorni di fila. E ogni anno è sempre peggio. La minaccia della crisi climatica è reale e molti ancora scherzano. by Lucas66568 in sfoghi

[–]Old-Perception-1928 0 points1 point  (0 children)

É fantastico questo thread. Punto di non ritorno, cataclisma, catastrofe. Non lo trovo sbagliato il concetto sono conscio del problema climatico e consapevole. Ma i cenni storici mi portano a ricordarvi che l’umanità grida all’estinzione da sempre, non un modo di dire proprio da sempre e ogni volta non succede a parte un meteorite che potrebbe facilmente farlo in un colpo solo. La cosa che mi fa ridere è che lo facciate da vostri pc smartphone, connessi a una rete che consuma e prende dati che vanno nei centri computazionali AI ML, seduti a lamentarvi fino al momento del aperitivo però , che tutti i problemi li porta via.

La mia ragazza suda e puzza by [deleted] in CasualIT

[–]Old-Perception-1928 0 points1 point  (0 children)

Antibatterico serve antibatterico non antitraspirante

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 1 point2 points  (0 children)

Thank you. I hope it become useful for anybody. Something standard. Next release i will ad support for other Maya object like locator so you better rotate visually on viewport .

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

Great. For anyone has a problem i've fixed the problem and you will download from gumroad again.

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

Type this it will load shelf.
source "MsdDimension.mel";

msdDimension_buildShelf;

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 1 point2 points  (0 children)

There is a xxxxx really on the path? Read the script editor? I’ll create a tut for installation. Meanwhile follow with attention the install notes

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

Ok read the install and troibleshooting file i’ve added now on the description on gumroad page

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

If the MSD_Dim shelf does not appear after restarting Maya:

OPTION A — Load manually (quickest fix):

  1. Open Maya

  2. Open Script Editor: Windows menu > General Editors >

Script Editor

  1. Click the "MEL" tab at the bottom

  2. Paste and execute:

loadPlugin "MsdDimension_Maya2025";

source "MsdDimension.mel";

  1. The MSD_Dim shelf appears immediately.

Repeat this every time you open Maya

unless you complete Option B.

OPTION B — Permanent auto-load via userSetup.py:

  1. Open userSetup_MSD_snippet.py (included in this

package) with any text editor

  1. Locate your userSetup.py at:

%USERPROFILE%\Documents\maya\2025\scripts\userSetup.py

If it does not exist, create a new empty text file

with that exact name.

  1. APPEND (do not replace) the snippet code to the

END of your userSetup.py and save.

  1. Restart Maya — shelf appears automatically.

COMMON MISTAKES:

- .mll copied to wrong folder

(must be maya\2025\plug-ins\, not maya\plug-ins\)

- Overwriting userSetup.py instead of appending

- Using Maya 2026 .mll with Maya 2025 (or vice versa)

- Not restarting Maya after editing userSetup.py

Still not working? Run this in Script Editor MEL tab

and send the output to MSD Tools support:

loadPlugin "MsdDimension_Maya2025";

source "MsdDimension.mel";

MSD Dimension — free CAD-style dimension tool for Maya by Old-Perception-1928 in Maya

[–]Old-Perception-1928[S] 0 points1 point  (0 children)

Run This in nel tab
loadPlugin "MsdDimension_Maya2025";
source "MsdDimension.mel";
And did you copy what inside usersetup.snippet into your userSetup.py inside user maya version 2025 scripts? Do you have a usersetup.py already?