Unanswered Questions
40,923 questions with no upvoted or accepted answers
7
votes
0
answers
1k
views
How to get access to Armature pose bones info from Geometry nodes?
I have an armature with several bones, each of them I would like to use to control transforms of other objects. Normally I would either directly parent objects to the bones or use constraints or ...
7
votes
0
answers
776
views
Grease Pencil minimum thickness
I am trying to turn down the size of some GP strokes to taper them. Ideally, i'd like to reduce the size of the last point in the stroke to 0 and have a sharp tip, much like you get on a curve when ...
7
votes
1
answer
319
views
How to display an image in my custom node
I have a custom node and I want it to be able to display an image. I know that the node has a parameter show_preview and if you enable it, no image appears.
7
votes
0
answers
929
views
Scale operator icon OR make template_icon clickable
I am trying to present the user with a gallery view to select a item from the thumbnails. Ideally, they click a button, are presented with the gallery view, and with a single click choose the item. I ...
7
votes
0
answers
2k
views
Respect unit scale when linking or appending objects
Appending/linking the same object with the same metric size from Blender files with different unit scales in Blender 2.8 results in objects of different sizes. It seems, Blender respects only the ...
7
votes
1
answer
930
views
FBX Import - What do these settings mean?
When importing an FBX file, most of the settings are self-explainable, however, there are some settings that I'm curious to know the meaning/use of. These are:
(1) Import User Properties (what are ...
7
votes
0
answers
677
views
Update function for NodeSocket?
How do I set a callback for socket input change (value or link change) when having a custom node?
I have a socket defined like:
...
7
votes
0
answers
661
views
Is there a low level alternative for bpy.ops.object.convert(target='CURVE')?
(Note: Somebody asked there nearly the same question as me and got a very nice answer. However, this was to convert an object to a mesh. I have exactly the same context as this person but I want to ...
7
votes
0
answers
672
views
Can an object have multiple rigid body constraints?
I want to simulate the motion of an artist's brush. A spine of pivot-constrained spheres will collide with a z-plane, which represents the canvas. To mimic the elastic properties of a bristle I need ...
7
votes
0
answers
769
views
Hide filter options in UIList
I want the UIList to not show the filter options (inkl. the plus button).
I've use following flag:
self.use_filter_show = False
The flag disables the filters ...
7
votes
1
answer
253
views
Is there any way to turn coordinates into curve?
I recorded fly camera movement, so I got keyframes with coordinates.
Is there any way to turn the camera coordinates in keyframes into curve?
7
votes
1
answer
974
views
Hotkey to navigate scenes in Blender 2.8?
In Blender 2.7, i could change the layout with Ctrl + ← and Ctrl + →.
In 2.7, the scene was layout dependent, allowing me to navigate the scene this way.
However, in Blender 2....
6
votes
0
answers
942
views
How can I make the text of my panel in bold or italic? this is blender python related
Basically what I want is to make my panel header in bold and other text in my panel to be italic.
For example: I want the text 'settings' with the preferences icon to be in bold.
This is the code for ...
6
votes
0
answers
23k
views
cycles stuck at loading render kernels
Ever since I started using the new LTS version or a newer version of Blender, it hasn't been loading the render kernels. Sometimes it does, but it's painfully slow, even with the default cube scene. ...
6
votes
2
answers
2k
views
Global Slow-mo effect - Animating Time scale
Is there a way to animate the timescale of a scene for a small amount of time?
I'm looking to create an animation, and in the middle it goes from 1.0x speed, to 0.125x speed (1/8th normal speed), but ...