

Maya | Python | How to setup Maya python in VScode
Final result, auto completion and Send Python code to Maya To Activate Sent to Maya function In the Maya script editor MEL Tab....

Max Liu
Dec 9, 20241 min read


Maya | Python | Spawn polysphere on each vertex of a mesh
import pymel.core as pm geo = pm.selected() pm.makeIdentity(geo , apply = True, t = 1 , r = 1 , s = 1 , n = 0 , pn = 1 ) allVertexes =...

Max Liu
May 14, 20201 min read


Maya | Python | Face Normal
import maya.cmds as cmds import pymel.core as pm geo = pm.selected() pm.makeIdentity(geo , apply = True, t = 1 , r = 1 , s = 1 , n = 0 ,...

Max Liu
May 14, 20201 min read