Skip to main content

All Questions

0 votes
0 answers
25 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
nsqxfsn's user avatar
0 votes
1 answer
90 views

Apply the same animation to a group of objects

I am new to blender and am using it to create turntable animations of 3D objects. I have a lot of objects and using the same animation for all objects one by one manually is very time consuming and ...
Hmrishav Bandyopadhyay's user avatar
1 vote
0 answers
200 views

How to pause the execution in Blender Python API until I stop the running animation?

I am currently animating a simple blanket falling over a character in Blender 3.4 using the Python API. I want to start the animation, then after a certain time (say 5 secs) I want to stop the ...
ATH's user avatar
  • 11
0 votes
1 answer
40 views

Override animation when rendering via script

I have a simple script like this: ...
cak3_lover's user avatar
0 votes
1 answer
48 views

Acquiring camera position in script in junction with "Lock Interface" during rendering animation

within a Python script resp. a frame change handler I need to get the current camera position and do some calculations with it. I do this as follows: camera_object = bpy.context.scene.objects["...
Mario's user avatar
  • 89
0 votes
1 answer
29 views

Noob Question - Export Model From Blender then Animate with Python [closed]

I'm new to Blender and 3D model stuff in general. I am attempting to build a python application that will have a 3d model of a face talk. I have a rigged face model that I have been working with in ...
bgenchel's user avatar
  • 101
0 votes
0 answers
31 views

Problems rendering camera motion (Euler angles) and lighting

I am having trouble rendering camera motion and lighting. In the example below, my scene contains a sphere and a plate, and some light. But while rendering, the light does not seem to lit the plate. ...
Dennis's user avatar
  • 1
3 votes
1 answer
1k views

How do I render with frame_change_pre handler active?

I am working on a Python-driven scientific animation using Blender 2.83.1. The animation includes four watt meters which are visually represented by Text objects. ...
Edward's user avatar
  • 193
1 vote
0 answers
469 views

Blender Python scripting: rendering and keyframes

I am new to Blender and I’m having a bit of a tough time understanding its key concepts. I am using Blender 2.82 and working with Python scripting. My project consists of using Python to do the ...
Elisa Hidalgo's user avatar
1 vote
1 answer
138 views

How to rotate an object in my setting postion along z-axis in python?

I want the screw object to rotate along the z-axis in 99 steps from 0 to 2*pi. For each step, the python can output an image and save in a folder. The original position of the screw is like this: I ...
wangmyde's user avatar
1 vote
0 answers
160 views

running the blender on a single node of a cluster

Does any one know how to keep blender alive without doing any job on a single node of a cluster? because the addon (CrowdRender) I used to build render farm requires the access to a blender-running ...
joezhou099's user avatar
3 votes
1 answer
673 views

How to stretch or compress a spiral cylinder

I have a cylinder-like spiral object as a .STL file (figure). We want to animate compressing and stretching this cylinder (figure). How can this be done? Edited:
Naghi's user avatar
  • 151
1 vote
1 answer
688 views

Camera translation and rotation for rendering

I have an object at the origin of the global coordinate system. I want to render images of the object from many different randomly chosen viewpoints. How can I randomize the camera position by ...
AJ Z.'s user avatar
  • 137
3 votes
0 answers
130 views

Mesh modifications are shown in viewport but not rendered

Usually I use Processing and Java for my graphics, but I thought it would be nice to try out some Blender scripting because I really like the quality of the cycles render engine. I am currently ...
max's user avatar
  • 31
2 votes
1 answer
352 views

Render subsection of frame

I'm hoping to be able to render frames of an animation where I render slices that are set to different points in the animation. This effect could easily be achieved in after effects but the render ...
akupresanin's user avatar

15 30 50 per page