Hi folks. In this page I am going to share the errors that I solved, some tips and tricks about softwares. Probably you will find this page from google while searching a solution for an error that makes you crazy 🙂
At the same, if you write your problem to comment on this page, I will reply it and I am going to add that solution to this page.
Software:
Maya
Problem:
// Warning: file: C:/Program Files/Autodesk/Maya2013/ scripts/startup/findStartUpCamera.mel line 130: Could not find an appropriate startup camera: top. A substitute will be used. //
Solution:
Copy and paste this Mel to your mel script editor and select all and press Ctrl+Enter
viewSet -home top;
viewSet -home front;
viewSet -home side;
———————————————————————————————————————
Software:
Maya
Problem:
splash.dll error message on starting Maya
Solution:
Open your My Documents\maya\[maya version] and find maya.env
Open maya.env with text editor and add this line or update it;
set MAYA_DISABLE_CIP=1
———————————————————————————————————————