Blender provides a broad spectrum of modeling, texturing, lighting, animation and video post-processing functionality in one package. Through its open architecture, Blender provides cross-platform interoperability, extensibility, an incredibly small footprint, and a tightly integrated workflow. Blender is one of the most popular Open Source 3D graphics applications in the world.
Questions tagged [blender-2.67]
39 questions
1
vote
0 answers
Using Blender Python API to create 2D animations neural nets
I want to use Blender and Python to create simplified 2D animations of theories on how the computation of the human brain create consciousness. I have spent hours studying the Python-Blender API, and as of yet it is not clear how to do what I want…

user3112305
- 11
- 2
1
vote
1 answer
Assigning random texture to a surface in Blender
I would like to synthesize a (very) long corridor in Blender, where the texture of the walls and ceiling are based on a random noise model (so that it is pretty much unique at any point along the corridor). Is this possible? Ideally, I would like to…

3lbom
- 139
- 1
- 1
- 11
0
votes
0 answers
how to have grease pencil's noise modifier for 3d objects
I did animation in CTA4, I imported it as Png sequence in blender, now I want to have same grease pencil render style for it such as noise modifier, and other effects. because I love the grease pencil modifiers and effects, so how can I do…
0
votes
1 answer
Apply material and texture image using python in blender 3.4
Code is working it is importing my files and exporting into .glb format
but issue when i open glb file it dose not contain texture image it shows grey...
here is my code
import bpy
import os
dir_path =…

Arav Instance
- 11
- 1
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…

nita makavana
- 23
- 1
0
votes
1 answer
Blender Python Write text to plane
Is it possible to write text in a Blender mesh plane from python? I need to change characters very quickly and the knife is not ideal.
Best

kashik
- 9
- 4
0
votes
3 answers
How can I create a desktop GUI application similar to Blender or Maya?
I would like to create a customized Graphical User Interface Window similar to Blender or Maya GUI window. Please refer this below image:
How and where to begin with to design and create a customized GUI window similar to Maya / Blender UI window.…

Achiever
- 1,626
- 10
- 30
- 54
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
How to Import Blender in Python (No module named Blender)
i want to write a code in python but when i Write code:
import os, os.path
import Blender
from Blender import NMesh,Object,Material,Texture,Image,Draw,Window,Registry
from RoRUtils_0_6_7 import *
__version__ = "0.6.7"
class RORExport:
img =…

Umair Ahmad
- 1
- 5
0
votes
1 answer
Can babylonjs communicate with a REST endpoint?
I am trying to develop a 3D UI with babylon. This UI is expected to communicate with some ReST endpoints. Basically clicking on certain points of the scene should make some ReST calls like get, post, put etc and accordingly some more sub scenes be…

Saurav
- 1
- 2
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
How can I apply two different rotations to the same Blender object?
I'm trying to build an object with multiple gears. One of the gears is attached to a larger gear, so when the larger gear rotates the smaller gear moves too, around the center of the larger gear.
Simultaneously, the smaller gear is rotating as well…

Andrew W
- 75
- 1
- 6
0
votes
1 answer
Getting array of Keyframe points in Blender
Hi i got a script im working on and its not working out as well as I want it to
This is what I got so far
import bpy
def Key_Frame_Points(): #Gets the key-frame values as an array.
fcurves =…

Raspberry
- 277
- 1
- 3
- 11
0
votes
1 answer
Photogrammetry: Software to modify/correct details in 3D objects
I started to work with 123D Catch and Blender a while ago. I made some photos and created 3D object in 123D Catch. Next step is to put it into Unity.
But before it I need to correct some details (some edges have inappropriate shape, colour is missed…

Amelia
- 23
- 2
0
votes
1 answer
Something wrong with weighting
I have some model, on which I am trying to weight some parts of mesh. On one part something goes wrong - part of textures of mesh is deforms on weight painting.
For example, if I use instrument Mix in Weight Paint, some textures goes sticky to some…

Arthur
- 3,253
- 7
- 43
- 75