syntetik blok
blog about games, rigging, scripting, visual effects and 3d animation
Pages
(Move to ...)
Home
RIG-IT
▼
Sunday, 8 August 2010
python list comprehension
this is quite nice use for python list comprehension in Maya:
cams = [ mc.listRelatives( c, parent=1 )[0] for c in mc.ls( type='camera' ) ]
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment