fake-bpy-module 20240718__py3-none-any.whl → 20240720__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 (120) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/sound/__init__.pyi +37 -7
  112. bpy/types/__init__.pyi +65 -8
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/RECORD +120 -120
  116. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/WHEEL +1 -1
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +268 -4448
  119. nodeitems_builtins/__init__.pyi +1 -7
  120. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bpy.types
4
5
  import bpy_types
5
6
 
6
7
  GenericType1 = typing.TypeVar("GenericType1")
@@ -31,36 +32,6 @@ class ToolDef:
31
32
  widget: typing.Any
32
33
  widget_properties: typing.Any
33
34
 
34
- def count(self, value):
35
- """
36
-
37
- :param value:
38
- """
39
- ...
40
-
41
- def from_dict(self, kw_args):
42
- """
43
-
44
- :param kw_args:
45
- """
46
- ...
47
-
48
- def from_fn(self, fn):
49
- """
50
-
51
- :param fn:
52
- """
53
- ...
54
-
55
- def index(self, value, start=0, stop=9223372036854775807):
56
- """
57
-
58
- :param value:
59
- :param start:
60
- :param stop:
61
- """
62
- ...
63
-
64
35
  class ToolSelectPanelHelper:
65
36
  def draw(self, context):
66
37
  """
@@ -153,19 +124,11 @@ class ToolSelectPanelHelper:
153
124
  """
154
125
  ...
155
126
 
156
- class WM_MT_toolsystem_submenu(bpy_types._GenericUI):
127
+ class WM_MT_toolsystem_submenu(bpy.types.Menu, bpy_types._GenericUI):
157
128
  bl_label: typing.Any
158
129
  bl_rna: typing.Any
159
130
  id_data: typing.Any
160
131
 
161
- def append(self, draw_func):
162
- """
163
-
164
- :param draw_func:
165
- """
166
- ...
167
-
168
- def as_pointer(self): ...
169
132
  def bl_rna_get_subclass(self): ...
170
133
  def bl_rna_get_subclass_py(self): ...
171
134
  def draw(self, context):
