Searched refs:cmd (Results 1 – 7 of 7) sorted by relevance
448 const SmCmd* cmd; in InitializeScene() local454 cmd = parser->GetCmd( i ); in InitializeScene()457 if ( strcmp( cmd->GetCommand(), "STAGE_OBJECT" ) == 0 ) in InitializeScene()459 stage_obj_rate = cmd->GetF32( "rate" ); in InitializeScene()465 if ( strcmp( cmd->GetCommand(), "PARTICLE" ) == 0 ) in InitializeScene()467 particle_rate = cmd->GetF32( "rate" ); in InitializeScene()473 if ( strcmp( cmd->GetCommand(), "ADD_AUDIENCE" ) == 0 ) in InitializeScene()480 f32 x = cmd->GetF32( "tx" ); in InitializeScene()481 f32 y = cmd->GetF32( "ty" ); in InitializeScene()482 f32 z = cmd->GetF32( "tz" ); in InitializeScene()[all …]
59 u32 cmd = ReadByte( &trackParam.currentAddr ); in Parse() local62 if ( cmd == MmlCommand::MML_IF ) in Parse()64 cmd = ReadByte( &trackParam.currentAddr ); in Parse()69 if ( cmd == MmlCommand::MML_TIME ) in Parse()71 cmd = ReadByte( &trackParam.currentAddr ); in Parse()74 else if ( cmd == MmlCommand::MML_TIME_RANDOM ) in Parse()76 cmd = ReadByte( &trackParam.currentAddr ); in Parse()79 else if ( cmd == MmlCommand::MML_TIME_VARIABLE ) in Parse()81 cmd = ReadByte( &trackParam.currentAddr ); in Parse()86 if ( cmd == MmlCommand::MML_RANDOM ) in Parse()[all …]
43 string $cmd = "NW4C_BatchExportCmd -b \"" + $c3beFile + "\"";44 eval($cmd);
61 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node +64 scriptJob -p nw4cSetCameraFovy_Fovy -rp -ac ($node + ".focalLength") $cmd;65 scriptJob -p nw4cSetCameraFovy_ApertureV -rp -ac ($node + ".verticalFilmAperture") $cmd;
146 string $cmd = `getAttr ($node + ".b")`;147 if (!size($cmd))151 eval($cmd);220 string $cmd = "";225 $cmd += "global int $nw4cExpDialog_SettingVer = " + $nw4cExpDialog_SettingLatestVer + ";\n";229 $cmd += "global string $nw4cExpDialog_SettingExportOptions = \""234 $cmd += "if (`exists nw4cExpDialog_SettingNodeFunc`) "237 return $cmd;276 string $cmd = GetSettingNodeCommand();277 catch(`setAttr ($node + ".b") -type "string" $cmd`);[all …]
1520 string $cmd;2342 global proc nw4cSetAnimRange_CallEditor(string $wName, string $cmd)2354 eval($cmd);3378 global proc nw4cSetAnimRange_OnPlaybackButton(string $wName, int $cmd)3387 if ($cmd == 0) // stop3391 else if ($cmd == 1) // once3402 if ($cmd)3407 if ($cmd == 0) // stop
38 Example: When using cmd.exe (specify arguments without using newlines)