Author Topic: Blender Error?  (Read 2700 times)

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Blender Error?
« Reply #10 on: July 16, 2016, 03:05:56 am »
What export script are you using?

Offline alphaomegawolf

  • Curious Wanderer
  • *
  • Posts: 32
  • Country: 00
  • Floof-O-Meter: 4
  • I'm a mapmaker and artist!
    • View Profile
Re: Blender Error?
« Reply #11 on: July 16, 2016, 03:18:47 am »
What export script are you using?
'Ogre meshes' I believe
The two things I downloaded were
"Blender exporter" (Ogre)
'Ogre command line tools'

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Blender Error?
« Reply #12 on: July 16, 2016, 04:23:44 pm »
Is Blender version 2.49b?

Offline alphaomegawolf

  • Curious Wanderer
  • *
  • Posts: 32
  • Country: 00
  • Floof-O-Meter: 4
  • I'm a mapmaker and artist!
    • View Profile
Re: Blender Error?
« Reply #13 on: July 17, 2016, 02:26:13 am »
What export script are you using?

What do you mean? Python?

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Blender Error?
« Reply #14 on: July 17, 2016, 06:20:37 am »
Non, you answered that part already.
My new question was
Is Blender version 2.49b?

You need Blender 2.49b and Python 2.6.x for these scripts to all function properly. If that's your case and it's still not working, you may have to define Python26 as an environment variable.

Quote from: Phloxenfree
This tutorial assumes you have Blender and the corresponding Python, with Python installed DIRECTLY to your C: DRIVE. If you don't, then get out before you confuse yourself. c:
This may be a tad different for Windows XP/8 but I have faith in you.
-
Close Blender & Python.
Press Windows Key, and then Pause Break on your keyboard
OR
Click the Start button, and click Computer. While in Computer, right click in the white area and then click Properties.
OR
Go to Control Panel, then System.

Click Advanced System Properties

Make sure you are in the Advanced Tab, then click Environment Variables... at the bottom of the window.

Under the second window, the the one for System Variables, click New... and call it "PYTHONPATH"
Then set the variable value to:
"C:\Python26\;C:\Python26\DLLs\;C:\Python26\Lib\;C:\Python26\Lib\lib-tk;" (yes, the ; is part of it.)

Click OK and then make sure you click OK on everything else, saving your changes and stuff.

Launch Blender, and see if the little black window finds Python. It should. If not, then either:

You may need to reboot your computer.
Python is not installed to your C: drive.
Your administrative settings are too restricting.
The above was not completed correctly.

Offline alphaomegawolf

  • Curious Wanderer
  • *
  • Posts: 32
  • Country: 00
  • Floof-O-Meter: 4
  • I'm a mapmaker and artist!
    • View Profile
Re: Blender Error?
« Reply #15 on: July 17, 2016, 06:56:34 pm »
Non, you answered that part already.
My new question was
Is Blender version 2.49b?


You need Blender 2.49b and Python 2.6.x for these scripts to all function properly. If that's your case and it's still not working, you may have to define Python26 as an environment variable.

Quote from: Phloxenfree
This tutorial assumes you have Blender and the corresponding Python, with Python installed DIRECTLY to your C: DRIVE. If you don't, then get out before you confuse yourself. c:
This may be a tad different for Windows XP/8 but I have faith in you.
-
Close Blender & Python.
Press Windows Key, and then Pause Break on your keyboard
OR
Click the Start button, and click Computer. While in Computer, right click in the white area and then click Properties.
OR
Go to Control Panel, then System.

Click Advanced System Properties

Make sure you are in the Advanced Tab, then click Environment Variables... at the bottom of the window.

Under the second window, the the one for System Variables, click New... and call it "PYTHONPATH"
Then set the variable value to:
"C:\Python26\;C:\Python26\DLLs\;C:\Python26\Lib\;C:\Python26\Lib\lib-tk;" (yes, the ; is part of it.)

Click OK and then make sure you click OK on everything else, saving your changes and stuff.

Launch Blender, and see if the little black window finds Python. It should. If not, then either:

You may need to reboot your computer.
Python is not installed to your C: drive.
Your administrative settings are too restricting.
The above was not completed correctly.

Oi, I have windows 8... This is going to be tricky.   Are you able to 'translate' this to windows 8 somehow? I have control panel but it has 'system & security' and not just 'system'
(Nevermind. I found what I was supposed to! I'll try this and get back to you)
« Last Edit: July 17, 2016, 06:58:46 pm by alphaomegawolf »