Created
March 26, 2015 01:22
-
-
Save lapaev/876bd02e5e22fdae87ab to your computer and use it in GitHub Desktop.
Get name of object from component mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string $parent[] = `listRelatives -p`; | |
| $parent = `listRelatives -p $parent[0]`; | |
| string $obj = $parent[0]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment