Questions tagged [blender-2.49]

For issues relating to using Blender, version 2.49.

Blender is a popular open source 3D modelling and rendering environment. It can be used to model and render still images, animations and real time games.

10 questions
2
votes
1 answer

Creating a tiled map with blender

I'm looking at creating map tiles based on a 3D model made in blender, The map is 16 x 16 in blender. I've got 4 different zoom levels and each tile is 100 x 100 pixels. The entire map at the most zoomed out level is 4 x 4 tiles constructing an…
James
  • 9,774
  • 5
  • 34
  • 58
2
votes
1 answer

Blender how to round edges of face

I'm trying to make a round eye in my object by selecting a face, pressing e, dragging it into the face a little bit and I'm trying to make that eye round instead of square. How can I do this?
1
vote
1 answer

blender-python error

i get this error : Traceback (most recent call last): File "movement", line 1, in (module) NameError: name 'GameLogic' is not defined import GameLogic cont = GameLogic.getCurrentController() fwd = cont.sensors['forword'] bck =…
shaimaa
  • 37
  • 1
  • 3
  • 9
1
vote
2 answers

how to load Canvas texture in wavefront obj (three.js)

Thank you for your attention. I want to use three.js to show the obj file exported from Blender and map texture from canvas. I tried to post the image in obj and it succeeded. But when I put the canvas texture on obj, the model turns black. I also…
Leimun
  • 13
  • 2
0
votes
2 answers

import .pde file (processing file) into blender

I have a "Processing" file (written in "Processing" i.e. a pde file) which has a model and its transformations such as open, close, scale, rotate .. How can I import this file into Blender 2.49?
shaimaa
  • 37
  • 1
  • 3
  • 9
0
votes
0 answers
0
votes
1 answer

changing the color of object in blender

I did the following steps to create a new material and link it to the object: Select an object. In Button window (at bottom) select 'Shading' (a gray ball) and then 'Material buttons' (red ball) In 'Link and pipeline', press 'Add new'. Edit…
shaimaa
  • 37
  • 1
  • 3
  • 9
0
votes
1 answer

Converting NIF to OBJ in Blender 249.2 Yields Invisible Object

I am using Three.js to render Fallout 3 objects in WebGL. The JavaScript for a similar object rendering can be found here. Most objects, along with their normals, have been loading just fine... Until I tried to load the brahmin... So, as you can…
Frumples
  • 425
  • 1
  • 4
  • 18
0
votes
3 answers

Create Dialog Box in Blender using C or Python

How to make a dialog box (three options like quit/OK/Cancel) in blender and processing the text entered through python or in C. I'm unable to find any good tutorial on this. Any help....?
user2797984
-2
votes
1 answer

How to load md2 file with OpenGL(GLUT)

I have created a solid sphere with texture and without animation in Blender.I have exported it in md2 file format.Now I want to load it with OpenGL using c++.Iam new in programming,I have learned about md2 file formate but can't write code to load…
Dinesh Subedi
  • 2,603
  • 1
  • 26
  • 36