Skip to content

Instantly share code, notes, and snippets.

@blenderdeluxe
Created June 15, 2022 20:38
Show Gist options
  • Save blenderdeluxe/3d10313fa119f5ded84487f73f2eb158 to your computer and use it in GitHub Desktop.
Save blenderdeluxe/3d10313fa119f5ded84487f73f2eb158 to your computer and use it in GitHub Desktop.
string $array[] = `ls -sl`;
for ( $item in $array )
{
setAttr -type "string" ($item + ".aiAov") "postes";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment