Skip to content Skip to sidebar Skip to footer
Showing posts with the label Maya

Make Input And Run Loop To Create Custom Number Of Objects

I have been trying to learn how to code for Maya for a while. And here I am making a rock generator… Read more Make Input And Run Loop To Create Custom Number Of Objects

What Does It Mean For An Object To Be "in The Underworld?"

I have this code: def block_stacks(num): stack = cmds.group(empty=True, name='Stacks#')… Read more What Does It Mean For An Object To Be "in The Underworld?"

Enable Or Disable A Field In Maya Ui With Python

I am trying to enable/disable a float field in the ui of a python script for maya, but I dont know … Read more Enable Or Disable A Field In Maya Ui With Python

Maya 2018, Python, Move And Rotate Extracted Face

Trying to write part of the python code in Maya to extract the face from object then move it and ro… Read more Maya 2018, Python, Move And Rotate Extracted Face

'exceptions.runtimeerror' - Object Has No Attribute 'errno'

I'm working with Maya 2018 and there's a weird thing going on. When I select multiple verti… Read more 'exceptions.runtimeerror' - Object Has No Attribute 'errno'

Multiple Paths Traversed And Displayed Filed Type In Maya Menu With Python

I'm new here so bare in mind that and I hope my questions are clearly asked for you lot to help… Read more Multiple Paths Traversed And Displayed Filed Type In Maya Menu With Python