[Tutor] help :making window

2016-12-31 Thread syafiqah amir via Tutor
On Saturday, December 31, 2016 3:55 PM, syafiqah amir wrote: Hello,Im trying to execute the code but the window does not come out.(script from Maya python for games and film)I'm not sure what I did wrong import maya.cmds as cmds; class AR_OptionsWIndow(object):    def __init__(self): 

[Tutor] accessing attribute from python programming for absolute beginner

2016-12-26 Thread syafiqah amir via Tutor
I did the critter programming however i did not achieve the desired outcome which is the name of the critters did not print on the screen insted of self.name .I'm not sure what is wrong with this .Hope someone can help me.Thank you so much . #attribute Critter#Demonstrates creating and accessing