Skip to main content

All Questions

Tagged with
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
2 votes
2 answers
2k views

How to access objects in Blender

I found this code I want to use: ...
Dirk Schiller's user avatar
-1 votes
1 answer
573 views

How to see a active shape key's name?

In the following source code, "obj.name" and "obj.data.name" work fine. But "obj.shape_keys.name" doesn't work. T.T I wonder how to fix it. ...
minia's user avatar
  • 45
4 votes
0 answers
127 views

Is there a way to make an object not-deleteable?

I'd like to have an object that has some sort of special property so that it can't be deleted by accident. for example: if I press X, it will not delete this object but will instead deselect it or ...
Zophiekat's user avatar
  • 759
3 votes
1 answer
395 views

How can I purge recently deleted objects?

...
APEC's user avatar
  • 590
0 votes
1 answer
73 views

Can you use an object's dimension and put it in text, such that if the dimension changes, the text changes too?

For example, I want to use the Z dimension of the cylinder and put the value in the text. I tried to do so using Python, but I don't know how to use it in blender.
yesusermane's user avatar
1 vote
2 answers
590 views

Select/delete Empty with Python

I want to duplicate an instance collection, apply/make instances real, run some code on the objects, then delete them. The problem is the Empty object isn't selected after making the instance real, so ...
Greg Mathieson's user avatar
0 votes
1 answer
62 views

Help unbind all materials from selected object

i hope someone can help me, is it possible in python to give object e.g. "Sphere" its own materials? (single-user option) I hope someone can help me. (Blender 2.92.0)
DevilSam's user avatar
  • 141
0 votes
2 answers
1k views

copy custom object properties to multiple objects

blender 2.9 I have a custom object properties that need to be copied to ~1000 objects. I have done some research and using the script editor I am able to assign IDs to all of the objects and get a ...
joeejo's user avatar
  • 1
1 vote
1 answer
281 views

How can I assign string variables to an object selection list

I wanna make a script witch automatically connects my sim geo to my high res geo with a Surface Deformer. But Object lists only accept objects, not strings. Is there any way to convert strings to ...
Lampert Milan's user avatar
1 vote
0 answers
86 views

Blender Python Object Transform operations - return values / Thread lock?

I recently stumbled upon the following problem of the data/context object API layer. If one changes object values which are accessed by the scripting with ...
Hans T's user avatar
  • 39
1 vote
1 answer
184 views

This script can't run twice, why?

Blender ver 2.83 LTS. Whenever I tried to run this script twice, it came out an error: ERROR (bke.lib_id): C:\b\buildbot-worker-windows\windows_lts_283\blender.git\source\blender\blenkernel\intern\...
Fischer's user avatar
  • 13
5 votes
1 answer
1k views

randomly distribute objects over a plane

I have a number of different objects (e.g. cube, cylinder, monkey, furniture, etc) which I would like to distribute randomly over a plane/surface (the floor in this case) without having any ...
ttsesm's user avatar
  • 409
1 vote
1 answer
250 views

diffuse color material in python error

I am trying to add materials via python (which I am new to) but I can not even get copy and pasted code from here to work. colorsys is imported and I'm using Blender 2.91. ...
mig's user avatar
  • 195
0 votes
0 answers
262 views

Does the "diameter" in "bmesh.ops.create_uvsphere" actually mean "radius"?

I created a sphere using bmesh.ops.create_uvsphere(bm, u_segments=32, v_segments=16, diameter=1) but later I noticed the radius of the sphere was 1 grid. As the ...
yggthir's user avatar
  • 25

15 30 50 per page
1 2 3
4
5
17