Skip to main content

All Questions

Tagged with
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
0 votes
1 answer
30 views

Issue with automated slicing on triangulated mesh

My goal is to obtain the profile of an triangulated mesh through a cutting plane I have a script that automatically applies a Solidify modifier (without which it won't work) and then a Boolean ...
MagicBubble's user avatar
1 vote
0 answers
186 views

Script to morph between two objects in Blender

I am trying to write a script that will morph one of my object (say a sphere) into another object (say a cube). As my sphere and cube have different number of vertices, I tried to downsample the ...
Chelsea's user avatar
  • 11
2 votes
1 answer
140 views

bpy do something every time an object is added

How can I make a condition for every time a new object is added to the scene? Example: Every time an object is added, it's given a triangulate modifier?
Zak Nelson's user avatar
3 votes
0 answers
102 views

Msgbus - Subscribe to Modifier Changes

I'm trying to subscribe to changes on modifiers of the active object? I am not very comfortable with the message bus system, so I wondered if this is a limitation of msgbus or if a different path ...
f.bra's user avatar
  • 142
2 votes
2 answers
138 views

Redo panel make script triggered multiple times while in "Edit Mode"

I tried to make this simple operator to add array modifiers while keep in "Edit Mode" the goal is, add array modifiers to the object while in edit mode and the array count can be adjusted ...
CheatPekalongan's user avatar
0 votes
1 answer
107 views

Selecting similar objects by modifiers

I have a collection of objects, each with different modifiers, and I want to select only the objects that have a bevel modifier in their modifier stack, is there a way to do that? Maybe a script of ...
Throndronis's user avatar
  • 1,041
0 votes
0 answers
42 views

2 layered Bevel using Python Script (Blender 3.2.1)

I'm trying to write a python script that created two layers of bevel on an object. I'm working with Blender 3.2.1 and the attached version of Python. ...
Jamie Le Rossignol's user avatar
0 votes
0 answers
38 views

Creating random positioned cracks on pre made model

I need to apply cracks on model. I've tried to use boolean with crack shaped objects on bigger object but renders take too much time. Also I need 500 renders. Any suggestions ? In the figure below ...
monochrome's user avatar
0 votes
1 answer
32 views

Rendering an object at different locations with different rotations [closed]

I need to render 1000-2000 images. There is 2 object in this scene. One of them should be in different positions each image and apply boolean to other object. How do I automotize this action Is there ...
monochrome'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
1 answer
326 views

Blender Script - How would you copy all modifier settings like Collisions from an active object to other selected objects?

So the issue im trying to solve is how would you copy all modifier settings or attributes (like Collisions) from an active object to other selected objects? I have many objects I need to copy settings ...
M Burns's user avatar
0 votes
2 answers
123 views

Applying gradual transformation to multiple objects

I need to prepare an abstract still image that is going to include numerous little cubes, let's say 100, organized in a stream-like order. While on the left, they should be disorganized - meaning ...
Ondrej's user avatar
  • 287
0 votes
1 answer
104 views

Align Active Object to Curve based on Eyedropper

FYI, this is based on my old question in previous post Is it possible to use single pointer to assign on multiple modifers' Pointer Properties at once?. Now, for my learning and experiement purpose, I ...
sirrus's user avatar
  • 169
0 votes
0 answers
267 views

non-manifold fix with bpy script

I have a non-manifold '.stl' mesh which I am able to fix with Blender GUI, with a boolean modifier and intersect operation, according to this tutorial: https://www.youtube.com/watch?v=2-11OwgRqmE ...
Itai's user avatar
  • 1

15 30 50 per page
1
2
3 4 5
12