if not os.path.exists( export_directory ) :
os.makedirs(export_directory)
os.mkdir(export_directory)
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}); |
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
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
#Uncommon text symbols for ctrl+c | |
☐ | |
☒ |