fake-bpy-module 20250629__py3-none-any.whl → 20250830__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +34 -40
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +69 -21
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +40 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +54 -34
  205. bpy/types/__init__.pyi +55981 -39705
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +6 -6
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +17 -4
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
@@ -0,0 +1,1594 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ import bpy.types
6
+ import mathutils
7
+
8
+ class AddonPreferences:
9
+ bl_rna: typing.Any
10
+ id_data: typing.Any
11
+
12
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
13
+ """
14
+
15
+ :return: The RNA type or default when not found.
16
+ :rtype: bpy.types.Struct
17
+ """
18
+
19
+ def bl_rna_get_subclass_py(self) -> typing.Any:
20
+ """
21
+
22
+ :return: The class or default when not found.
23
+ :rtype: typing.Any
24
+ """
25
+
26
+ class AssetShelf:
27
+ bl_rna: typing.Any
28
+ id_data: typing.Any
29
+
30
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
31
+ """
32
+
33
+ :return: The RNA type or default when not found.
34
+ :rtype: bpy.types.Struct
35
+ """
36
+
37
+ def bl_rna_get_subclass_py(self) -> typing.Any:
38
+ """
39
+
40
+ :return: The class or default when not found.
41
+ :rtype: typing.Any
42
+ """
43
+
44
+ class _GenericBone:
45
+ """functions for bones, common between Armature/Pose/Edit bones.
46
+ internal subclassing use only.
47
+ """
48
+
49
+ basename: typing.Any
50
+ center: typing.Any
51
+ children_recursive: typing.Any
52
+ children_recursive_basename: typing.Any
53
+ parent_recursive: typing.Any
54
+ vector: typing.Any
55
+ x_axis: typing.Any
56
+ y_axis: typing.Any
57
+ z_axis: typing.Any
58
+
59
+ def parent_index(self, parent_test) -> None:
60
+ """The same as bone in other_bone.parent_recursive
61
+ but saved generating a list.
62
+
63
+ :param parent_test:
64
+ """
65
+
66
+ def translate(self, vec) -> None:
67
+ """Utility function to add vec to the head and tail of this bone.
68
+
69
+ :param vec:
70
+ """
71
+
72
+ class BoneCollection:
73
+ bl_rna: typing.Any
74
+ bones_recursive: typing.Any
75
+ id_data: typing.Any
76
+
77
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
78
+ """
79
+
80
+ :return: The RNA type or default when not found.
81
+ :rtype: bpy.types.Struct
82
+ """
83
+
84
+ def bl_rna_get_subclass_py(self) -> typing.Any:
85
+ """
86
+
87
+ :return: The class or default when not found.
88
+ :rtype: typing.Any
89
+ """
90
+
91
+ class Collection(bpy.types.ID):
92
+ bl_rna: typing.Any
93
+ children_recursive: typing.Any
94
+ id_data: typing.Any
95
+ users_dupli_group: typing.Any
96
+
97
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
98
+ """
99
+
100
+ :return: The RNA type or default when not found.
101
+ :rtype: bpy.types.Struct
102
+ """
103
+
104
+ def bl_rna_get_subclass_py(self) -> typing.Any:
105
+ """
106
+
107
+ :return: The class or default when not found.
108
+ :rtype: typing.Any
109
+ """
110
+
111
+ class Context:
112
+ bl_rna: typing.Any
113
+ id_data: typing.Any
114
+
115
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
116
+ """
117
+
118
+ :return: The RNA type or default when not found.
119
+ :rtype: bpy.types.Struct
120
+ """
121
+
122
+ def bl_rna_get_subclass_py(self) -> typing.Any:
123
+ """
124
+
125
+ :return: The class or default when not found.
126
+ :rtype: typing.Any
127
+ """
128
+
129
+ def copy(self) -> dict[str, typing.Any]:
130
+ """Get context members as a dictionary.
131
+
132
+ :return:
133
+ :rtype: dict[str, typing.Any]
134
+ """
135
+
136
+ def path_resolve(self, path: str, coerce: bool = True) -> None:
137
+ """Returns the property from the path, raise an exception when not found.
138
+
139
+ :param path: patch which this property resolves.
140
+ :type path: str
141
+ :param coerce: optional argument, when True, the property will be converted into its Python representation.
142
+ :type coerce: bool
143
+ """
144
+
145
+ def temp_override(self) -> None:
146
+ """Context manager to temporarily override members in the context.
147
+
148
+ :return: The context manager .
149
+ """
150
+
151
+ class FileHandler:
152
+ bl_rna: typing.Any
153
+ id_data: typing.Any
154
+
155
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
156
+ """
157
+
158
+ :return: The RNA type or default when not found.
159
+ :rtype: bpy.types.Struct
160
+ """
161
+
162
+ def bl_rna_get_subclass_py(self) -> typing.Any:
163
+ """
164
+
165
+ :return: The class or default when not found.
166
+ :rtype: typing.Any
167
+ """
168
+
169
+ class Gizmo:
170
+ bl_rna: typing.Any
171
+ id_data: typing.Any
172
+
173
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
174
+ """
175
+
176
+ :return: The RNA type or default when not found.
177
+ :rtype: bpy.types.Struct
178
+ """
179
+
180
+ def bl_rna_get_subclass_py(self) -> typing.Any:
181
+ """
182
+
183
+ :return: The class or default when not found.
184
+ :rtype: typing.Any
185
+ """
186
+
187
+ def draw_custom_shape(
188
+ self,
189
+ shape: typing.Any,
190
+ *,
191
+ matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
192
+ | mathutils.Matrix
193
+ | None = None,
194
+ select_id: int | None = None,
195
+ ) -> None:
196
+ """Draw a shape created form `Gizmo.draw_custom_shape`.
197
+
198
+ :param shape: The cached shape to draw.
199
+ :type shape: typing.Any
200
+ :param matrix: 4x4 matrix, when not given `Gizmo.matrix_world` is used.
201
+ :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
202
+ :param select_id: The selection id.
203
+ Only use when drawing within `Gizmo.draw_select`.
204
+ :type select_id: int | None
205
+ """
206
+
207
+ @staticmethod
208
+ def new_custom_shape(
209
+ type: str, verts: collections.abc.Sequence[collections.abc.Sequence[float]]
210
+ ) -> typing.Any:
211
+ """Create a new shape that can be passed to `Gizmo.draw_custom_shape`.
212
+
213
+ :param type: The type of shape to create in (POINTS, LINES, TRIS, LINE_STRIP).
214
+ :type type: str
215
+ :param verts: Sequence of 2D or 3D coordinates.
216
+ :type verts: collections.abc.Sequence[collections.abc.Sequence[float]]
217
+ :return: The newly created shape (the return type make change).
218
+ :rtype: typing.Any
219
+ """
220
+
221
+ class GizmoGroup:
222
+ bl_rna: typing.Any
223
+ id_data: typing.Any
224
+
225
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
226
+ """
227
+
228
+ :return: The RNA type or default when not found.
229
+ :rtype: bpy.types.Struct
230
+ """
231
+
232
+ def bl_rna_get_subclass_py(self) -> typing.Any:
233
+ """
234
+
235
+ :return: The class or default when not found.
236
+ :rtype: typing.Any
237
+ """
238
+
239
+ class GreasePencilDrawing:
240
+ bl_rna: typing.Any
241
+ id_data: typing.Any
242
+ strokes: typing.Any
243
+
244
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
245
+ """
246
+
247
+ :return: The RNA type or default when not found.
248
+ :rtype: bpy.types.Struct
249
+ """
250
+
251
+ def bl_rna_get_subclass_py(self) -> typing.Any:
252
+ """
253
+
254
+ :return: The class or default when not found.
255
+ :rtype: typing.Any
256
+ """
257
+
258
+ class _GenericUI:
259
+ @classmethod
260
+ def append(cls, draw_func) -> None:
261
+ """Append a draw function to this menu,
262
+ takes the same arguments as the menus draw function
263
+
264
+ :param draw_func:
265
+ """
266
+
267
+ @classmethod
268
+ def is_extended(cls) -> None: ...
269
+ @classmethod
270
+ def prepend(cls, draw_func) -> None:
271
+ """Prepend a draw function to this menu, takes the same arguments as
272
+ the menus draw function
273
+
274
+ :param draw_func:
275
+ """
276
+
277
+ @classmethod
278
+ def remove(cls, draw_func) -> None:
279
+ """Remove a draw function that has been added to this menu.
280
+
281
+ :param draw_func:
282
+ """
283
+
284
+ class RenderEngine:
285
+ bl_rna: typing.Any
286
+ id_data: typing.Any
287
+
288
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
289
+ """
290
+
291
+ :return: The RNA type or default when not found.
292
+ :rtype: bpy.types.Struct
293
+ """
294
+
295
+ def bl_rna_get_subclass_py(self) -> typing.Any:
296
+ """
297
+
298
+ :return: The class or default when not found.
299
+ :rtype: typing.Any
300
+ """
301
+
302
+ class KeyingSetInfo:
303
+ bl_rna: typing.Any
304
+ id_data: typing.Any
305
+
306
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
307
+ """
308
+
309
+ :return: The RNA type or default when not found.
310
+ :rtype: bpy.types.Struct
311
+ """
312
+
313
+ def bl_rna_get_subclass_py(self) -> typing.Any:
314
+ """
315
+
316
+ :return: The class or default when not found.
317
+ :rtype: typing.Any
318
+ """
319
+
320
+ class Library(bpy.types.ID):
321
+ bl_rna: typing.Any
322
+ id_data: typing.Any
323
+ users_id: typing.Any
324
+
325
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
326
+ """
327
+
328
+ :return: The RNA type or default when not found.
329
+ :rtype: bpy.types.Struct
330
+ """
331
+
332
+ def bl_rna_get_subclass_py(self) -> typing.Any:
333
+ """
334
+
335
+ :return: The class or default when not found.
336
+ :rtype: typing.Any
337
+ """
338
+
339
+ class Macro:
340
+ bl_rna: typing.Any
341
+ id_data: typing.Any
342
+
343
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
344
+ """
345
+
346
+ :return: The RNA type or default when not found.
347
+ :rtype: bpy.types.Struct
348
+ """
349
+
350
+ def bl_rna_get_subclass_py(self) -> typing.Any:
351
+ """
352
+
353
+ :return: The class or default when not found.
354
+ :rtype: typing.Any
355
+ """
356
+
357
+ @classmethod
358
+ def define(cls, operator: str) -> bpy.types.OperatorMacro:
359
+ """Append an operator to a registered macro class.
360
+
361
+ :param operator: Identifier of the operator. This does not have to be defined when this function is called.
362
+ :type operator: str
363
+ :return: The operator macro for property access.
364
+ :rtype: bpy.types.OperatorMacro
365
+ """
366
+
367
+ class Mesh(bpy.types.ID):
368
+ bl_rna: typing.Any
369
+ edge_creases: typing.Any
370
+ edge_keys: typing.Any
371
+ id_data: typing.Any
372
+ vertex_creases: typing.Any
373
+ vertex_paint_mask: typing.Any
374
+
375
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
376
+ """
377
+
378
+ :return: The RNA type or default when not found.
379
+ :rtype: bpy.types.Struct
380
+ """
381
+
382
+ def bl_rna_get_subclass_py(self) -> typing.Any:
383
+ """
384
+
385
+ :return: The class or default when not found.
386
+ :rtype: typing.Any
387
+ """
388
+
389
+ def cycles(self, *args, **kwargs) -> None:
390
+ """Intermediate storage for properties before registration.
391
+
392
+ :param args:
393
+ :param kwargs:
394
+ """
395
+
396
+ def edge_creases_ensure(self) -> None: ...
397
+ def edge_creases_remove(self) -> None: ...
398
+ def from_pydata(
399
+ self,
400
+ vertices: collections.abc.Iterable[collections.abc.Sequence[float]],
401
+ edges: collections.abc.Iterable[collections.abc.Sequence[int]],
402
+ faces: collections.abc.Iterable[collections.abc.Sequence[int]],
403
+ shade_flat=True,
404
+ ) -> None:
405
+ """Make a mesh from a list of vertices/edges/faces
406
+ Until we have a nicer way to make geometry, use this.
407
+
408
+ :param vertices: float triplets each representing (X, Y, Z)
409
+ eg: [(0.0, 1.0, 0.5), ...].
410
+ :type vertices: collections.abc.Iterable[collections.abc.Sequence[float]]
411
+ :param edges: int pairs, each pair contains two indices to the
412
+ vertices argument. eg: [(1, 2), ...]
413
+
414
+ When an empty iterable is passed in, the edges are inferred from the polygons.
415
+ :type edges: collections.abc.Iterable[collections.abc.Sequence[int]]
416
+ :param faces: iterator of faces, each faces contains three or more indices to
417
+ the vertices argument. eg: [(5, 6, 8, 9), (1, 2, 3), ...]
418
+ :type faces: collections.abc.Iterable[collections.abc.Sequence[int]]
419
+ :param shade_flat:
420
+ """
421
+
422
+ def shade_flat(self) -> None:
423
+ """Render and display faces uniform, using face normals,
424
+ setting the "sharp_face" attribute true for every face
425
+
426
+ """
427
+
428
+ def shade_smooth(self) -> None:
429
+ """Render and display faces smooth, using interpolated vertex normals,
430
+ removing the "sharp_face" attribute
431
+
432
+ """
433
+
434
+ def vertex_creases_ensure(self) -> None: ...
435
+ def vertex_creases_remove(self) -> None: ...
436
+ def vertex_paint_mask_ensure(self) -> None: ...
437
+ def vertex_paint_mask_remove(self) -> None: ...
438
+
439
+ class MeshEdge:
440
+ bl_rna: typing.Any
441
+ id_data: typing.Any
442
+ key: typing.Any
443
+
444
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
445
+ """
446
+
447
+ :return: The RNA type or default when not found.
448
+ :rtype: bpy.types.Struct
449
+ """
450
+
451
+ def bl_rna_get_subclass_py(self) -> typing.Any:
452
+ """
453
+
454
+ :return: The class or default when not found.
455
+ :rtype: typing.Any
456
+ """
457
+
458
+ class MeshLoopTriangle:
459
+ bl_rna: typing.Any
460
+ center: typing.Any
461
+ edge_keys: typing.Any
462
+ id_data: typing.Any
463
+
464
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
465
+ """
466
+
467
+ :return: The RNA type or default when not found.
468
+ :rtype: bpy.types.Struct
469
+ """
470
+
471
+ def bl_rna_get_subclass_py(self) -> typing.Any:
472
+ """
473
+
474
+ :return: The class or default when not found.
475
+ :rtype: typing.Any
476
+ """
477
+
478
+ class MeshPolygon:
479
+ bl_rna: typing.Any
480
+ edge_keys: typing.Any
481
+ id_data: typing.Any
482
+ loop_indices: typing.Any
483
+
484
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
485
+ """
486
+
487
+ :return: The RNA type or default when not found.
488
+ :rtype: bpy.types.Struct
489
+ """
490
+
491
+ def bl_rna_get_subclass_py(self) -> typing.Any:
492
+ """
493
+
494
+ :return: The class or default when not found.
495
+ :rtype: typing.Any
496
+ """
497
+
498
+ class Node:
499
+ bl_rna: typing.Any
500
+ id_data: typing.Any
501
+
502
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
503
+ """
504
+
505
+ :return: The RNA type or default when not found.
506
+ :rtype: bpy.types.Struct
507
+ """
508
+
509
+ def bl_rna_get_subclass_py(self) -> typing.Any:
510
+ """
511
+
512
+ :return: The class or default when not found.
513
+ :rtype: typing.Any
514
+ """
515
+
516
+ def is_registered_node_type(self, *args, **kwargs) -> None:
517
+ """Node.is_registered_node_type()
518
+ True if a registered node type
519
+
520
+ :param args:
521
+ :param kwargs:
522
+ """
523
+
524
+ @classmethod
525
+ def poll(cls, _ntree) -> None:
526
+ """
527
+
528
+ :param _ntree:
529
+ """
530
+
531
+ class NodeSocket:
532
+ bl_rna: typing.Any
533
+ id_data: typing.Any
534
+ links: typing.Any
535
+
536
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
537
+ """
538
+
539
+ :return: The RNA type or default when not found.
540
+ :rtype: bpy.types.Struct
541
+ """
542
+
543
+ def bl_rna_get_subclass_py(self) -> typing.Any:
544
+ """
545
+
546
+ :return: The class or default when not found.
547
+ :rtype: typing.Any
548
+ """
549
+
550
+ class NodeTree(bpy.types.ID):
551
+ bl_rna: typing.Any
552
+ id_data: typing.Any
553
+
554
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
555
+ """
556
+
557
+ :return: The RNA type or default when not found.
558
+ :rtype: bpy.types.Struct
559
+ """
560
+
561
+ def bl_rna_get_subclass_py(self) -> typing.Any:
562
+ """
563
+
564
+ :return: The class or default when not found.
565
+ :rtype: typing.Any
566
+ """
567
+
568
+ class NodeTreeInterfaceItem:
569
+ bl_rna: typing.Any
570
+ id_data: typing.Any
571
+
572
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
573
+ """
574
+
575
+ :return: The RNA type or default when not found.
576
+ :rtype: bpy.types.Struct
577
+ """
578
+
579
+ def bl_rna_get_subclass_py(self) -> typing.Any:
580
+ """
581
+
582
+ :return: The class or default when not found.
583
+ :rtype: typing.Any
584
+ """
585
+
586
+ class Object(bpy.types.ID):
587
+ bl_rna: typing.Any
588
+ children: typing.Any
589
+ children_recursive: typing.Any
590
+ id_data: typing.Any
591
+ users_collection: typing.Any
592
+ users_scene: typing.Any
593
+
594
+ def active_selection_set(self, *args, **kwargs) -> None:
595
+ """Intermediate storage for properties before registration.
596
+
597
+ :param args:
598
+ :param kwargs:
599
+ """
600
+
601
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
602
+ """
603
+
604
+ :return: The RNA type or default when not found.
605
+ :rtype: bpy.types.Struct
606
+ """
607
+
608
+ def bl_rna_get_subclass_py(self) -> typing.Any:
609
+ """
610
+
611
+ :return: The class or default when not found.
612
+ :rtype: typing.Any
613
+ """
614
+
615
+ def cycles(self, *args, **kwargs) -> None:
616
+ """Intermediate storage for properties before registration.
617
+
618
+ :param args:
619
+ :param kwargs:
620
+ """
621
+
622
+ def evaluated_geometry(self) -> None:
623
+ """Get the evaluated geometry set of this evaluated object. This only works for
624
+ objects that contain geometry data like meshes and curves but not e.g. cameras.
625
+
626
+ :return: The evaluated geometry.
627
+ """
628
+
629
+ def selection_sets(self, *args, **kwargs) -> None:
630
+ """Intermediate storage for properties before registration.
631
+
632
+ :param args:
633
+ :param kwargs:
634
+ """
635
+
636
+ class Operator:
637
+ bl_rna: typing.Any
638
+ id_data: typing.Any
639
+
640
+ def as_keywords(self, *, ignore=()) -> None:
641
+ """Return a copy of the properties as a dictionary.
642
+
643
+ :param ignore:
644
+ """
645
+
646
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
647
+ """
648
+
649
+ :return: The RNA type or default when not found.
650
+ :rtype: bpy.types.Struct
651
+ """
652
+
653
+ def bl_rna_get_subclass_py(self) -> typing.Any:
654
+ """
655
+
656
+ :return: The class or default when not found.
657
+ :rtype: typing.Any
658
+ """
659
+
660
+ class PropertyGroup:
661
+ bl_rna: typing.Any
662
+ id_data: typing.Any
663
+
664
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
665
+ """
666
+
667
+ :return: The RNA type or default when not found.
668
+ :rtype: bpy.types.Struct
669
+ """
670
+
671
+ def bl_rna_get_subclass_py(self) -> typing.Any:
672
+ """
673
+
674
+ :return: The class or default when not found.
675
+ :rtype: typing.Any
676
+ """
677
+
678
+ class Sound(bpy.types.ID):
679
+ bl_rna: typing.Any
680
+ factory: typing.Any
681
+ id_data: typing.Any
682
+
683
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
684
+ """
685
+
686
+ :return: The RNA type or default when not found.
687
+ :rtype: bpy.types.Struct
688
+ """
689
+
690
+ def bl_rna_get_subclass_py(self) -> typing.Any:
691
+ """
692
+
693
+ :return: The class or default when not found.
694
+ :rtype: typing.Any
695
+ """
696
+
697
+ class Text(bpy.types.ID):
698
+ bl_rna: typing.Any
699
+ id_data: typing.Any
700
+
701
+ def as_module(self) -> None: ...
702
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
703
+ """
704
+
705
+ :return: The RNA type or default when not found.
706
+ :rtype: bpy.types.Struct
707
+ """
708
+
709
+ def bl_rna_get_subclass_py(self) -> typing.Any:
710
+ """
711
+
712
+ :return: The class or default when not found.
713
+ :rtype: typing.Any
714
+ """
715
+
716
+ def region_as_string(self) -> str:
717
+ """
718
+
719
+ :return: The specified region as a string.
720
+ :rtype: str
721
+ """
722
+
723
+ def region_from_string(self) -> None: ...
724
+
725
+ class Texture(bpy.types.ID):
726
+ bl_rna: typing.Any
727
+ id_data: typing.Any
728
+ users_material: typing.Any
729
+ users_object_modifier: typing.Any
730
+
731
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
732
+ """
733
+
734
+ :return: The RNA type or default when not found.
735
+ :rtype: bpy.types.Struct
736
+ """
737
+
738
+ def bl_rna_get_subclass_py(self) -> typing.Any:
739
+ """
740
+
741
+ :return: The class or default when not found.
742
+ :rtype: typing.Any
743
+ """
744
+
745
+ class USDHook:
746
+ bl_rna: typing.Any
747
+ id_data: typing.Any
748
+
749
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
750
+ """
751
+
752
+ :return: The RNA type or default when not found.
753
+ :rtype: bpy.types.Struct
754
+ """
755
+
756
+ def bl_rna_get_subclass_py(self) -> typing.Any:
757
+ """
758
+
759
+ :return: The class or default when not found.
760
+ :rtype: typing.Any
761
+ """
762
+
763
+ class WindowManager(bpy.types.ID):
764
+ bl_rna: typing.Any
765
+ clipboard: typing.Any
766
+ id_data: typing.Any
767
+
768
+ def addon_filter(self, *args, **kwargs) -> None:
769
+ """Intermediate storage for properties before registration.
770
+
771
+ :param args:
772
+ :param kwargs:
773
+ """
774
+
775
+ def addon_search(self, *args, **kwargs) -> None:
776
+ """Intermediate storage for properties before registration.
777
+
778
+ :param args:
779
+ :param kwargs:
780
+ """
781
+
782
+ def addon_support(self, *args, **kwargs) -> None:
783
+ """Intermediate storage for properties before registration.
784
+
785
+ :param args:
786
+ :param kwargs:
787
+ """
788
+
789
+ def addon_tags(self, *args, **kwargs) -> None:
790
+ """Intermediate storage for properties before registration.
791
+
792
+ :param args:
793
+ :param kwargs:
794
+ """
795
+
796
+ def asset_path_dummy(self, *args, **kwargs) -> None:
797
+ """Intermediate storage for properties before registration.
798
+
799
+ :param args:
800
+ :param kwargs:
801
+ """
802
+
803
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
804
+ """
805
+
806
+ :return: The RNA type or default when not found.
807
+ :rtype: bpy.types.Struct
808
+ """
809
+
810
+ def bl_rna_get_subclass_py(self) -> typing.Any:
811
+ """
812
+
813
+ :return: The class or default when not found.
814
+ :rtype: typing.Any
815
+ """
816
+
817
+ @classmethod
818
+ def draw_cursor_add(cls) -> typing.Any:
819
+ """Add a new draw cursor handler to this space type.
820
+ It will be called every time the cursor for the specified region in the space type will be drawn.
821
+ Note: All arguments are positional only for now.
822
+
823
+ :return: Handler that can be removed later on.
824
+ :rtype: typing.Any
825
+ """
826
+
827
+ @classmethod
828
+ def draw_cursor_remove(cls) -> None:
829
+ """Remove a draw cursor handler that was added previously."""
830
+
831
+ def extension_search(self, *args, **kwargs) -> None:
832
+ """Intermediate storage for properties before registration.
833
+
834
+ :param args:
835
+ :param kwargs:
836
+ """
837
+
838
+ def extension_show_panel_available(self, *args, **kwargs) -> None:
839
+ """Intermediate storage for properties before registration.
840
+
841
+ :param args:
842
+ :param kwargs:
843
+ """
844
+
845
+ def extension_show_panel_installed(self, *args, **kwargs) -> None:
846
+ """Intermediate storage for properties before registration.
847
+
848
+ :param args:
849
+ :param kwargs:
850
+ """
851
+
852
+ def extension_tags(self, *args, **kwargs) -> None:
853
+ """Intermediate storage for properties before registration.
854
+
855
+ :param args:
856
+ :param kwargs:
857
+ """
858
+
859
+ def extension_type(self, *args, **kwargs) -> None:
860
+ """Intermediate storage for properties before registration.
861
+
862
+ :param args:
863
+ :param kwargs:
864
+ """
865
+
866
+ def fileselect_add(self, *args, **kwargs) -> None:
867
+ """WindowManager.fileselect_add(operator)
868
+ Opens a file selector with an operator.
869
+
870
+ :param args:
871
+ :param kwargs:
872
+ """
873
+
874
+ def gizmo_group_type_ensure(self, *args, **kwargs) -> None:
875
+ """WindowManager.gizmo_group_type_ensure(identifier)
876
+ Activate an existing widget group (when the persistent option isnt set)
877
+
878
+ :param args:
879
+ :param kwargs:
880
+ """
881
+
882
+ def gizmo_group_type_unlink_delayed(self, *args, **kwargs) -> None:
883
+ """WindowManager.gizmo_group_type_unlink_delayed(identifier)
884
+ Unlink a widget group (when the persistent option is set)
885
+
886
+ :param args:
887
+ :param kwargs:
888
+ """
889
+
890
+ def invoke_confirm(self, *args, **kwargs) -> None:
891
+ """WindowManager.invoke_confirm(operator, event, title="", message="", confirm_text="", icon=NONE, text_ctxt="", translate=True)
892
+ Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
893
+
894
+ :param args:
895
+ :param kwargs:
896
+ """
897
+
898
+ def invoke_popup(self, *args, **kwargs) -> None:
899
+ """WindowManager.invoke_popup(operator, width=300)
900
+ Operator popup invoke (only shows operators properties, without executing it)
901
+
902
+ :param args:
903
+ :param kwargs:
904
+ """
905
+
906
+ def invoke_props_dialog(self, *args, **kwargs) -> None:
907
+ """WindowManager.invoke_props_dialog(operator, width=300, title="", confirm_text="", cancel_default=False, text_ctxt="", translate=True)
908
+ Operator dialog (non-autoexec popup) invoke (show operator properties and only execute it on click on OK button)
909
+
910
+ :param args:
911
+ :param kwargs:
912
+ """
913
+
914
+ def invoke_props_popup(self, *args, **kwargs) -> None:
915
+ """WindowManager.invoke_props_popup(operator, event)
916
+ Operator popup invoke (show operator properties and execute it automatically on changes)
917
+
918
+ :param args:
919
+ :param kwargs:
920
+ """
921
+
922
+ def invoke_search_popup(self, *args, **kwargs) -> None:
923
+ """WindowManager.invoke_search_popup(operator)
924
+ Operator search popup invoke which searches values of the operators `bpy.types.Operator.bl_property` (which must be an EnumProperty), executing it on confirmation
925
+
926
+ :param args:
927
+ :param kwargs:
928
+ """
929
+
930
+ def modal_handler_add(self, *args, **kwargs) -> None:
931
+ """WindowManager.modal_handler_add(operator)
932
+ Add a modal handler to the window manager, for the given modal operator (called by invoke() with self, just before returning {RUNNING_MODAL})
933
+
934
+ :param args:
935
+ :param kwargs:
936
+ """
937
+
938
+ def operator_properties_last(self, *args, **kwargs) -> None:
939
+ """WindowManager.operator_properties_last(operator)
940
+ operator_properties_last
941
+
942
+ :param args:
943
+ :param kwargs:
944
+ """
945
+
946
+ def piemenu_begin__internal(self, *args, **kwargs) -> None:
947
+ """WindowManager.piemenu_begin__internal(title, icon=NONE, event=event)
948
+ piemenu_begin__internal
949
+
950
+ :param args:
951
+ :param kwargs:
952
+ """
953
+
954
+ def piemenu_end__internal(self, *args, **kwargs) -> None:
955
+ """WindowManager.piemenu_end__internal(menu)
956
+ piemenu_end__internal
957
+
958
+ :param args:
959
+ :param kwargs:
960
+ """
961
+
962
+ def popmenu_begin__internal(self, *args, **kwargs) -> None:
963
+ """WindowManager.popmenu_begin__internal(title, icon=NONE)
964
+ popmenu_begin__internal
965
+
966
+ :param args:
967
+ :param kwargs:
968
+ """
969
+
970
+ def popmenu_end__internal(self, *args, **kwargs) -> None:
971
+ """WindowManager.popmenu_end__internal(menu)
972
+ popmenu_end__internal
973
+
974
+ :param args:
975
+ :param kwargs:
976
+ """
977
+
978
+ def popover(
979
+ self, draw_func, *, ui_units_x=0, keymap=None, from_active_button=False
980
+ ) -> None:
981
+ """
982
+
983
+ :param draw_func:
984
+ :param ui_units_x:
985
+ :param keymap:
986
+ :param from_active_button:
987
+ """
988
+
989
+ def popover_begin__internal(self, *args, **kwargs) -> None:
990
+ """WindowManager.popover_begin__internal(ui_units_x=0, from_active_button=False)
991
+ popover_begin__internal
992
+
993
+ :param args:
994
+ :param kwargs:
995
+ """
996
+
997
+ def popover_end__internal(self, *args, **kwargs) -> None:
998
+ """WindowManager.popover_end__internal(menu, keymap=None)
999
+ popover_end__internal
1000
+
1001
+ :param args:
1002
+ :param kwargs:
1003
+ """
1004
+
1005
+ def popup_menu(self, draw_func, *, title="", icon="NONE") -> None:
1006
+ """
1007
+
1008
+ :param draw_func:
1009
+ :param title:
1010
+ :param icon:
1011
+ """
1012
+
1013
+ def popup_menu_pie(self, event, draw_func, *, title="", icon="NONE") -> None:
1014
+ """
1015
+
1016
+ :param event:
1017
+ :param draw_func:
1018
+ :param title:
1019
+ :param icon:
1020
+ """
1021
+
1022
+ def poselib_previous_action(self, *args, **kwargs) -> None:
1023
+ """Intermediate storage for properties before registration.
1024
+
1025
+ :param args:
1026
+ :param kwargs:
1027
+ """
1028
+
1029
+ def preset_name(self, *args, **kwargs) -> None:
1030
+ """Intermediate storage for properties before registration.
1031
+
1032
+ :param args:
1033
+ :param kwargs:
1034
+ """
1035
+
1036
+ def tag_script_reload(self, *args, **kwargs) -> None:
1037
+ """WindowManager.tag_script_reload()
1038
+ Tag for refreshing the interface after scripts have been reloaded
1039
+
1040
+ :param args:
1041
+ :param kwargs:
1042
+ """
1043
+
1044
+ class WorkSpace(bpy.types.ID):
1045
+ bl_rna: typing.Any
1046
+ id_data: typing.Any
1047
+
1048
+ def active_addon(self, *args, **kwargs) -> None:
1049
+ """Intermediate storage for properties before registration.
1050
+
1051
+ :param args:
1052
+ :param kwargs:
1053
+ """
1054
+
1055
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1056
+ """
1057
+
1058
+ :return: The RNA type or default when not found.
1059
+ :rtype: bpy.types.Struct
1060
+ """
1061
+
1062
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1063
+ """
1064
+
1065
+ :return: The class or default when not found.
1066
+ :rtype: typing.Any
1067
+ """
1068
+
1069
+ def status_text_set(self, text) -> None:
1070
+ """Set the status text or None to clear,
1071
+ When text is a function, this will be called with the (header, context) arguments.
1072
+
1073
+ :param text:
1074
+ """
1075
+
1076
+ def status_text_set_internal(self, *args, **kwargs) -> None:
1077
+ """WorkSpace.status_text_set_internal(text)
1078
+ Set the status bar text, typically key shortcuts for modal operators
1079
+
1080
+ :param args:
1081
+ :param kwargs:
1082
+ """
1083
+
1084
+ class _RNAMeta:
1085
+ is_registered: typing.Any
1086
+
1087
+ class Bone(_GenericBone):
1088
+ """functions for bones, common between Armature/Pose/Edit bones.
1089
+ internal subclassing use only.
1090
+ """
1091
+
1092
+ basename: typing.Any
1093
+ bl_rna: typing.Any
1094
+ center: typing.Any
1095
+ children_recursive: typing.Any
1096
+ children_recursive_basename: typing.Any
1097
+ id_data: typing.Any
1098
+ parent_recursive: typing.Any
1099
+ vector: typing.Any
1100
+ x_axis: typing.Any
1101
+ y_axis: typing.Any
1102
+ z_axis: typing.Any
1103
+
1104
+ def AxisRollFromMatrix(self, *args, **kwargs) -> None:
1105
+ """Bone.AxisRollFromMatrix(matrix, axis=(0, 0, 0))
1106
+ Convert a rotational matrix to the axis + roll representation. Note that the resulting value of the roll may not be as expected if the matrix has shear or negative determinant.
1107
+
1108
+ :param args:
1109
+ :param kwargs:
1110
+ """
1111
+
1112
+ def MatrixFromAxisRoll(self, *args, **kwargs) -> None:
1113
+ """Bone.MatrixFromAxisRoll(axis, roll)
1114
+ Convert the axis + roll representation to a matrix
1115
+
1116
+ :param args:
1117
+ :param kwargs:
1118
+ """
1119
+
1120
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1121
+ """
1122
+
1123
+ :return: The RNA type or default when not found.
1124
+ :rtype: bpy.types.Struct
1125
+ """
1126
+
1127
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1128
+ """
1129
+
1130
+ :return: The class or default when not found.
1131
+ :rtype: typing.Any
1132
+ """
1133
+
1134
+ class EditBone(_GenericBone):
1135
+ """functions for bones, common between Armature/Pose/Edit bones.
1136
+ internal subclassing use only.
1137
+ """
1138
+
1139
+ basename: typing.Any
1140
+ bl_rna: typing.Any
1141
+ center: typing.Any
1142
+ children: typing.Any
1143
+ children_recursive: typing.Any
1144
+ children_recursive_basename: typing.Any
1145
+ id_data: typing.Any
1146
+ parent_recursive: typing.Any
1147
+ vector: typing.Any
1148
+ x_axis: typing.Any
1149
+ y_axis: typing.Any
1150
+ z_axis: typing.Any
1151
+
1152
+ def align_orientation(self, other) -> None:
1153
+ """Align this bone to another by moving its tail and settings its roll
1154
+ the length of the other bone is not used.
1155
+
1156
+ :param other:
1157
+ """
1158
+
1159
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1160
+ """
1161
+
1162
+ :return: The RNA type or default when not found.
1163
+ :rtype: bpy.types.Struct
1164
+ """
1165
+
1166
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1167
+ """
1168
+
1169
+ :return: The class or default when not found.
1170
+ :rtype: typing.Any
1171
+ """
1172
+
1173
+ def transform(
1174
+ self,
1175
+ matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
1176
+ | mathutils.Matrix,
1177
+ *,
1178
+ scale: bool = True,
1179
+ roll: bool = True,
1180
+ ) -> None:
1181
+ """Transform the bones head, tail, roll and envelope
1182
+ (when the matrix has a scale component).
1183
+
1184
+ :param matrix: 3x3 or 4x4 transformation matrix.
1185
+ :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
1186
+ :param scale: Scale the bone envelope by the matrix.
1187
+ :type scale: bool
1188
+ :param roll: Correct the roll to point in the same relative
1189
+ direction to the head and tail.
1190
+ :type roll: bool
1191
+ """
1192
+
1193
+ class PoseBone(_GenericBone):
1194
+ """functions for bones, common between Armature/Pose/Edit bones.
1195
+ internal subclassing use only.
1196
+ """
1197
+
1198
+ basename: typing.Any
1199
+ bl_rna: typing.Any
1200
+ center: typing.Any
1201
+ children: typing.Any
1202
+ children_recursive: typing.Any
1203
+ children_recursive_basename: typing.Any
1204
+ id_data: typing.Any
1205
+ parent_recursive: typing.Any
1206
+ vector: typing.Any
1207
+ x_axis: typing.Any
1208
+ y_axis: typing.Any
1209
+ z_axis: typing.Any
1210
+
1211
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1212
+ """
1213
+
1214
+ :return: The RNA type or default when not found.
1215
+ :rtype: bpy.types.Struct
1216
+ """
1217
+
1218
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1219
+ """
1220
+
1221
+ :return: The class or default when not found.
1222
+ :rtype: typing.Any
1223
+ """
1224
+
1225
+ class Header(_GenericUI):
1226
+ bl_rna: typing.Any
1227
+ id_data: typing.Any
1228
+
1229
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1230
+ """
1231
+
1232
+ :return: The RNA type or default when not found.
1233
+ :rtype: bpy.types.Struct
1234
+ """
1235
+
1236
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1237
+ """
1238
+
1239
+ :return: The class or default when not found.
1240
+ :rtype: typing.Any
1241
+ """
1242
+
1243
+ class Menu(_GenericUI):
1244
+ bl_rna: typing.Any
1245
+ id_data: typing.Any
1246
+
1247
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1248
+ """
1249
+
1250
+ :return: The RNA type or default when not found.
1251
+ :rtype: bpy.types.Struct
1252
+ """
1253
+
1254
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1255
+ """
1256
+
1257
+ :return: The class or default when not found.
1258
+ :rtype: typing.Any
1259
+ """
1260
+
1261
+ @classmethod
1262
+ def draw_collapsible(cls, context, layout) -> None:
1263
+ """
1264
+
1265
+ :param context:
1266
+ :param layout:
1267
+ """
1268
+
1269
+ def draw_preset(self, _context) -> None:
1270
+ """Define these on the subclass:
1271
+ - preset_operator (string)
1272
+ - preset_subdir (string)Optionally:
1273
+ - preset_add_operator (string)
1274
+ - preset_extensions (set of strings)
1275
+ - preset_operator_defaults (dict of keyword args)
1276
+
1277
+ :param _context:
1278
+ """
1279
+
1280
+ def path_menu(
1281
+ self,
1282
+ searchpaths: collections.abc.Sequence[str],
1283
+ operator: str,
1284
+ *,
1285
+ props_default: dict[str, typing.Any] | None = None,
1286
+ prop_filepath: str = "filepath",
1287
+ filter_ext: None | collections.abc.Callable[str, bool] | None = None,
1288
+ filter_path=None,
1289
+ display_name: collections.abc.Callable[str, str] | None = None,
1290
+ add_operator=None,
1291
+ add_operator_props=None,
1292
+ ) -> None:
1293
+ """Populate a menu from a list of paths.
1294
+
1295
+ :param searchpaths: Paths to scan.
1296
+ :type searchpaths: collections.abc.Sequence[str]
1297
+ :param operator: The operator id to use with each file.
1298
+ :type operator: str
1299
+ :param props_default: Properties to assign to each operator.
1300
+ :type props_default: dict[str, typing.Any] | None
1301
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1302
+ :type prop_filepath: str
1303
+ :param filter_ext: Optional callback that takes the file extensions.
1304
+
1305
+ Returning false excludes the file from the list.
1306
+ :type filter_ext: None | collections.abc.Callable[str, bool] | None
1307
+ :param filter_path:
1308
+ :param display_name: Optional callback that takes the full path, returns the name to display.
1309
+ :type display_name: collections.abc.Callable[str, str] | None
1310
+ :param add_operator:
1311
+ :param add_operator_props:
1312
+ """
1313
+
1314
+ class Panel(_GenericUI):
1315
+ bl_rna: typing.Any
1316
+ id_data: typing.Any
1317
+
1318
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1319
+ """
1320
+
1321
+ :return: The RNA type or default when not found.
1322
+ :rtype: bpy.types.Struct
1323
+ """
1324
+
1325
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1326
+ """
1327
+
1328
+ :return: The class or default when not found.
1329
+ :rtype: typing.Any
1330
+ """
1331
+
1332
+ class UIList(_GenericUI):
1333
+ bl_rna: typing.Any
1334
+ id_data: typing.Any
1335
+
1336
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1337
+ """
1338
+
1339
+ :return: The RNA type or default when not found.
1340
+ :rtype: bpy.types.Struct
1341
+ """
1342
+
1343
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1344
+ """
1345
+
1346
+ :return: The class or default when not found.
1347
+ :rtype: typing.Any
1348
+ """
1349
+
1350
+ class HydraRenderEngine(RenderEngine):
1351
+ bl_delegate_id: typing.Any
1352
+ bl_rna: typing.Any
1353
+ bl_use_shading_nodes_custom: typing.Any
1354
+ id_data: typing.Any
1355
+
1356
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1357
+ """
1358
+
1359
+ :return: The RNA type or default when not found.
1360
+ :rtype: bpy.types.Struct
1361
+ """
1362
+
1363
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1364
+ """
1365
+
1366
+ :return: The class or default when not found.
1367
+ :rtype: typing.Any
1368
+ """
1369
+
1370
+ def get_render_settings(self, engine_type) -> None:
1371
+ """Provide render settings for HdRenderDelegate.
1372
+
1373
+ :param engine_type:
1374
+ """
1375
+
1376
+ def render(self, depsgraph) -> None:
1377
+ """
1378
+
1379
+ :param depsgraph:
1380
+ """
1381
+
1382
+ def update(self, data, depsgraph) -> None:
1383
+ """
1384
+
1385
+ :param data:
1386
+ :param depsgraph:
1387
+ """
1388
+
1389
+ def view_draw(self, context, depsgraph) -> None:
1390
+ """
1391
+
1392
+ :param context:
1393
+ :param depsgraph:
1394
+ """
1395
+
1396
+ def view_update(self, context, depsgraph) -> None:
1397
+ """
1398
+
1399
+ :param context:
1400
+ :param depsgraph:
1401
+ """
1402
+
1403
+ class NodeInternal(Node):
1404
+ bl_rna: typing.Any
1405
+ id_data: typing.Any
1406
+
1407
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1408
+ """
1409
+
1410
+ :return: The RNA type or default when not found.
1411
+ :rtype: bpy.types.Struct
1412
+ """
1413
+
1414
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1415
+ """
1416
+
1417
+ :return: The class or default when not found.
1418
+ :rtype: typing.Any
1419
+ """
1420
+
1421
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1422
+ """Node.is_registered_node_type()
1423
+ True if a registered node type
1424
+
1425
+ :param args:
1426
+ :param kwargs:
1427
+ """
1428
+
1429
+ def poll(self, *args, **kwargs) -> None:
1430
+ """NodeInternal.poll(node_tree)
1431
+ If non-null output is returned, the node type can be added to the tree
1432
+
1433
+ :param args:
1434
+ :param kwargs:
1435
+ """
1436
+
1437
+ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
1438
+ bl_rna: typing.Any
1439
+ id_data: typing.Any
1440
+
1441
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1442
+ """
1443
+
1444
+ :return: The RNA type or default when not found.
1445
+ :rtype: bpy.types.Struct
1446
+ """
1447
+
1448
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1449
+ """
1450
+
1451
+ :return: The class or default when not found.
1452
+ :rtype: typing.Any
1453
+ """
1454
+
1455
+ class _RNAMetaPropGroup(_RNAMeta):
1456
+ is_registered: typing.Any
1457
+
1458
+ class CompositorNode(NodeInternal):
1459
+ bl_rna: typing.Any
1460
+ id_data: typing.Any
1461
+
1462
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1463
+ """
1464
+
1465
+ :return: The RNA type or default when not found.
1466
+ :rtype: bpy.types.Struct
1467
+ """
1468
+
1469
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1470
+ """
1471
+
1472
+ :return: The class or default when not found.
1473
+ :rtype: typing.Any
1474
+ """
1475
+
1476
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1477
+ """Node.is_registered_node_type()
1478
+ True if a registered node type
1479
+
1480
+ :param args:
1481
+ :param kwargs:
1482
+ """
1483
+
1484
+ @classmethod
1485
+ def poll(cls, ntree) -> None:
1486
+ """NodeInternal.poll(node_tree)
1487
+ If non-null output is returned, the node type can be added to the tree
1488
+
1489
+ :param ntree:
1490
+ """
1491
+
1492
+ def update(self) -> None: ...
1493
+
1494
+ class GeometryNode(NodeInternal):
1495
+ bl_rna: typing.Any
1496
+ id_data: typing.Any
1497
+
1498
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1499
+ """
1500
+
1501
+ :return: The RNA type or default when not found.
1502
+ :rtype: bpy.types.Struct
1503
+ """
1504
+
1505
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1506
+ """
1507
+
1508
+ :return: The class or default when not found.
1509
+ :rtype: typing.Any
1510
+ """
1511
+
1512
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1513
+ """Node.is_registered_node_type()
1514
+ True if a registered node type
1515
+
1516
+ :param args:
1517
+ :param kwargs:
1518
+ """
1519
+
1520
+ @classmethod
1521
+ def poll(cls, ntree) -> None:
1522
+ """NodeInternal.poll(node_tree)
1523
+ If non-null output is returned, the node type can be added to the tree
1524
+
1525
+ :param ntree:
1526
+ """
1527
+
1528
+ class ShaderNode(NodeInternal):
1529
+ bl_rna: typing.Any
1530
+ id_data: typing.Any
1531
+
1532
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1533
+ """
1534
+
1535
+ :return: The RNA type or default when not found.
1536
+ :rtype: bpy.types.Struct
1537
+ """
1538
+
1539
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1540
+ """
1541
+
1542
+ :return: The class or default when not found.
1543
+ :rtype: typing.Any
1544
+ """
1545
+
1546
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1547
+ """Node.is_registered_node_type()
1548
+ True if a registered node type
1549
+
1550
+ :param args:
1551
+ :param kwargs:
1552
+ """
1553
+
1554
+ @classmethod
1555
+ def poll(cls, ntree) -> None:
1556
+ """NodeInternal.poll(node_tree)
1557
+ If non-null output is returned, the node type can be added to the tree
1558
+
1559
+ :param ntree:
1560
+ """
1561
+
1562
+ class TextureNode(NodeInternal):
1563
+ bl_rna: typing.Any
1564
+ id_data: typing.Any
1565
+
1566
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1567
+ """
1568
+
1569
+ :return: The RNA type or default when not found.
1570
+ :rtype: bpy.types.Struct
1571
+ """
1572
+
1573
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1574
+ """
1575
+
1576
+ :return: The class or default when not found.
1577
+ :rtype: typing.Any
1578
+ """
1579
+
1580
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1581
+ """Node.is_registered_node_type()
1582
+ True if a registered node type
1583
+
1584
+ :param args:
1585
+ :param kwargs:
1586
+ """
1587
+
1588
+ @classmethod
1589
+ def poll(cls, ntree) -> None:
1590
+ """NodeInternal.poll(node_tree)
1591
+ If non-null output is returned, the node type can be added to the tree
1592
+
1593
+ :param ntree:
1594
+ """