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
2
votes
1 answer

Car rig in blender and importing to Unity

I am new to unity and my question is: I am trying to import the rigged car model from blender 2.6 to unity 3.5. but when i import to unity the car physics and it's rig unable to act the same way how it's been created in blender. Please let me know…
Yogesh
  • 1,206
  • 4
  • 22
  • 50
2
votes
1 answer

Reset Timeline of animation - blender 2.6

I am new to Blender animation, i have simple 3d model which has bones to animate and its animating as expected, now what i want to do is reset the frames in timeline of the blender, for exampe, my animation loop is between 250 to 300 frames and want…
Yogesh
  • 1,206
  • 4
  • 22
  • 50
2
votes
1 answer

Blender performance issues with generating UV spheres

When I run this script: import bpy, time t0 = time.time() for i in range(1000): bpy.ops.mesh.primitive_uv_sphere_add() if i % 100 == 0: print(time.time()-t0) t0 = time.time() This is the output (exponential growth vs.…
PattimusPrime
  • 867
  • 8
  • 21
2
votes
1 answer

exporting textures 3d models and textures from blender to xna 4.0

So i'm trying to make a 3d game with 2d sprites. In blender I created a plane and used uv maps to map one of the sprites to the plane. When I push f12 and render the plane, the sprite is displayed. I made sure to create a material for the plane and…
Charles Haro
  • 1,866
  • 3
  • 22
  • 36
1
vote
1 answer

Blender how to deselect surfaces

My case is after adding a plain, I subdivided it into several surfaces. Then I pressed B, and selected, say, 4 of the surfaces. However, how to deselect one of the 4 selected surfaces? I am totally new to blender, any help is appreciate. Thanks
user3535716
  • 255
  • 4
  • 14
1
vote
1 answer

3D Model and Texture creation

I've been trying to solve this for some time now and it seems that I'm not looking for the correct keywords because I did not find an solution yet. My problem is that I would like to create a Texture in the style of this…
1
vote
1 answer

use .obj file from blender 2.62+, in java with Eclipse for Android openGL ES

I have looked near and far for a solution to this problem. There seems to be ways to do this using a older version of Blender. I do not want to use an earlier version of Blender, I want to use 2.62.0 and above. Basically I want to use Blender to…
CommonKnowledge
  • 769
  • 1
  • 10
  • 35
0
votes
1 answer

How to Avoid the Blender game engine starts when opening a blend file

I have been watching a tutorial for a game in blender, but when I open the blend file it automatically starts the game engine, is there a way to bypass this? this is the source…
edgarmtze
  • 24,683
  • 80
  • 235
  • 386
0
votes
1 answer

Rigify Animbox addon Armature origin not moving problem

I am using Rigify Animbox when move my Armature and start animation it move last position and when go to edit mode it show many link that connect with Armature. this link can't set origin or can't move please help me how can fix it. please see below…
0
votes
0 answers

How to stream an updating images sequence to rtmp server(youtube) with ffmpeg?

Want to stream an image sequence generated by blender to Youtube rtmp server. Currently using the following command to do so: ffmpeg -r 24 -f image2 -s 1080x1920 -i /root/sandbox/new/render%04d.png -vcodec libx264 -crf 25 -pix_fmt yuv420p -f flv…
0
votes
1 answer

I can't figure out Unity / Blender / makehuman root motion

I have tried every single variation and permutation that I can think of. I start at make human while I'm prototyping because it's fast. I then take it to Blender where I apply a bvh file. I adjust the graph editor because the bvh files never get it…
thomedy
  • 93
  • 11
0
votes
1 answer

Unity - Blender - Object in Unity gets wrong pivot

-- Edit Solution : Set unity to rotate around "pivot" instead of "center". I created an prisma in blender and exported it as .fbx into unity. In the scene Im rotating it via code and I noticed that its rotating around the wrong pivot. The problem…
Perazim
  • 1,501
  • 3
  • 19
  • 42
0
votes
1 answer

Blender 2.7 how to find spotlight lookAt/target using script

I am having a hard time figuring out how to find spotlight lookAt/Target point. I need it to export some light information in a file so that I will able to use them with OpenGL and render a scene. So far have this code with…
Lum Zhaveli
  • 175
  • 2
  • 18
0
votes
1 answer

Blender exporter (v70) to json three.js skinning animations

It took me a few weeks to master the Blender to json skinning export process, but the final result was working great prior three.js exporter v70. I had to rebuild my dev machine and I installed Blender three.js exporter v70. Today, I am doing a…
j3zusla
  • 1
  • 1
0
votes
2 answers

Resizing Tool shelf and widgets in Blender

In Blender, It is possible to drag the tool shelf and widgets until they fill the screen space available. But while working in blender its not good to resize the widget or tool self till it fills the screen. so I'm trying to restrict maximizing…
user2797984