@@ -175,85 +138,6 @@ class WM_MT_toolsystem_submenu(bpy_types._GenericUI):
175
138
  """
176
139
  ...
177
140
 
178
- def draw_collapsible(self, context, layout):
179
- """
180
-
181
- :param context:
182
- :param layout:
183
- """
184
- ...
185
-
186
- def draw_preset(self, _context):
187
- """
188
-
189
- :param _context:
190
- """
191
- ...
192
-
193
- def driver_add(self): ...
194
- def driver_remove(self): ...
195
- def get(self): ...
196
- def id_properties_clear(self): ...
197
- def id_properties_ensure(self): ...
198
- def id_properties_ui(self): ...
199
- def is_extended(self): ...
200
- def is_property_hidden(self): ...
201
- def is_property_overridable_library(self): ...
202
- def is_property_readonly(self): ...
203
- def is_property_set(self): ...
204
- def items(self): ...
205
- def keyframe_delete(self): ...
206
- def keyframe_insert(self): ...
207
- def keys(self): ...
208
- def path_from_id(self): ...
209
- def path_menu(
210
- self,
211
- searchpaths,
212
- operator,
213
- *,
214
- props_default=None,
215
- prop_filepath="filepath",
216
- filter_ext=None,
217
- filter_path=None,
218
- display_name=None,
219
- add_operator=None,
220
- add_operator_props=None,
221
- ):
222
- """
223
-
224
- :param searchpaths:
225
- :param operator:
226
- :param props_default:
227
- :param prop_filepath:
228
- :param filter_ext:
229
- :param filter_path:
230
- :param display_name:
231
- :param add_operator:
232
- :param add_operator_props:
233
- """
234
- ...
235
-
236
- def path_resolve(self): ...
237
- def pop(self): ...
238
- def prepend(self, draw_func):
239
- """
240
-
241
- :param draw_func:
242
- """
243
- ...
244
-
245
- def property_overridable_library_set(self): ...
246
- def property_unset(self): ...
247
- def remove(self, draw_func):
248
- """
249
-
250
- :param draw_func:
251
- """
252
- ...
253
-
254
- def type_recast(self): ...
255
- def values(self): ...
256
-
257
141
  def activate_by_id(context, space_type, idname, *, as_fallback=False): ...
258
142
  def activate_by_id_or_cycle(
259
143
  context, space_type, idname, *, offset=1, as_fallback=False
@@ -2,13 +2,16 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bl_ui.space_toolsystem_common
5
+ import bpy.types
5
6
  import bpy_types
6
7
 
7
8
  GenericType1 = typing.TypeVar("GenericType1")
8
9
  GenericType2 = typing.TypeVar("GenericType2")
9
10
 
10
11
  class IMAGE_PT_tools_active(
11
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
12
+ bpy.types.Panel,
13
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
14
+ bpy_types._GenericUI,
12
15
  ):
13
16
  bl_label: typing.Any
14
17
  bl_options: typing.Any
@@ -19,123 +22,8 @@ class IMAGE_PT_tools_active(
19
22
  keymap_prefix: typing.Any
20
23
  tool_fallback_id: typing.Any
21
24
 
22
- def append(self, draw_func):
23
- """
24
-
25
- :param draw_func:
26
- """
27
- ...
28
-
29
- def as_pointer(self): ...
30
25
  def bl_rna_get_subclass(self): ...
31
26
  def bl_rna_get_subclass_py(self): ...
32
- def draw(self, context):
33
- """
34
-
35
- :param context:
36
- """
37
- ...
38
-
39
- def draw_active_tool_fallback(
40
- self, context, layout, tool, *, is_horizontal_layout=False
41
- ):
42
- """
43
-
44
- :param context:
45
- :param layout:
46
- :param tool:
47
- :param is_horizontal_layout:
48
- """
49
- ...
50
-
51
- def draw_active_tool_header(
52
- self, context, layout, *, show_tool_icon_always=False, tool_key=None
53
- ):
54
- """
55
-
56
- :param context:
57
- :param layout:
58
- :param show_tool_icon_always:
59
- :param tool_key:
60
- """
61
- ...
62
-
63
- def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
64
- """
65
-
66
- :param layout:
67
- :param context:
68
- :param detect_layout:
69
- :param scale_y:
70
- """
71
- ...
72
-
73
- def draw_fallback_tool_items(self, layout, context):
74
- """
75
-
76
- :param layout:
77
- :param context:
78
- """
79
- ...
80
-
81
- def draw_fallback_tool_items_for_pie_menu(self, layout, context):
82
- """
83
-
84
- :param layout:
85
- :param context:
86
- """
87
- ...
88
-
89
- def driver_add(self): ...
90
- def driver_remove(self): ...
91
- def get(self): ...
92
- def id_properties_clear(self): ...
93
- def id_properties_ensure(self): ...
94
- def id_properties_ui(self): ...
95
- def is_extended(self): ...
96
- def is_property_hidden(self): ...
97
- def is_property_overridable_library(self): ...
98
- def is_property_readonly(self): ...
99
- def is_property_set(self): ...
100
- def items(self): ...
101
- def keyframe_delete(self): ...
102
- def keyframe_insert(self): ...
103
- def keymap_ui_hierarchy(self, context_mode):
104
- """
105
-
106
- :param context_mode:
107
- """
108
- ...
109
-
110
- def keys(self): ...
111
- def path_from_id(self): ...
112
- def path_resolve(self): ...
113
- def pop(self): ...
114
- def prepend(self, draw_func):
115
- """
116
-
117
- :param draw_func:
118
- """
119
- ...
120
-
121
- def property_overridable_library_set(self): ...
122
- def property_unset(self): ...
123
- def register(self): ...
124
- def register_ensure(self): ...
125
- def remove(self, draw_func):
126
- """
127
-
128
- :param draw_func:
129
- """
130
- ...
131
-
132
- def tool_active_from_context(self, context):
133
- """
134
-
135
- :param context:
136
- """
137
- ...
138
-
139
27
  @classmethod
140
28
  def tools_all(cls): ...
141
29
  @classmethod
@@ -147,11 +35,10 @@ class IMAGE_PT_tools_active(
147
35
  """
