/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/ |
H A D | COLLADAMayaFileTranslator.cpp | 77 MGlobal::startErrorLogging(); in initializePlugin() 126 if (MGlobal::mayaState() != MGlobal::kBatch) in initializePlugin() 174 MGlobal::executeCommand ( "optionVar -iv \"referenceOptionsShareShaders\" 0;" ); in uninitializePlugin() 179 MGlobal::stopErrorLogging(); in uninitializePlugin() 237 MGlobal::getActiveSelectionList(selection); in writer() 280 MGlobal::setActiveSelectionList(selection); in writer() 285 MGlobal::displayError ( message.c_str() ); in writer() 289 MGlobal::displayError ( "ColladaMaya has thrown an exception!" ); in writer() 371 MGlobal::displayError ( exception->getMessage().c_str() ); in reader() 375 MGlobal::displayError ( "ColladaMaya has thrown an exception!" ); in reader() [all …]
|
H A D | COLLADAMayaDocumentExporter.cpp | 106 MGlobal::executeCommand ( MString ( "file -q -ns" ), sceneName ); in createLibraries() 310 if (MGlobal::executeCommand(MString("workspace -q -rd;"), workspace)) in exportCurrentScene() 330 MGlobal::displayWarning("Workspace path is empty. <source_data_base_uri> won't be exported."); in exportCurrentScene() 333 MGlobal::displayWarning("Can't query workspace. <source_data_base_uri> won't be exported."); in exportCurrentScene() 373 asset.getContributor().mAuthoringTool = AUTHORING_TOOL_NAME + MGlobal::mayaVersion().asChar() + in exportAsset() 421 if ( MGlobal::isYAxisUp() ) in exportAsset() 423 else if ( MGlobal::isZAxisUp() ) in exportAsset() 428 MGlobal::executeCommand ( "currentUnit -q -linear -fullName;", mayaLinearUnitName ); in exportAsset() 564 MGlobal::displayError(message.c_str()); in createTargetURI() 624 MGlobal::displayError(MString("Cannot create ") + dstDirURI.toNativePath().c_str()); in copyFile() [all …]
|
H A D | COLLADAMayaReferenceManager.cpp | 104 MGlobal::executeCommand ( command, referenceNodeName ); in getReferenceNode() 138 status = MGlobal::executeCommand ( command, filename ); in processReference() 216 MGlobal::executeCommand(command, tempFilename); in processReferenceFile() 223 MGlobal::executeCommand(command); in processReferenceFile() 248 MGlobal::executeCommand ( command ); in processReferenceFile() 262 MGlobal::executeCommand("file -q -r;", filenames); in getLastReferenceFilename() 289 MGlobal::executeCommand(command, nodeNames); in getRootObjects() 349 MGlobal::executeCommand(command, filename); in getReferenceFilename() 358 MGlobal::executeCommand(command, filename); in getReferenceFilename() 422 status = MGlobal::executeCommand(command, RNPath); in getTopLevelReferenceNode() [all …]
|
H A D | COLLADAMayaHwShaderExporter.cpp | 61 status = MGlobal::executeCommand(MString("workspace -q -rd;"), workspace); in exportPluginHwShaderNode() 131 MGlobal::displayError ( message.c_str() ); in exportCgfxShader() 178 MGlobal::displayError("cgEffect is null."); in exportCgfxShader() 666 MGlobal::displayWarning ( "Parameter type not supported! " + paramType ); in exportEffectParameters() 700 MGlobal::displayWarning ( "Parameter type not supported! " + paramType ); in exportEffectParameters() 757 MGlobal::displayWarning ( "Parameter type not supported! " + paramType ); in exportEffectParameters() 782 …MGlobal::displayWarning(("CG String Parameter type: ") + MString(paramString.c_str()) + MString(" … in exportEffectParameters() 805 MGlobal::displayWarning ( "Parameter type not supported! " + paramType ); in exportEffectParameters() 992 MGlobal::displayError ( "No surface for the current sampler! Data not valid!" ); in exportEffectParameters() 1340 MStatus status = MGlobal::executeCommand(MString("workspace -q -rd;"), workspace); in exportEffectParameters()
|
H A D | COLLADAMayaConsoleMain.cpp | 270 MGlobal::startErrorLogging(); 312 MGlobal::stopErrorLogging();
|
H A D | COLLADAMayaAnimationHelper.cpp | 345 MGlobal::executeCommand ( "playbackOptions -q -" TSTART, result ); in animationStartTime() 355 MGlobal::executeCommand ( "playbackOptions -q -" TEND, result ); in animationEndTime() 365 MGlobal::executeCommand ( MString ( "playbackOptions -" TSTART " " ) + t ); in setAnimationStartTime() 373 MGlobal::executeCommand ( MString ( "playbackOptions -" TEND " " ) + t ); in setAnimationEndTime()
|
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/ |
H A D | AbcExport.cpp | 320 MGlobal::displayError( 431 MGlobal::displayError( 442 MGlobal::displayError( 453 MGlobal::displayError( 587 MGlobal::displayError(error); 1102 MGlobal::displayInfo(info); 1105 MGlobal::viewFrame(*it); 1126 MGlobal::viewFrame(oldCurTime); 1134 MGlobal::displayError(theError); 1141 MGlobal::displayError(theError); [all …]
|
H A D | AbcWriteJob.cpp | 402 MGlobal::displayWarning(msg); in setup() 454 MGlobal::displayWarning(msg); in setup() 510 MGlobal::displayWarning(msg); in setup() 538 MGlobal::displayError(err); in setup() 554 MGlobal::displayWarning(msg); in setup() 584 MGlobal::displayError(err); in setup() 662 MGlobal::displayError(err); in setup() 704 MGlobal::displayError(err); in setup() 750 MGlobal::displayError(err); in setup() 798 MGlobal::displayError(err); in setup() [all …]
|
H A D | MayaMeshWriter.cpp | 103 MGlobal::displayError(msg); in getUVSet() 141 MGlobal::displayError( "MFnMesh() failed for MayaMeshWriter" ); in getUVs() 154 MGlobal::displayError(msg); in getUVs() 203 MGlobal::displayError( "MFnMesh() failed for MayaMeshWriter" ); in MayaMeshWriter() 581 MGlobal::displayError( "MFnMesh() failed for MayaMeshWriter" ); in getNumCVs() 592 MGlobal::displayError( "MFnMesh() failed for MayaMeshWriter" ); in getNumFaces() 603 MGlobal::displayError( "MFnMesh() failed for MayaMeshWriter" ); in getPolyNormals() 705 MGlobal::displayError( in writeUVSets() 739 MGlobal::displayError( in writeColor() 1048 MGlobal::displayError(err); in fillTopology() [all …]
|
H A D | MayaLocatorWriter.cpp | 50 MGlobal::displayError( in MayaLocatorWriter() 133 MGlobal::displayError( in write()
|
H A D | MayaUtility.h | 64 MGlobal::displayInfo(usage); in isFloat() 77 MGlobal::displayInfo(usage); in isUnsigned()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MayaExport/src/ |
H A D | skeleton.cpp | 99 MGlobal::getActiveSelectionList(selectionList); in load() 101 MGlobal::selectByName(rootDag.fullPathName(),MGlobal::kReplaceList); in load() 106 MGlobal::executeCommand("dagPose -s",poseName,true); in load() 113 MGlobal::executeCommand("doEnableNodeItems false all",true); in load() 115 MGlobal::executeCommand("dagPose -r -g -bp",true); in load() 130 MGlobal::setActiveSelectionList(selectionList,MGlobal::kReplaceList); in load() 480 MGlobal::executeCommand("doEnableNodeItems true all",true); in restorePose() 483 MGlobal::getActiveSelectionList(selectionList); in restorePose() 489 MGlobal::selectByName(rootDag.fullPathName(),MGlobal::kReplaceList); in restorePose() 493 MGlobal::executeCommand(cmd,true); in restorePose() [all …]
|
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MayaExport/src/ |
H A D | skeleton.cpp | 99 MGlobal::getActiveSelectionList(selectionList); in load() 101 MGlobal::selectByName(rootDag.fullPathName(),MGlobal::kReplaceList); in load() 106 MGlobal::executeCommand("dagPose -s",poseName,true); in load() 113 MGlobal::executeCommand("doEnableNodeItems false all",true); in load() 115 MGlobal::executeCommand("dagPose -r -g -bp",true); in load() 130 MGlobal::setActiveSelectionList(selectionList,MGlobal::kReplaceList); in load() 480 MGlobal::executeCommand("doEnableNodeItems true all",true); in restorePose() 483 MGlobal::getActiveSelectionList(selectionList); in restorePose() 489 MGlobal::selectByName(rootDag.fullPathName(),MGlobal::kReplaceList); in restorePose() 493 MGlobal::executeCommand(cmd,true); in restorePose() [all …]
|
/dports/graphics/alembic/alembic-1.8.3/maya/AbcImport/ |
H A D | util.cpp | 67 MGlobal::displayError(theError); in createShadingGroup() 131 MGlobal::displayError(theError); in replaceDagObject() 151 MGlobal::displayError(theError); in replaceDagObject() 221 MGlobal::displayError(theError); in disconnectAllPlugsTo() 248 MGlobal::displayError(theError); in getDagPathListByName() 389 MGlobal::displayError(theError); in setInitialShadingGroup() 398 return MGlobal::deleteNode(obj); in deleteDagNode()
|
H A D | AbcImport.cpp | 177 MGlobal::displayInfo(usage); 271 MGlobal::executeCommand(queryFileRuleCmd, fileRule); 275 MGlobal::executeCommand(queryFolderCmd, expandName); 347 MGlobal::viewFrame( inputData.mSequenceStartTime *
|
H A D | NurbsSurfaceHelper.cpp | 233 MGlobal::displayError( in trimSurface() 250 MGlobal::displayError("Trimming Nurbs Surface failed."); in trimSurface() 408 MGlobal::displayError(status.errorString()); in readNurbs() 411 MGlobal::displayError(errorMsg); in readNurbs()
|
H A D | util.h | 183 MGlobal::displayError(theError); in printError() 188 MGlobal::displayWarning(theWarning); in printWarning()
|
H A D | AlembicImportFileTranslator.cpp | 51 MStatus status = MGlobal::executeCommand (script); in reader()
|
/dports/science/siconos/siconos-4.4.0/numerics/src/Unstable_or_deprecated/ |
H A D | lcp_solver_pred.c | 227 int extractLCP(NumericsMatrix* MGlobal, double *z, int *indic, int *indicop, double *submatlcp, dou… in extractLCP() argument 230 if(MGlobal == NULL || z == NULL) in extractLCP() 237 if(MGlobal->storageType == 1) in extractLCP() 239 double * M = MGlobal->matrix0; in extractLCP() 240 int sizelcp = MGlobal->size0; in extractLCP()
|
/dports/graphics/alembic/alembic-1.8.3/maya/Tests/ |
H A D | colorsets_test.py | 76 OpenMaya.MGlobal.getActiveSelectionList(sel) 96 OpenMaya.MGlobal.getActiveSelectionList(sel) 123 OpenMaya.MGlobal.getActiveSelectionList(sel) 154 OpenMaya.MGlobal.getActiveSelectionList(sel) 211 OpenMaya.MGlobal.getActiveSelectionList(sel) 246 OpenMaya.MGlobal.getActiveSelectionList(sel)
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MayaExport/include/ |
H A D | ogreExporter.h | 93 MGlobal::displayInfo("Translating scene to OGRE format"); in OgreExporter() 105 MGlobal::displayInfo("Command is not undoable"); in isUndoable()
|
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MayaExport/include/ |
H A D | ogreExporter.h | 93 MGlobal::displayInfo("Translating scene to OGRE format"); in OgreExporter() 105 MGlobal::displayInfo("Command is not undoable"); in isUndoable()
|
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/ |
H A D | fc3d_2NCP_Glocker.c | 158 NumericsMatrix * MGlobal = problem->M; in NCPGlocker_fillMLocal() local 163 NM_types storageType = MGlobal->storageType; in NCPGlocker_fillMLocal() 170 double * MM = MGlobal->matrix0; in NCPGlocker_fillMLocal() 186 int diagPos = SBM_diagonal_block_index(MGlobal->matrix1, contact); in NCPGlocker_fillMLocal() 187 localproblem->M->matrix0 = MGlobal->matrix1->block[diagPos]; in NCPGlocker_fillMLocal()
|
H A D | fc3d_projection.c | 109 NumericsMatrix * MGlobal = problem->M; in fc3d_projectionWithDiagonalization_update() local 126 if(MGlobal->storageType == NM_DENSE) in fc3d_projectionWithDiagonalization_update() 128 double * MM = MGlobal->matrix0; in fc3d_projectionWithDiagonalization_update() 138 else if(MGlobal->storageType == NM_SPARSE_BLOCK) in fc3d_projectionWithDiagonalization_update() 143 SBM_row_prod(n, 3, contact, MGlobal->matrix1, reaction, qLocal, 0); in fc3d_projectionWithDiagonalization_update()
|
/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/ |
H A D | OpenVDBFilterNode.cc | 220 MGlobal::displayError("Failed to create a new OpenVDBData object."); in compute() 239 MGlobal::displayWarning("No grids are selected."); in compute() 256 MGlobal::displayWarning(msg.c_str()); in compute()
|