if ('window -exists Node_Generate')
//checks for our Window and Deletes it if ('window -exists Node_Generate') { deleteUI -window Node_Generate; } // Window for our Node Generator string $Node_Generator = 'window -title "Node Generator" – wh 128 256 Node_Generate'; //Define our row and column layouts rowColumnLayout -numberOfColumns 2 -cw 2 50; // Column 1: buttons, column 2: button descriptions separator; separator; button -label "arcLen Maker" -c "CurveInfo()"; text -label "CurveInfo"; separator; separator; button -label "Mult Div" -c "multDiv()"; text -label "Mult Div Maker"; //shows our window showWindow $Node_Generator;
No problem but next time I suggest a little pro-active googling or searching DT's forums if working on one of their product tuts. Just like you wouldn't go to their forums and ask them for help on one of Simplymaya's tutorials. It's just bad form. That being said, there's a good community of helpful folks here so if you have any Maya questions have at it.Originally posted by kittykate
Thank you soo much. The link you gave me worked. You've been an excellent help. I was about to tear my hair out.
My bad if I was wrong about that...I thought that was supposed to be a single prime/single quote/apostrophe. Didn't know the back quote/grave was actually used.Originally posted by ctbram
I am not sure but the ` character you are using looks fine. It is the key to the left of the 1 key on a standard US keyboard. The ` character instructs the interpreter to execute the command contained between the ` characters.
That's what threw me off. Those are smart quotes. Sometimes software automatically converts quotes into smart quotes...forums, CMS, etc. so I figured she cut it from something that made a mistake. Since I hadn't actually seen the video she's referencing I couldn't really tell if that was the intent or not. Smart quotes are the proper formatting for actual quotes...the way a keyboard typically types them is as prime and double prime marks which are what should be used for measurement (ala 6'5"), not for real quotes and apostrophes.Originally posted by ctbram
If you look at what you have posted you have a different kind of " symbol at either end of the double quoted items. They have a tilt to them. I can't even find those quote symbols on my keyboard?