Questions tagged [blender-2.61]

The Blender Foundation and online developer community present Blender 2.60. The beginning of the Blender 2.6x series, targeted at including all work that happened in branches or patches past years.

Blender 2.6x Most notable in this release is 3D audio, UI translation, improved weight painting and a lot of animation system updates. Click the link below for highlights and the full changelog.

Blender 2.61 Release Log

Released: October 19th, 2011.

40 questions
14
votes
3 answers

How to move a camera in Blender 2.61 with Python

I'm searching for a simple script to move a camera in Blender 2.61 with Python. I thought this would be an easy task, but the Camera object has no properties like loc or something similar. I only found scripts online for Blender 2.49 but they don't…
guerda
  • 23,388
  • 27
  • 97
  • 146
12
votes
1 answer

how to export per-vertex UV coordinates in Blender export script

I'm writing a a python export script from Blender 2.64. The idea is that I'm trying to export the mesh data in an OpenGL VBO-friendly way. So I'm exporting vertex attributes in array of structs layout. For instance, for a mesh with vertices, normals…
SaldaVonSchwartz
  • 3,769
  • 2
  • 41
  • 78
11
votes
1 answer

input dialog box blender

How to make a simple entry dialog box (like in the image) in blender and processing the text entered through python.I am unable to find any good tutorial on this.
Vaibhav
  • 703
  • 1
  • 7
  • 18
5
votes
2 answers

Blender mirror modifier doesn't export mirrored half

When I use mirror modifier in blender and export my collide (.dae), my exported object doesn't have include the 'mirrored half' but just has the side where I didn't delete the faces. Help?
Nerdy Lime Apps
  • 331
  • 2
  • 5
  • 18
4
votes
1 answer

Blender add-on: dialog box closes when I click outside

I'm new in blender addon development and trying to create a popup dialog box that doesn't close when I click outside the box, It should only close when I click on the close button. please let me know I you know of any solution. Here is the sample…
Sanskar
  • 69
  • 4
4
votes
3 answers

Blender script to create a Toolshelf Panel gives no results whatsoever

I found this tutorial and have been following along trying to create my own Panel in the Toolshelf but mine won't work, for no obvious reason. I'm using Blender 2.63, and I have also tried the exact same script in Blender 2.58 and 2.56, both having…
Kurt
  • 51
  • 1
  • 5
3
votes
2 answers

Blender 2.6 Console in window

I want to refresh my Python skill in Blender since it been a while. However, when I open Blender the console window does not open anymore. Also, when I go to the console and run the scripts from the text editor nothing shows up on the console. I do…
daster
  • 63
  • 9
3
votes
0 answers

Blender Build 2.6 in Mac OS X Lion

I have a problem with building Blender 2.6 in Mac OS X Lion. What I have done is described here http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Mac but I discovered that I have to install Xcode 3, using these instructions.…
Dimitra Micha
  • 2,089
  • 8
  • 27
  • 31
3
votes
1 answer

Blender 3D python For Every pose bone add a constraint not working

selected = bpy.context.selected_pose_bones for bone in selected: bpy.ops.pose.constraint_add(type='COPY_ROTATION') every time i run this it the contstraints on the same pose bone not on all the pose bones. does anyone…
Raspberry
  • 277
  • 1
  • 3
  • 11
3
votes
1 answer

apply non-hierarchial transforms to hierarchial skeleton?

I use Blender3D, but the answer might not API-exclusive. I have some matrices I need to assign to PoseBones. The resulting pose looks fine when there is no bone hierarchy (parenting) and messed up when there is. I've uploaded an archive with sample…
user975135
3
votes
1 answer

Create a Pop-Up menu to call a custom exporter (Blender 2.6 API)?

am trying to create a friendlier menu to export models using a file format I created, using the python scripts in Blender 2.63. Have been checking the API documentation for Blender, also the template examples and haven't figured out how to actually…
notNullGothik
  • 432
  • 5
  • 20
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?
2
votes
1 answer

Best way to model a two-sided playing card?

What is the best way to model a two-sided playing card in Blender 3D which is both performant and flexible? Each side of the card must have its own distinct texture, it should have some level of thickness (which I believe rules out a Plane), should…
RobertJoseph
  • 7,968
  • 12
  • 68
  • 113
2
votes
2 answers

Texture is "inverted"

I just started using Blender yesterday so please go easy. I'm using Blender 2.64a on OS X. I created this scene: a single plane and a playing card (a flattened cube). The top and bottom faces of cube each have their own material and texture (the…
RobertJoseph
  • 7,968
  • 12
  • 68
  • 113
2
votes
1 answer

Importing .fbx Character in Blender

I am new in blender. I have learned some basic function of blender .How to make simple shapes and how to animate. Now I have a character in .fbx formate but it has no animation.I want to animate it in Blender so that I can use it in Unity... but I…
Malik Ehtasham
  • 343
  • 2
  • 11
  • 25
1
2 3