Skip to main content

All Questions

1 vote
1 answer
31 views

How to Set Object Viewport Colors Based on PBR Material Properties?

I'm trying to create a script in Blender that sets the viewport colors of objects based on the properties of their physically-based rendering (PBR) materials. However, I'm encountering difficulties in ...
Larry's user avatar
  • 11
1 vote
1 answer
26 views

Is there a way to automatically discard shapekey "offsets" for individual verts, based on their difference to basis?

I know this is the sorta thing you'd usually code up with a simple script, but I'm absolutely python illiterate. As far as I understand, shapekeys internally store their offset to basis when they're ...
Apois's user avatar
  • 33
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
1k views

Blender crashed and now when I try to open the file still crash! [duplicate]

I was duplicate a simple mesh with just edges and Blender crashed tried to reopen but recrash, tried to restart computer and still crash and now I have any auto save files showed, also the automatic ...
GGKMNTN's user avatar
  • 91
0 votes
0 answers
55 views

Are there any tutorials/resources for generating objects in random locations?

I'd like to write a script that places 3 objects of my choosing in random places in all xyz dimensions (with constant size, but varying rotations and locations) and I'm wondering where I should go to ...
joe's user avatar
  • 1
1 vote
0 answers
520 views

Second Life - Like Prims in Blender (not sculpties)?

Despite more and more objects in Second Life are made of sculpties or even meshes, SL also has their old-school prims, that can be used for making stuff. While Sculpties are basically spheres, that ...
user6329530's user avatar
0 votes
1 answer
1k views

Extrude to particular position

I use blender for 3d printing and often want to move vertices or extrude faces to a particular point. For example I have a face at the y coordinate 3.47. After selecting that face I often find I ...
Glenn Pierce's user avatar
10 votes
3 answers
2k views

How do I Create a script for geometry I create?

I was wondering, is there a possible way of selecting an object I create in blender and generating python code from it, so I am able to generate the object via code? I was wanting to do this for ...
Starius's user avatar
  • 1,114
17 votes
3 answers
14k views

Align Object to Vector using python

I am trying to rotate an object using python, inline with a vector which gives me the direction I want (based on the difference between the last two coordinates of the curve I generated). I therefore ...
Batwam's user avatar
  • 325
1 vote
0 answers
530 views

Re-linking mesh data while adjusting object transform to undo minor edit-mode tweaks

Let's say I have a set of meshes that I duplicated with Shift-D and then distributed around the scene. And then for some reason I accidentally manipulated some of them in edit mode rather than object ...
Weaver's user avatar
  • 637