Searched refs:cmd (Results 1 – 7 of 7) sorted by relevance
380 const SmCmd* cmd; in InitializeScene() local386 cmd = parser->GetCmd( i ); in InitializeScene()389 if ( strcmp( cmd->GetCommand(), "STAGE_OBJECT" ) == 0 ) in InitializeScene()391 stage_obj_rate = cmd->GetF32( "rate" ); in InitializeScene()397 if ( strcmp( cmd->GetCommand(), "PARTICLE" ) == 0 ) in InitializeScene()399 particle_rate = cmd->GetF32( "rate" ); in InitializeScene()405 if ( strcmp( cmd->GetCommand(), "ADD_AUDIENCE" ) == 0 ) in InitializeScene()412 f32 x = cmd->GetF32( "tx" ); in InitializeScene()413 f32 y = cmd->GetF32( "ty" ); in InitializeScene()414 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;
169 string $cmd = `getAttr ($node + ".b")`;170 if (!size($cmd))174 eval($cmd);243 string $cmd = "";248 $cmd += "global int $nw4cExpDialog_SettingVer = " + $nw4cExpDialog_SettingLatestVer + ";\n";252 $cmd += "global string $nw4cExpDialog_SettingExportOptions = \""257 $cmd += "if (`exists nw4cExpDialog_SettingNodeFunc`) "260 return $cmd;299 string $cmd = GetSettingNodeCommand();300 catch(`setAttr ($node + ".b") -type "string" $cmd`);[all …]
1548 string $cmd;2370 global proc nw4cSetAnimRange_CallEditor(string $wName, string $cmd)2382 eval($cmd);3406 global proc nw4cSetAnimRange_OnPlaybackButton(string $wName, int $cmd)3415 if ($cmd == 0) // stop3419 else if ($cmd == 1) // once3430 if ($cmd)3435 if ($cmd == 0) // stop
38 Example: When using cmd.exe (specify arguments without using newlines)