All Questions
179 questions
0
votes
0
answers
23
views
getting two render image pair using python API
I've been working on this for several days, but haven't found any solutions. Please help me out
I want two images per render scene.
ordinary color rendered image
only page masked image(Using Material ...
0
votes
0
answers
18
views
python how can i get all of the gpus of a system? [duplicate]
how can i get all of the gpus in the system and enable gpu rendering
if it is a amd gpu use hip
if it is a nvidia gpu use opeix
this is why
flamenco
i have some computer with amd and some with nvidia ...
1
vote
1
answer
31
views
Rendering Different Images as a Cube Moves Every 10 Frames
I created a cube that moves every 10 frames. I’m trying to capture an image from the camera at each step. However, all the rendered images are based on the first frame. Here is my Python code:
...
0
votes
1
answer
29
views
Automate animation render process with camera switch
I would need a script to automate the animation render of my Blender scene.
In my scene I have a collection containing all cameras that I would use for the renders.
So I guess that such automation ...
1
vote
2
answers
137
views
How to generate Textures without Rendering to File?
I’m working on a task that involves generating a large number of textures in Blender using Python (bpy) as a standalone (without the GUI). While I can automate the creation of shader nodes, I’m ...
0
votes
1
answer
33
views
With Python, how do I render the current frame to a file without changing the current render settings?
I'm using Blender as a video editor, and have my render settings
configured the way I want for the video output. While editing, I often
want to render the current frame to a separate PNG file (for
...
2
votes
1
answer
100
views
How to close the "View Animation" window using bpy?
I need to close the "View Animation" window using python. I found something like bpy.ops.render.view_cancel() but when I try to execute it, I get this:
<...
0
votes
0
answers
31
views
How to modify the frame step using handlers?
I would like to modify the frame step right before and after the rendering process. This is what I tried:
...
1
vote
1
answer
47
views
How can I count the number of visible objects in a rendered image?
I used to do this on blender2.78c+ubuntu20.04(cuda11.8+4090), but it will error after process around 700+ images.
...
0
votes
0
answers
73
views
Force Viewport Visibility to Respect Render Visibility
I use the viewport render to do all my look dev, and lighting, so I make things enabled or disabled based on what I need for that render layer/scene. But of course when I go to actually render the ...
0
votes
1
answer
19
views
hello i want to port 3D render to Blender [closed]
I know a friend of mine he build 3D renderer better then Corona.
How can I port that engine to Blender? By the way he built his engine into Lightwave3d and I told him about the idea he told me you ...
0
votes
1
answer
29
views
Camera pose not updated for render
I created a script to render images with different came poses with Blender 4.0. But I always get the same image, the camera pose is not updated. I tried with the python interpreter, blender script tab,...
0
votes
0
answers
29
views
how to make uv sphere with different colors in in like this
how do you make colours inside the UV sphere? Like red and dark inside it
0
votes
1
answer
91
views
How to call Operator inside another Operator
I am working on script/addon that will run bake operator every frame before rendering. The main purpose of the script is to bake diffuse shadows and color to an image so that I can use it in the ...
0
votes
0
answers
96
views
Camera rotating around the object in a regular way with python blender
I want a camera that rotates regularly around the object I have taken with the blender package in python, and I want to take the image of the three-dimensional object from certain angles at the time ...