Skip to main content
0 votes
1 answer
63 views

Am taking first steps into the Open Maya API, the Python version. I've gone through a Maya API series, and did some tasks such as printing to the script editor. I am now trying to write my own small ...
Ralf_Reddings's user avatar
0 votes
1 answer
50 views

I have created a custom MPxManipContainer, which contains two instances of a custom MPxManipulatorNode. One of the MPxManipulatorNode has been created inside the createChildren() function of the ...
Constantinos Glynos's user avatar
1 vote
0 answers
24 views

I try to write an openmaya viewport 2.0 shader in maya that read couple of vec4 custom attributes on instances for the logic of the shader. Ideally bifrost instances but it can be geo instanced in ...
Kio's user avatar
  • 11
0 votes
1 answer
110 views

I'm trying to link a piece of code on application quit of autodesk Maya, using scriptJob. It works when you choose "don't save" or "cancel" in the maya save prompt window, but if ...
sandeep p's user avatar
-1 votes
1 answer
206 views

I am new to C++ and English, I am trying to write some tools using Maya C++ api, but I have some problems when trying to use third-party libraries. I am using Microsoft. Ml. Onnxruntime. Gpu. 1.16.3 ...
hcFZ5y7's user avatar
-1 votes
1 answer
75 views

I'm developing a custom mpxnode that has 3 attributes (length, width, fillet) and one output. I want fillet attribute 'maxValue' to be the half of min(length, width) but can't get it to work. For ...
Amin YSH's user avatar
0 votes
1 answer
500 views

Is there a MEL command to toggle the "joint xray" mode in the viewport? (so that I can set it as a shortcut)
arkan's user avatar
  • 663
0 votes
1 answer
410 views

In Maya how do you add a joint influence to an existing skin cluster and set that joint skin weight to 0 using MEL script?
arkan's user avatar
  • 663
1 vote
1 answer
183 views

Xcode 15 Mac book M1 Moya/RxSwift (15.0.0): Moya/Core RxSwift (~> 6.0) Cannot call value of non-function type '[Observable.Type]' private func bindingsStrongify<Event, O, WeakOwner>(_ ...
Duncan's user avatar
  • 13
0 votes
0 answers
156 views

So basically I am trying to open maya from command line using subprocess in python and executing a python script (.py) file like below: command = [ "C:/Program Files/Autodesk/Maya2020/bin/...
Kartikey's user avatar
0 votes
1 answer
196 views

I am writing a C++ plugin for Maya using CLion and CMake. When I add the C++ algorithm library to my code I get an error saying "No member named 'clamp' in namespace 'std'". As soon I add ...
osterburg's user avatar
  • 457
0 votes
1 answer
801 views

I am trying to make a plug-in that loads a menu with a simple print command attached to a button. I got two files: test_menu.py import maya.cmds as cmds import maya.mel as mel def say_hello(): ...
RogerP's user avatar
  • 1
0 votes
2 answers
147 views

The following commands will convert a given controlPoint index to the corresponding object's component type: import maya.cmds as mc print (mc.ls('pCube1.controlPoints[3]')) # ['pCube1.vtx[3]'] ...
Fnord's user avatar
  • 5,983
0 votes
0 answers
97 views

So basically this is the code I have written which is getting the required paired meshes of character in maya and I need to assign similar shader to Leg, Arm and Hand respectively. And I was able to ...
Kartikey Sinha's user avatar
0 votes
1 answer
925 views

Thank you for any help/guidance that you can provide, I'm really hoping someone can help me with this problem. The script is supposed to go through a selection of objects and export each one into a ...
Harry Latham's user avatar

15 30 50 per page
1
2 3 4 5
12