python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Transferring files to a fast computer on the network and queuing the files for rendering
The task I want to accomplish is to send a copy of the opened file, transfer it to a location on the server, and for the fast render farm pc to open it, render the file, then close itself, essentially...
Collegia Titanica
Votes: 0
Answers: 1
python scripting in maya
I want to build a GUI that would help a user (who is not familiar with Maya) to just drag and drop shapes to create the model of a complex shape they want and then let Maya automatically professionall...
Alex
Votes: 0
Answers: 1
Customize Maya's script editor font
Up to Maya 2019 I was using the following script to customize the script editor font.
from PySide2 import QtGui, QtCore, QtWidgets
def set_font(font='Courier New', size=12):
"""
...
Fnord
Votes: 0
Answers: 1
How to make Maya colorSliderGrp's change command execute only once when picking color?
I am trying to work on a script to do the following:
Whenever the user picks a color from the Maya UI, it prints the color value.
I have a simple code like this
import maya.cmds as cmds
cmds.window()...
Jst
Votes: 0
Answers: 0