Ошибка traceback most recent call last блендер

$begingroup$

there seems to be no answers for the error «Traceback (most recent calls last)» in blender 2.8. Reinstalling blender doesnt fix the problem. this error occurs by just left clicking in the viewport or when importing images into textures and backgrounds. It ruins blender. I have no idea how this has happened.

this is the error:
enter image description here

I do not want to install a new version of blender at the moment so that is out of the option. Please help. This error is really annoying. This must have something to do with a file directory but i am not sure. Thanks in advance.

asked Aug 16, 2020 at 6:10

object's user avatar

objectobject

3142 silver badges9 bronze badges

$endgroup$

4

$begingroup$

Revert to Factory settings.

Set File > Defaults to «Factory Settings»

answered Aug 18, 2020 at 5:21

susu's user avatar

susususu

13.8k3 gold badges24 silver badges46 bronze badges

$endgroup$

$begingroup$

Usually it will go away by itself.

answered Aug 18, 2020 at 1:30

M4GN3TIC _'s user avatar

M4GN3TIC _M4GN3TIC _

3991 gold badge3 silver badges9 bronze badges

$endgroup$

Not the answer you’re looking for? Browse other questions tagged

.

Last things first.
It is the correct version, I took the text from Blender as I’ve too many Betas to count. ;) Would you check the version displayed in Blender Preferences, please?
As for installing it in the latest version of Blender. I still have problems and I have had to do 3 System Restores.
I’ve stopped for the moment while I think. I did not un-install Ver 2.8 so both were in the registry. :(
What I did see was that the folders:
Stop- motion-OBJ;
Stop- motion-OBJ -0.2.79.2;
Stop- motion-OBJ -2.0.0 in
AppData > Roaming > BlenderFoundation > Blender > 2.83 > scripts > addons

The last time I tried to install Stop_motion in 2.83 it seemed to install but when I tried to activate it. I got the errors:

Traceback (most recent call last):
File «C:Proglam FilesBlender FoundationBlender 2.832.83Scriptsmodulesaddon_utils.py», line 351, in enable
mod = import(module_name)
ModuleNotFoundError: No module named ‘Stop-motion-OBJ-2’

Blender Artists Community

Loading

BLENDER.ORG

  • Download

    Get the latest Blender, older versions, or experimental builds.

  • What’s New

    Stay up-to-date with the new features in the latest Blender releases.

RESOURCES

  • Blender Studio

    Access production assets and knowledge from the open movies.

  • Manual

    Documentation on the usage and features in Blender.

DEVELOPMENT

  • Developers Blog

    Latest development updates, by Blender developers.

  • Documentation

    Guidelines, release notes and development docs.

  • Benchmark

    A platform to collect and share results of the Blender Benchmark.

  • Blender Conference

    The yearly event that brings the community together.

DONATE

  • Development Fund

    Support core development with a monthly contribution.

  • One-time Donations

    Perform a single donation with more payment options available.

I have looked at other forums and did not find an answer to my problem, i know that for bge the script only works when connected to logic bricks, and just to be sure i was typing it the right way i watched a bge tutorial on youtube and it worked for him but not for me.

how do i download the bge module?
any suggestions would be greatly appreciated

also i noticed after i watched the video the blender console said this:

Error:

Python script error - object 'Cube', controller 'Python':
Traceback (most recent call last):
File "moveX.py", line 1, in <module>
ImportError: No module named 'Bge'
Blender Game Engine Finished

Script:

import bge

def main():
    cont = bge.logic.getCurrentController()
    owner = cont.owner  
    owner.positive.x += 0.1

main()

asked Jul 19, 2017 at 21:19

littleman27's user avatar

Yes the bge module is a part of the game engine and is available through a python controller logic brick. This python controller is only activated when the game engine is actually running.

While you can build blender without the game engine I wouldn’t expect it to be disabled unless you have compiled your own version of blender. The error you see will always happen if you run a script using bge outside of the game engine, such as from blender’s text editor.

First enable the game engine by selecting it in the render engine menu.

render engine menu

Then after setting up your script in the python controller, press P to start the game engine.

EDIT:

The error in your question indicates you have import Bge in your script, the bge should be all lowercase, which you seem to have fixed in the script you added. The script will get a different error as there is no positive property in an object, you will want to use owner.position.x

import bge

def main():
    cont = bge.logic.getCurrentController()
    owner = cont.owner  
    owner.position.x += 0.1

main()

answered Jul 20, 2017 at 4:58

sambler's user avatar

samblersambler

6,8591 gold badge15 silver badges23 bronze badges

3

Понравилась статья? Поделить с друзьями:
  • Ошибка traceback most recent call last file
  • Ошибка tpws тойота прадо 150
  • Ошибка tpms ниссан теана l33
  • Ошибка timeout при подключении к серверу
  • Ошибка timeout error is occurred