Skip to main content

All Questions

Tagged with
0 votes
0 answers
18 views

Insetting different lenses into glass frames with bpy

I'm creating an application that generates lenses based on a prescription, and places those lenses into frames so that the user can get a feel for how the lenses might look. The problem I'm facing is ...
Omar Farag's user avatar
0 votes
0 answers
57 views

Persistent holes in mesh

I have an object, like a cube. I will move other meshes through it, or fire particles at it. I want theses things to pass through the object, leaving a hole where they went through without needing a ...
user166113's user avatar
1 vote
2 answers
821 views

Script to Rename selected object same as the active object plus a suffix

So what I want basically is as follows:- Basically I have two objects with different names. So lets say I select both of the Objects named "First" and "Second". So I make one of ...
NamanDeep's user avatar
  • 481
4 votes
2 answers
169 views

Update Scene.statistics for verts, faces, tris count after modifiers

I've written a python batching function that runs though a list of OBJ files. It imports the OBJ, adds some modifiers, then saves. I want to know the statistics at the start and at the end. However, I ...
Ryan Foss's user avatar
0 votes
0 answers
23 views

line in the center of the head using facebuilder

Hello. I made this head using an addon called Face Builder. Is there any way to get rid of this line appearing above my head?
stone harris's user avatar
0 votes
1 answer
395 views

Boolean Intersect Modifier doesn't work with triangular planes

I'm using Blender 2.82 and I'm trying to take body measurements from a 3d mesh of a human body. Right now I'm concentrating on measuring the perimeter of a certain body part, like waist, bust, hips, ...
Felix's user avatar
  • 1
1 vote
0 answers
187 views

Joining Two Cubes and Get Total Face Area

I have two identical cubes (1 and 2). Both of them have a face area of 216 units. If I "Join" them with Ctrl+J button and create a single object then ...
Sourav's user avatar
  • 241
0 votes
0 answers
79 views

Scripting a propeller or gear ; the info window python code fails to match success of GUI duplicate and rotate applied to master gear or blade

Given the master propeller blade or gear already drawn at the desired radius from the rotation axis, the Blender GUI approach to duplicate the original and x-rotate the copy 15-deg is to type shift+D ...
Phil Barns's user avatar
0 votes
1 answer
154 views

The volume of an object resulted from a boolean operation is "sometimes" a negative number. Why is this happening?

The volume of an object resulted from a boolean operation is "sometimes" a negative number. Why is this happening? If I export this object as an STL file and import it back, the volume of the imported ...
Ha-An's user avatar
  • 1
2 votes
3 answers
2k views

Loop at intersection of two objects (script)

I'm looking for a Script or Add-on for Blender 2.79 that creates verts and a lines where two objects intersect. Practical example: I need loops where the mountains intersect with the grass and where ...
AzulShiva's user avatar
  • 835
0 votes
1 answer
769 views

executing modifier on object does not have any effect

I have a dataset, called ModelNet, containing *.off-files. I need to read each file, decimate the mesh and store it to another file. Problem: For some reason the ...
jublikon's user avatar
  • 103
0 votes
0 answers
45 views

How would I go about converting layered planes into one consistent model?

I'm trying to create 3D closed and singular meshes using collections of 2D planes showing the outline of the shape at that coordinate. I.e. I'm trying to make a cake and I have the separate layers. I ...
wazzx's user avatar
  • 1
2 votes
1 answer
2k views

How to split mesh into several smaller ones with respecting UV map?

I am trying to split my low poly terain mesh and UVs into smaller pieces. My mesh liiks like this: image 1 http://c2n.me/3AHCXzB.png I am looking for automated way to split it in several parts like ...
user3016214's user avatar
0 votes
3 answers
3k views

How to create an array of objects with offset in python

I am trying to create an array of cubes with python. So far, I have: ...
John Roper's user avatar
2 votes
0 answers
247 views

Shrinkwrap with ray_cast isn't accurate

I'm trying to create my own similar Shrinkwrap-Modifier with raycast. Unfortunately the result isn't accurate and I don't know why. It work's with Spheres, all other primitives are inaccurate. ...
Basti's user avatar
  • 331

15 30 50 per page