Software errors, solutions, tips and tricks page


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

 

———————————————————————————————————————

 

About Caneration

Check Also

How to batch render in After Effects?

You have a lot of After Effects .aep files that waits for rendering. So maybe you do old school way; import all aep to one After Effects file and render all in order. But in fact there is a better and easier way! You can render all your compositions in your after effects files (.aep) in any format you want.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.