Skip to main content

All Questions

0 votes
0 answers
16 views

Continue baking after changing modifier and adding a new object

blenderers! I want to write a Python script to simulate two clothes being dropped on top of a cube. Here are the steps that I want to take: I want to drop the first cloth and simulate the physics for ...
Aslan Noorghasemi's user avatar
1 vote
1 answer
331 views

An array of 3D arrows (python in Blender)

I am new to Blender and I want to create an array of 3D arrows; the array itself is 2*2 (constant space between each object) but the arrows are 3D. I hope to write a python code for it but I don't ...
Rex's user avatar
  • 11
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
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
3 votes
1 answer
239 views

Addon script not working

I am newbie to Blender scripting, but I am trying to make very simple Addon with the help of the YT tutorial that looks like this but it is giving me error that something is wrong, tho there is no ...
qraqatit's user avatar
  • 297
4 votes
1 answer
2k views

Spiral array but with fibonacci sequence

I am trying to make a sunflower. The seeds in a flower grow in a spiral. Whenever I add an array spiral and make it follow the curve, it doesn't seem to look quite right. This is because it doesn't ...
Nikolai Yinger's user avatar
3 votes
2 answers
2k views

Mirror object diagonally (or Symmetry about origin), i.e. excusively in X+Y

I'm trying to mirror an object like this (see picture) such that the mirrored object behaves exactly like it would using the Mirror Modifier - that is, mirrored transforms and mesh. Currently I have ...
Log's user avatar
  • 125
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
2 answers
897 views

Is it possible to drive other properties in realtime with a single float or int property button without using drivers?

Say I want yo have a float property in the 3DView Toolbar (T), and make it update in realtime several properties in the selected object without using drivers. For example, the "scale" of an object, ...
Chaos's user avatar
  • 622
5 votes
1 answer
11k views

How to make boolean modifiers with python? [duplicate]

How can I improve this code, so that it works like this: I want a script to automate some steps of Boolean operations intersection to be applied in the following objects: A plane and a cube, As a ...
Sielxm3d's user avatar
1 vote
0 answers
392 views

modifier_add does nothing

I have a set of meshes loaded to the scene. When I execute following script I wrote, the modifiers collection of the obj always stays empty. Where is my error? ...
Dragonseel's user avatar
1 vote
0 answers
966 views

Boolean difference deleting mesh

I'm trying to use the boolean difference modifier to make a cut in my mesh. Instead the mesh looses all vertices and becomes empty, and in the terminal I get about 10 messages that look like: ...
Kyle Parsons's user avatar