Skip to main content

Questions tagged [operator]

An operator is a processing unit that is invoked/executed on scene data by the window manager.

0 votes
1 answer
6 views

I'm running Blender 5.0.0. I want to implement a function similar to the Transform panel in the Items tab of the sidebar during Edit mode. I want to: Display an average of a custom attribute over the ...
somebody0's user avatar
0 votes
0 answers
23 views

I'd like to pack island by calling the operator from code with a low level override. Here it is: ...
Kabu's user avatar
  • 808
2 votes
1 answer
185 views

How do I get the operator panel to show up on the bottom left corner of my screen?
N G's user avatar
  • 105
0 votes
0 answers
49 views

Summary When an operator is run multiple times successively in blender, report messages (generated by report() API) from previous runs are also showing up in present run. What is the reason behind it ...
Rivu Bhattacharya's user avatar
0 votes
0 answers
17 views

Let say I have an Operator.bl_idname=download.image with url: StringProperty(), I am drawing this operator in a ...
Karan's user avatar
  • 2,748
0 votes
0 answers
26 views

I have an operator that creates bones in an armature, where each bone's tail points toward a random vertex on a selected target mesh object. The operator works as expected, and I can adjust the number ...
Megan Love's user avatar
  • 1,156
1 vote
1 answer
97 views

repro: Run Blender 4.2.0 File -> New -> General Scripting Workspace Template -> Simple Operator replace main function with ...
ThorSummoner's user avatar
1 vote
1 answer
34 views

If we add some standard mesh (e.g, cube) - the Size property will be displayed as number + units : API documentation says that in case of primitive_cube_add the ...
Yaroslav_A's user avatar

15 30 50 per page
1
2 3 4 5
36