Inicialização

Blender

Existem algumas causas comuns de problemas ao inicializar ou utilizar o Blender. Caso você não consiga encontrar uma solução para o seu problema aqui, tente buscar ajuda através da comunidade.

Caso o Blender quebre durante a inicialização, existem algumas coisas a ser verificadas:

  • Verifique se seu computador atinge os requerimentos mínimos.
  • Confirm that your graphics card is supported and that the drivers are up to date.
  • Certifique-se que esteja utilizando a versão correta do Blender (32 ou 64 bits) para a sua arquitetura.

Algumas causas conhecidas estão listadas abaixo.

Python

Caso você obtenha uma mensagem de erro de inicialização como esta (em inglês):

Fatal Python error: Py_Initialize: unable to load the file system codec

Pode ser necessário definir o caminho da variável de ambiente PYTHONPATH em seu sistema.

Neste caso, a versão de Python embutida no Blender estará tentando usar um caminho para a linguagem de programação Python previamente estabelecido em PYTHONPATH, mas caso a versão da linguagem seja diferente daquela utilizada pelo Blender, resultará em uma quebra do Blender durante a inicialização.

Para resolver este problema, você pode limpar o caminho especificado em ``PYTHONPATH``antes de inicializar o Blender (também pode ser feito através da execução de um script de inicialização.), ou definir o caminho para uma versão Python compatível.

Common Startup Messages

The Blender Console Window can display many different types of status and error messages. Some messages simply inform the user what Blender is doing, but have no real impact on Blender’s ability to function. Other messages can indicate serious errors that will most likely prevent Blender carrying out a particular task and may even make Blender non-responsive or shut down completely. The Blender Console Window messages can also originate internally from within the Blender code or from external sources such as Python scripts.

found bundled python: {DIR}
This message indicates that Blender was able to find the Python library for the Python interpreter embedded within Blender. If this folder is missing or unable to be found, it is likely that an error will occur, and this message will not appear.
Read prefs: {DIR}/userpref.blend
The user preferences use this path.