Questions tagged [blender-2.76]

18 questions
2
votes
1 answer

Why did Blender change my dimensions?

I was working with a simple cube in Blender which I wanted to use in Unity. I was using Metric units, with a scale of X=1, Y=1, Z=1 and Dimensions of X=1, Y=1, Z=1. I pulled it into Unity and it was working fine! I know I definitely saved the…
squeegene
  • 467
  • 1
  • 5
  • 18
2
votes
1 answer

Blender changes the names of my objects

I'm using the python API for a "scatterplot" in blender. The data is a dictionary which maps names to lists of 3D points, so there are named clouds of points. I need to look at each cloud individually and hide the others, this is my setup: for each…
lhk
  • 27,458
  • 30
  • 122
  • 201
1
vote
1 answer

Is there an md5mesh/md5anim importer/exporter for blender 2.8x?

I've been looking for an importer / exporter of md5mesh and md5anim formats for blender for a couple of hours, with no result. I tried a few of github but they didn't work for version 2.80. I used an earlier version and although if I loaded the…
1
vote
0 answers

blender 2.79 render pixelated & now creates a file without an extension

I have been asked to edit a few videos for a group which is outside of my developer skill set. I have settled upon Blender version 2.79 and have managed to make all of the changes and have the finished item that I am happy with. I put the settings…
dazdread
  • 11
  • 1
1
vote
1 answer

How to use python to export the bake image form blender

I want to make some operationi automatic.But I met some trouble in export the image after I bake it.At first I try to use "bpy.ops.object.bake_image()" to bake the image.But the result image can not be active in uv editor. The bake was success,but…
RyanChen
  • 21
  • 3
1
vote
3 answers

Loop doesn't work, 3-lines python code

this question is about blender, python scripting I'm completely new in this, so please excuse me for any stupid/newbie question/comment. I made it simple (3 lines code) to make it easy addressing the problem. what I need is a code that adds a new uv…
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

how to edit fbx files with c# or open them with notepad

I need to edit content of fbx files which created in Blender3d. I use C# to edit them. When i try to read a fbx file with c# or open it with a notepad, I encounter a lot of bad characters like below: I tried to use some third party libraries like…
Kaan
  • 129
  • 8
0
votes
0 answers

SSL Error whilst trying to install matplotlib using pip

I'm trying to install packages using pip3.5 but I am getting the following error: (base) Names-Air:~ name$ pip3.5 install matplotlib Collecting matplotlib Could not fetch URL https://pypi.python.org/simple/matplotlib/: There was a problem…
AG-88301
  • 127
  • 1
  • 10
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
0 answers

Blender Import BVH file and render this skeleton to make video

I have a private project to import a custom BVH file (motion capture file) and convert it to an animation video. I tried to do it with Blender and want to do this task with no windows of blender (just execute blender - python script). I tried to…
0
votes
1 answer

UV/Texture pixels crossed by Seam edge are not painted as expected

Unwrapped object was filled out with gradient color. As illustrated in below image, some pixels in UV/Texture view on Seamed edges boundaries are not filled with expected color. It looks like edge has to cross more than a half of the pixel to be…
Delorean
  • 356
  • 3
  • 11
0
votes
1 answer

using blender, how to add armature to svg image

I have 2d image of a person and converted the same into svg file, uploaded the file into blender and tried to add armature to it but somehow i could not find any relavant controls to bind armature to human shape(svg). Could anybody share the…
Asha Datla
  • 126
  • 1
  • 11
0
votes
1 answer

using blender, what are the coding steps required to design a walking person animation and export as JSON

My requirement is "i need to display walking person animation on web based on the character model(JSON) designed from Blender" Pls let me know in detail the steps it has to be followed. Thanks ASH
Asha Datla
  • 126
  • 1
  • 11
-1
votes
1 answer

why texturing in blender dosn't work in all partes?

why don't work texturing in all parts 'how to make texture for allll the character'[enter image description here][why don't work texturing in all parts][1] only this part in photo is i can texturing
1
2