Thank you very much for quick reply..
I use 64 bit version, I did everything like in tutorial..
Here's the code with all options checked
Code:
import maya
maya.cmds.ePMV()
epmv = maya.mv['epmv']
self = epmv.mv
<maya.OpenMaya.MArgList; proxy of <Swig Object of type 'MArgList *' at 0x102b038> >
try to restore
None
# Error: DLL load failed: The specified module could not be found.
# Traceback (most recent call last):
# File "C:/Users/.../Documents/maya/2012-x64/plug-ins/epmv_maya_plugin.py", line 113, in doIt
# epmvui.setup(rep="epmv",mglroot=MGL_ROOT,host='maya')
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\ePMV\epmvGui.py", line 1200, in setup
# epmv = ePMV.epmv_start(self.host,debug=0)
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\ePMV\__init__.py", line 29, in epmv_start
# from ePMV.autodeskmaya.mayaAdaptor import mayaAdaptor as adaptor
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\ePMV\autodeskmaya\mayaAdaptor.py", line 10, in <module>
# from ePMV.epmvAdaptor import epmvAdaptor
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\ePMV\epmvAdaptor.py", line 40, in <module>
# from ePMV.lightGridCommands import addGridCommand
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\ePMV\lightGridCommands.py", line 65, in <module>
# from Volume.Renderers.UTVolumeLibrary.DejaVu.UTVolRenGeom import UTVolRenGeom
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\Volume\Renderers\UTVolumeLibrary\DejaVu\UTVolRenGeom.py", line 21, in <module>
# from Volume.Renderers.UTVolumeLibrary import UTVolumeLibrary
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\Volume\Renderers\UTVolumeLibrary\UTVolumeLibrary.py", line 2, in <module>
# from UTpackages.UTvolrend.UTVolumeLibrary import *
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\UTpackages\UTvolrend\UTVolumeLibrary.py", line 25, in <module>
# _UTVolumeLibrary = swig_import_helper()
# File "C:\Users\...\Documents\maya\2012-x64\plug-ins\/MGLToolsPckgs\UTpackages\UTvolrend\UTVolumeLibrary.py", line 21, in swig_import_helper
# _mod = imp.load_module('_UTVolumeLibrary', fp, pathname, description)
# ImportError: DLL load failed: The specified module could not be found. #
# Error: 'module' object has no attribute 'mv'
# Traceback (most recent call last):
# File "<maya console>", line 3, in <module>
# AttributeError: 'module' object has no attribute 'mv' #
ScriptEditor;
if (`scriptedPanel -q -exists scriptEditorPanel1`) { scriptedPanel -e -to scriptEditorPanel1; showWindow scriptEditorPanel1Window; selectCurrentExecuterControl; }else { CommandWindow; };
addScriptEditorPanel scriptEditorPanel1;
createModelPanelMenu modelPanel1;
createModelPanelMenu modelPanel2;
createModelPanelMenu modelPanel3;
createModelPanelMenu modelPanel4;
buildPanelPopupMenu scriptEditorPanel1;
evalDeferred "showWindow scriptEditorPanel1Window;";