On 31/12/16 16:05, syafiqah amir via Tutor wrote:
> Hello,Im trying to execute the code but the window does not come out.
Please always post python code in plain text, otherwise the html gets
wrapped and it becomes illegible.
> (script from Maya python for games and film)
This group is for cor
On 2016-12-31 09:35, Joel Goldstick wrote:
Semicolon (;) isn't used in python
as a statement separator
alex@X301n3:/mnt$ python3
Python 3.4.3 (default, Nov 17 2016, 01:11:57)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
gee = "really"; print(gee)
On Sat, Dec 31, 2016 at 11:05 AM, syafiqah amir via Tutor
wrote:
>
>
> 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
> im
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):