Hey Brendan, I made a new channel for my start up company, sorry for the super late reply! It's been a helluva couple years! To answer your questions, in the script editor you go to Command > Show Tooltip Help That will prompt the flags tool tip for anything you're writing :) Hope this helped if you haven't found the answer yet!
at 3:30 when you are typing window -exists how did you get the box with flags to appear?
Hey Brendan, I made a new channel for my start up company, sorry for the super late reply! It's been a helluva couple years!
To answer your questions, in the script editor you go to Command > Show Tooltip Help
That will prompt the flags tool tip for anything you're writing :) Hope this helped if you haven't found the answer yet!
hey math, i am getting an error while exhecuting this code
it is showing me an syntax error
code - string $toolCreate = "createTool";
string $toolName = "UI Tool";
if ( 'window -exists $toolCreate' )
{
deleteUI $toolCreate;
}
window -t $toolName -w 300 -h 500 $toolCreate;
showWindow $toolCreate;
error -
showWindow $toolCreate;
// Error: if ( 'window -exists $toolCreate' )
//
// Error: Line 4.6: Syntax error //
// Error: }
//
// Error: Line 7.1: Syntax error //
Hey Atrocious J, i believe you're missing an open bracket after the if ( ) { } statement
@@MathiasJV thatnks for the help can i ask you about the suggestion of learning mel for rigging scripting?
@@atrociousj5113 sure thing, ask away haha