This one probably has quite limited use but nonetheless if there is 1 use then its good enough for me!
This one probably has quite limited use but nonetheless if there is 1 use then its good enough for me!
How to set attributes on objects in Maya using Python scripting.
A quick guide on how to add a defined number of objects at random to a scene in Maya, using Python.
A quick guide on how to create an object, select and then extrude a face by a specified value.
You can enable auto completion within the script editor in Maya:
Every object in Maya is actually a ‘Node’, you can view this inside the Node Editor.
Modifying an object inside Maya usually involves modifying its attributes.
LEGB principle
Sometimes, using string substitution the code can become unreadable when you are using many substitutions, for example imagine this:
String substitution is an efficient way to substitute variables into a string, lets take the example below: