“The opposite of love is not hate, it's indifference. The opposite of art is not ugliness, it's indifference. The opposite of faith is not heresy, it's indifference. And the opposite of life is not death, it's indifference.” ― Elie Wiesel
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
#Uncommon text symbols for ctrl+c | |
☐ | |
☒ |
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
import pymel.tools.mel2py as mel2py | |
convert = mel2py.mel2pyStr(''' | |
''') | |
print convert |
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
http://indexerweb/#/_/net/homes/rgarcia |
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
int pnt0 = addpoint(0, {1,0,1}); | |
int pnt1 = addpoint(0, {1,0,-1}); | |
int pnt2 = addpoint(0, {-1,0,-1}); | |
int pnt3 = addpoint(0, {-1,0,1}); |