148
36
  ...
149
37
 
150
- def type_recast(self): ...
151
- def values(self): ...
152
-
153
38
  class NODE_PT_tools_active(
154
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
39
+ bpy.types.Panel,
40
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
41
+ bpy_types._GenericUI,
155
42
  ):
156
43
  bl_label: typing.Any
157
44
  bl_options: typing.Any
@@ -162,123 +49,8 @@ class NODE_PT_tools_active(
162
49
  keymap_prefix: typing.Any
163
50
  tool_fallback_id: typing.Any
164
51
 
165
- def append(self, draw_func):
166
- """
167
-
168
- :param draw_func:
169
- """
170
- ...
171
-
172
- def as_pointer(self): ...
173
52
  def bl_rna_get_subclass(self): ...
174
53
  def bl_rna_get_subclass_py(self): ...
175
- def draw(self, context):
176
- """
177
-
178
- :param context:
179
- """
180
- ...
181
-
182
- def draw_active_tool_fallback(
183
- self, context, layout, tool, *, is_horizontal_layout=False
184
- ):
185
- """
186
-
187
- :param context:
188
- :param layout:
189
- :param tool:
190
- :param is_horizontal_layout:
191
- """
192
- ...
193
-
194
- def draw_active_tool_header(
195
- self, context, layout, *, show_tool_icon_always=False, tool_key=None
196
- ):
197
- """
198
-
199
- :param context:
200
- :param layout:
201
- :param show_tool_icon_always:
202
- :param tool_key:
203
- """
204
- ...
205
-
206
- def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
207
- """
208
-
209
- :param layout:
210
- :param context:
211
- :param detect_layout:
212
- :param scale_y:
213
- """
214
- ...
215
-
216
- def draw_fallback_tool_items(self, layout, context):
217
- """
218
-
219
- :param layout:
220
- :param context:
221
- """
222
- ...
223
-
224
- def draw_fallback_tool_items_for_pie_menu(self, layout, context):
225
- """
226
-
227
- :param layout:
228
- :param context:
229
- """
230
- ...
231
-
232
- def driver_add(self): ...
233
- def driver_remove(self): ...
234
- def get(self): ...
235
- def id_properties_clear(self): ...
236
- def id_properties_ensure(self): ...
237
- def id_properties_ui(self): ...
238
- def is_extended(self): ...
239
- def is_property_hidden(self): ...
240
- def is_property_overridable_library(self): ...
241
- def is_property_readonly(self): ...
242
- def is_property_set(self): ...
243
- def items(self): ...
244
- def keyframe_delete(self): ...
245
- def keyframe_insert(self): ...
246
- def keymap_ui_hierarchy(self, context_mode):
247
- """
248
-
249
- :param context_mode:
250
- """
251
- ...
252
-
253
- def keys(self): ...
254
- def path_from_id(self): ...
255
- def path_resolve(self): ...
256
- def pop(self): ...
257
- def prepend(self, draw_func):
258
- """
259
-
260
- :param draw_func:
261
- """
262
- ...
263
-
264
- def property_overridable_library_set(self): ...
265
- def property_unset(self): ...
266
- def register(self): ...
267
- def register_ensure(self): ...
268
- def remove(self, draw_func):
269
- """
270
-
271
- :param draw_func:
272
- """
273
- ...
274
-
275
- def tool_active_from_context(self, context):
276
- """
277
-
278
- :param context:
279
- """
280
- ...
281
-
282
54
  @classmethod
283
55
  def tools_all(cls): ...
284
56
  @classmethod
@@ -290,11 +62,10 @@ class NODE_PT_tools_active(
290
62
  """
291
63
  ...
292
64
 
293
- def type_recast(self): ...
294
- def values(self): ...
295
-
296
65
  class SEQUENCER_PT_tools_active(
297
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
66
+ bpy.types.Panel,
67
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
68
+ bpy_types._GenericUI,
298
69
  ):
299
70
  bl_label: typing.Any
300
71
  bl_options: typing.Any
@@ -305,123 +76,8 @@ class SEQUENCER_PT_tools_active(
305
76
  keymap_prefix: typing.Any
306
77
  tool_fallback_id: typing.Any
307
78
 
308
- def append(self, draw_func):
309
- """
310
-
311
- :param draw_func:
312
- """
313
- ...
314
-
315
- def as_pointer(self): ...
316
79
  def bl_rna_get_subclass(self): ...
317
80
  def bl_rna_get_subclass_py(self): ...
318
- def draw(self, context):
319
- """
320
-
321
- :param context:
322
- """
323
- ...
324
-
325
- def draw_active_tool_fallback(
326
- self, context, layout, tool, *, is_horizontal_layout=False
327
- ):
328
- """
329
-
330
- :param context:
331
- :param layout:
332
- :param tool:
333
- :param is_horizontal_layout:
334
- """
335
- ...
336
-
337
- def draw_active_tool_header(
338
- self, context, layout, *, show_tool_icon_always=False, tool_key=None
339
- ):
340
- """
341
-
342
- :param context:
343
- :param layout:
344
- :param show_tool_icon_always:
345
- :param tool_key:
346
- """
347
- ...
348
-
349
- def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
350
- """
351
-
352
- :param layout:
353
- :param context:
354
- :param detect_layout:
355
- :param scale_y:
356
- """
357
- ...
358
-
359
- def draw_fallback_tool_items(self, layout, context):
360
- """
361
-
362
- :param layout:
363
- :param context:
364
- """
365
- ...
366
-
367
- def draw_fallback_tool_items_for_pie_menu(self, layout, context):
368
- """
369
-
370
- :param layout:
371
- :param context:
372
- """
373
- ...
374
-
375
- def driver_add(self): ...
376
- def driver_remove(self): ...
377
- def get(self): ...
378
- def id_properties_clear(self): ...
379
- def id_properties_ensure(self): ...
380
- def id_properties_ui(self): ...
381
- def is_extended(self): ...
382
- def is_property_hidden(self): ...
383
- def is_property_overridable_library(self): ...
384
- def is_property_readonly(self): ...
385
- def is_property_set(self): ...
386
- def items(self): ...
387
- def keyframe_delete(self): ...
388
- def keyframe_insert(self): ...
389
- def keymap_ui_hierarchy(self, context_mode):
390
- """
391
-
392
- :param context_mode:
393
- """
394
- ...
395
-
396
- def keys(self): ...
397
- def path_from_id(self): ...
398
- def path_resolve(self): ...
399
- def pop(self): ...
400
- def prepend(self, draw_func):
401
- """
402
-
403
- :param draw_func:
404
- """
405
- ...
406
-
407
- def property_overridable_library_set(self): ...
408
- def property_unset(self): ...
409
- def register(self): ...
410
- def register_ensure(self): ...
411
- def remove(self, draw_func):
412
- """
413
-
414
- :param draw_func:
415
- """
416
- ...
417
-
418
- def tool_active_from_context(self, context):
419
- """
420
-
421
- :param context:
422
- """
423
- ...
424
-
425
81
  @classmethod
426
82
  def tools_all(cls): ...
427
83
  @classmethod
@@ -433,11 +89,10 @@ class SEQUENCER_PT_tools_active(
433
89
  """
434
90
  ...
435
91
 
436
- def type_recast(self): ...
437
- def values(self): ...
438
-
439
92
  class VIEW3D_PT_tools_active(
440
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy_types._GenericUI
93
+ bpy.types.Panel,
94
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
95
+ bpy_types._GenericUI,
441
96
  ):
442
97
  bl_label: typing.Any
443
98
  bl_options: typing.Any
@@ -448,123 +103,8 @@ class VIEW3D_PT_tools_active(
448
103
  keymap_prefix: typing.Any
449
104
  tool_fallback_id: typing.Any
450
105
 
451
- def append(self, draw_func):
452
- """
453
-
454
- :param draw_func:
455
- """
456
- ...
457
-
458
- def as_pointer(self): ...
459
106
  def bl_rna_get_subclass(self): ...
460
107
  def bl_rna_get_subclass_py(self): ...
461
- def draw(self, context):
462
- """
463
-
464
- :param context:
465
- """
466
- ...
467
-
468
- def draw_active_tool_fallback(
469
- self, context, layout, tool, *, is_horizontal_layout=False
470
- ):
471
- """
472
-
473
- :param context:
474
- :param layout:
475
- :param tool:
476
- :param is_horizontal_layout:
477
- """
478
- ...
479
-
480
- def draw_active_tool_header(
481
- self, context, layout, *, show_tool_icon_always=False, tool_key=None
482
- ):
483
- """
484
-
485
- :param context:
486
- :param layout:
487
- :param show_tool_icon_always:
488
- :param tool_key:
489
- """
490
- ...
491
-
492
- def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
493
- """
494
-
495
- :param layout:
496
- :param context:
497
- :param detect_layout:
498
- :param scale_y:
499
- """
500
- ...
501
-
502
- def draw_fallback_tool_items(self, layout, context):
503
- """
504
-
505
- :param layout:
506
- :param context:
507
- """
508
- ...
509
-
510
- def draw_fallback_tool_items_for_pie_menu(self, layout, context):
511
- """
512
-
513
- :param layout:
514
- :param context:
515
- """
516
- ...
517
-
518
- def driver_add(self): ...
519
- def driver_remove(self): ...
520
- def get(self): ...
521
- def id_properties_clear(self): ...
522
- def id_properties_ensure(self): ...
523
- def id_properties_ui(self): ...
524
- def is_extended(self): ...
525
- def is_property_hidden(self): ...
526
- def is_property_overridable_library(self): ...
527
- def is_property_readonly(self): ...
528
- def is_property_set(self): ...
529
- def items(self): ...
530
- def keyframe_delete(self): ...
531
- def keyframe_insert(self): ...
532
- def keymap_ui_hierarchy(self, context_mode):
533
- """
534
-
535
- :param context_mode:
536
- """
537
- ...
538
-
539
- def keys(self): ...
540
- def path_from_id(self): ...
541
- def path_resolve(self): ...
542
- def pop(self): ...
543
- def prepend(self, draw_func):
544
- """
545
-
546
- :param draw_func:
547
- """
548
- ...
549
-
550
- def property_overridable_library_set(self): ...
551
- def property_unset(self): ...
552
- def register(self): ...
553
- def register_ensure(self): ...
554
- def remove(self, draw_func):
555
- """
556
-
557
- :param draw_func:
558
- """
559
- ...
560
-
561
- def tool_active_from_context(self, context):
562
- """
563
-
564
- :param context:
565
- """
566
- ...
567
-
568
108
  @classmethod
569
109
  def tools_all(cls): ...
570
110
  @classmethod
@@ -576,9 +116,6 @@ class VIEW3D_PT_tools_active(
576
116
  """
577
117
  ...
578
118
 
579
- def type_recast(self): ...
580
- def values(self): ...
581
-
582
119
  class _defs_annotate:
583
120
  eraser: typing.Any
584
121
  line: typing.Any