Searched refs:cmd (Results 1 – 7 of 7) sorted by relevance
382 const SmCmd* cmd; in InitializeScene() local388 cmd = parser->GetCmd( i ); in InitializeScene()391 if ( strcmp( cmd->GetCommand(), "STAGE_OBJECT" ) == 0 ) in InitializeScene()393 stage_obj_rate = cmd->GetF32( "rate" ); in InitializeScene()399 if ( strcmp( cmd->GetCommand(), "PARTICLE" ) == 0 ) in InitializeScene()401 particle_rate = cmd->GetF32( "rate" ); in InitializeScene()407 if ( strcmp( cmd->GetCommand(), "ADD_AUDIENCE" ) == 0 ) in InitializeScene()414 f32 x = cmd->GetF32( "tx" ); in InitializeScene()415 f32 y = cmd->GetF32( "ty" ); in InitializeScene()416 f32 z = cmd->GetF32( "tz" ); in InitializeScene()[all …]
61 u32 cmd = ReadByte( &trackParam.currentAddr ); in Parse() local64 if ( cmd == MmlCommand::MML_IF ) in Parse()66 cmd = ReadByte( &trackParam.currentAddr ); in Parse()71 if ( cmd == MmlCommand::MML_TIME ) in Parse()73 cmd = ReadByte( &trackParam.currentAddr ); in Parse()76 else if ( cmd == MmlCommand::MML_TIME_RANDOM ) in Parse()78 cmd = ReadByte( &trackParam.currentAddr ); in Parse()81 else if ( cmd == MmlCommand::MML_TIME_VARIABLE ) in Parse()83 cmd = ReadByte( &trackParam.currentAddr ); in Parse()88 if ( cmd == MmlCommand::MML_RANDOM ) in Parse()[all …]
42 string $cmd = "NW4C_BatchExportCmd -b \"" + $c3beFile + "\"";43 eval($cmd);
60 string $cmd = "floatSliderGrp -e -v `camera -q -vfv " + $node +63 scriptJob -p nw4cSetCameraFovy_Fovy -rp -ac ($node + ".focalLength") $cmd;64 scriptJob -p nw4cSetCameraFovy_ApertureV -rp -ac ($node + ".verticalFilmAperture") $cmd;
187 string $cmd = `getAttr ($node + ".b")`;188 if (!size($cmd))192 eval($cmd);261 string $cmd = "";266 $cmd += "global int $nw4cExpDialog_SettingVer = " + $nw4cExpDialog_SettingLatestVer + ";\n";270 $cmd += "global string $nw4cExpDialog_SettingExportOptions = \""275 $cmd += "if (`exists nw4cExpDialog_SettingNodeFunc`) "278 return $cmd;317 string $cmd = GetSettingNodeCommand();318 catch(`setAttr ($node + ".b") -type "string" $cmd`);[all …]
1547 string $cmd;2369 global proc nw4cSetAnimRange_CallEditor(string $wName, string $cmd)2381 eval($cmd);3405 global proc nw4cSetAnimRange_OnPlaybackButton(string $wName, int $cmd)3414 if ($cmd == 0) // stop3418 else if ($cmd == 1) // once3429 if ($cmd)3434 if ($cmd == 0) // stop
38 Example: When using cmd.exe (specify arguments without using newlines)