fake-bpy-module-latest 20251003__py3-none-any.whl → 20260113__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.
Files changed (137) hide show
  1. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  2. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  3. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  4. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  5. _bpy_internal/__init__.pyi +1 -0
  6. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  7. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  8. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  9. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  10. _bpy_types/__init__.pyi +17 -1
  11. aud/__init__.pyi +70 -0
  12. bl_math/__init__.pyi +3 -1
  13. bl_operators/__init__.pyi +1 -0
  14. bl_operators/anim/__init__.pyi +42 -0
  15. bl_operators/copy_global_transform/__init__.pyi +271 -0
  16. bl_operators/node/__init__.pyi +38 -4
  17. bl_operators/object/__init__.pyi +0 -7
  18. bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
  19. bl_operators/uvcalc_transform/__init__.pyi +21 -8
  20. bl_ui/__init__.pyi +3 -0
  21. bl_ui/node_add_menu/__init__.pyi +13 -6
  22. bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
  23. bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
  24. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  25. bl_ui/node_add_menu_texture/__init__.pyi +1 -1
  26. bl_ui/properties_constraint/__init__.pyi +68 -0
  27. bl_ui/properties_object/__init__.pyi +37 -0
  28. bl_ui/properties_paint_common/__init__.pyi +23 -3
  29. bl_ui/properties_strip/__init__.pyi +786 -0
  30. bl_ui/properties_strip_modifier/__init__.pyi +47 -0
  31. bl_ui/properties_view_layer/__init__.pyi +7 -0
  32. bl_ui/space_clip/__init__.pyi +1 -0
  33. bl_ui/space_dopesheet/__init__.pyi +56 -0
  34. bl_ui/space_image/__init__.pyi +2 -2
  35. bl_ui/space_node/__init__.pyi +29 -2
  36. bl_ui/space_properties/__init__.pyi +31 -0
  37. bl_ui/space_sequencer/__init__.pyi +42 -772
  38. bl_ui/space_time/__init__.pyi +54 -0
  39. bl_ui/space_topbar/__init__.pyi +7 -0
  40. bl_ui/space_userpref/__init__.pyi +7 -2
  41. bl_ui/space_view3d/__init__.pyi +38 -10
  42. bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
  43. bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
  44. blf/__init__.pyi +9 -6
  45. bmesh/ops/__init__.pyi +3 -0
  46. bmesh/types/__init__.pyi +184 -36
  47. bmesh/utils/__init__.pyi +22 -5
  48. bpy/app/__init__.pyi +54 -52
  49. bpy/app/translations/__init__.pyi +1 -1
  50. bpy/ops/anim/__init__.pyi +18 -12
  51. bpy/ops/armature/__init__.pyi +1 -1
  52. bpy/ops/curves/__init__.pyi +3 -3
  53. bpy/ops/export_anim/__init__.pyi +3 -0
  54. bpy/ops/export_scene/__init__.pyi +1 -1
  55. bpy/ops/geometry/__init__.pyi +0 -83
  56. bpy/ops/grease_pencil/__init__.pyi +3 -3
  57. bpy/ops/import_anim/__init__.pyi +2 -2
  58. bpy/ops/mesh/__init__.pyi +2 -2
  59. bpy/ops/nla/__init__.pyi +1 -1
  60. bpy/ops/node/__init__.pyi +29 -7
  61. bpy/ops/object/__init__.pyi +93 -0
  62. bpy/ops/pose/__init__.pyi +4 -4
  63. bpy/ops/render/__init__.pyi +4 -1
  64. bpy/ops/screen/__init__.pyi +29 -0
  65. bpy/ops/sculpt/__init__.pyi +30 -41
  66. bpy/ops/sequencer/__init__.pyi +67 -3
  67. bpy/ops/text/__init__.pyi +3 -0
  68. bpy/ops/transform/__init__.pyi +10 -3
  69. bpy/ops/uv/__init__.pyi +54 -0
  70. bpy/ops/wm/__init__.pyi +20 -32
  71. bpy/props/__init__.pyi +5 -11
  72. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  73. bpy/types/__init__.pyi +7912 -3664
  74. bpy/utils/__init__.pyi +3 -3
  75. bpy/utils/previews/__init__.pyi +1 -1
  76. bpy_extras/anim_utils/__init__.pyi +9 -0
  77. bpy_extras/id_map_utils/__init__.pyi +15 -6
  78. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  79. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
  80. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
  81. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
  82. freestyle/utils/__init__.pyi +1 -1
  83. gpu/matrix/__init__.pyi +1 -1
  84. gpu/shader/__init__.pyi +22 -1
  85. gpu/state/__init__.pyi +77 -27
  86. gpu/types/__init__.pyi +91 -20
  87. gpu_extras/presets/__init__.pyi +7 -0
  88. idprop/types/__init__.pyi +6 -2
  89. imbuf/__init__.pyi +2 -2
  90. imbuf/types/__init__.pyi +2 -2
  91. keyingsets_builtins/__init__.pyi +1 -1
  92. mathutils/__init__.pyi +53 -29
  93. mathutils/bvhtree/__init__.pyi +3 -2
  94. mathutils/geometry/__init__.pyi +31 -13
  95. mathutils/interpolate/__init__.pyi +4 -2
  96. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  97. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  98. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  99. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  100. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
  101. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
  102. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
  103. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
  104. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  105. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  106. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  107. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  108. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  109. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  110. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  111. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  112. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  113. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  114. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  115. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  116. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  117. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  118. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  119. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  120. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  121. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  122. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  123. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  124. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  125. {console_python → _console_python}/__init__.pyi +0 -0
  126. {console_python → _console_python}/py.typed +0 -0
  127. {console_shell → _console_shell}/__init__.pyi +0 -0
  128. {console_shell → _console_shell}/py.typed +0 -0
  129. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  130. {graphviz_export → _graphviz_export}/py.typed +0 -0
  131. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  132. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  133. {rna_info → _rna_info}/__init__.pyi +0 -0
  134. {rna_info → _rna_info}/py.typed +0 -0
  135. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  136. {rna_xml → _rna_xml}/py.typed +0 -0
  137. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
@@ -0,0 +1,786 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ import _bpy_types
6
+ import bpy.types
7
+ import rna_prop_ui
8
+
9
+ class STRIP_PT_adjust_color(StripButtonsPanel, _bpy_types.Panel):
10
+ bl_context: typing.Any
11
+ bl_label: typing.Any
12
+ bl_options: typing.Any
13
+ bl_region_type: typing.Any
14
+ bl_rna: typing.Any
15
+ bl_space_type: typing.Any
16
+ id_data: typing.Any
17
+
18
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
19
+ """
20
+
21
+ :return: The RNA type or default when not found.
22
+ :rtype: bpy.types.Struct
23
+ """
24
+
25
+ def bl_rna_get_subclass_py(self) -> typing.Any:
26
+ """
27
+
28
+ :return: The class or default when not found.
29
+ :rtype: typing.Any
30
+ """
31
+
32
+ def draw(self, context) -> None:
33
+ """
34
+
35
+ :param context:
36
+ """
37
+
38
+ @classmethod
39
+ def poll(cls, context) -> None:
40
+ """
41
+
42
+ :param context:
43
+ """
44
+
45
+ class STRIP_PT_adjust_comp(StripButtonsPanel, _bpy_types.Panel):
46
+ bl_context: typing.Any
47
+ bl_label: typing.Any
48
+ bl_region_type: typing.Any
49
+ bl_rna: typing.Any
50
+ bl_space_type: typing.Any
51
+ id_data: typing.Any
52
+
53
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
54
+ """
55
+
56
+ :return: The RNA type or default when not found.
57
+ :rtype: bpy.types.Struct
58
+ """
59
+
60
+ def bl_rna_get_subclass_py(self) -> typing.Any:
61
+ """
62
+
63
+ :return: The class or default when not found.
64
+ :rtype: typing.Any
65
+ """
66
+
67
+ def draw(self, context) -> None:
68
+ """
69
+
70
+ :param context:
71
+ """
72
+
73
+ @classmethod
74
+ def poll(cls, context) -> None:
75
+ """
76
+
77
+ :param context:
78
+ """
79
+
80
+ class STRIP_PT_adjust_crop(StripButtonsPanel, _bpy_types.Panel):
81
+ bl_context: typing.Any
82
+ bl_label: typing.Any
83
+ bl_options: typing.Any
84
+ bl_region_type: typing.Any
85
+ bl_rna: typing.Any
86
+ bl_space_type: typing.Any
87
+ id_data: typing.Any
88
+
89
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
90
+ """
91
+
92
+ :return: The RNA type or default when not found.
93
+ :rtype: bpy.types.Struct
94
+ """
95
+
96
+ def bl_rna_get_subclass_py(self) -> typing.Any:
97
+ """
98
+
99
+ :return: The class or default when not found.
100
+ :rtype: typing.Any
101
+ """
102
+
103
+ def draw(self, context) -> None:
104
+ """
105
+
106
+ :param context:
107
+ """
108
+
109
+ @classmethod
110
+ def poll(cls, context) -> None:
111
+ """
112
+
113
+ :param context:
114
+ """
115
+
116
+ class STRIP_PT_adjust_sound(StripButtonsPanel, _bpy_types.Panel):
117
+ bl_context: typing.Any
118
+ bl_label: typing.Any
119
+ bl_region_type: typing.Any
120
+ bl_rna: typing.Any
121
+ bl_space_type: typing.Any
122
+ id_data: typing.Any
123
+
124
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
125
+ """
126
+
127
+ :return: The RNA type or default when not found.
128
+ :rtype: bpy.types.Struct
129
+ """
130
+
131
+ def bl_rna_get_subclass_py(self) -> typing.Any:
132
+ """
133
+
134
+ :return: The class or default when not found.
135
+ :rtype: typing.Any
136
+ """
137
+
138
+ def draw(self, context) -> None:
139
+ """
140
+
141
+ :param context:
142
+ """
143
+
144
+ @classmethod
145
+ def poll(cls, context) -> None:
146
+ """
147
+
148
+ :param context:
149
+ """
150
+
151
+ class STRIP_PT_adjust_transform(StripButtonsPanel, _bpy_types.Panel):
152
+ bl_context: typing.Any
153
+ bl_label: typing.Any
154
+ bl_region_type: typing.Any
155
+ bl_rna: typing.Any
156
+ bl_space_type: typing.Any
157
+ id_data: typing.Any
158
+
159
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
160
+ """
161
+
162
+ :return: The RNA type or default when not found.
163
+ :rtype: bpy.types.Struct
164
+ """
165
+
166
+ def bl_rna_get_subclass_py(self) -> typing.Any:
167
+ """
168
+
169
+ :return: The class or default when not found.
170
+ :rtype: typing.Any
171
+ """
172
+
173
+ def draw(self, context) -> None:
174
+ """
175
+
176
+ :param context:
177
+ """
178
+
179
+ @classmethod
180
+ def poll(cls, context) -> None:
181
+ """
182
+
183
+ :param context:
184
+ """
185
+
186
+ class STRIP_PT_adjust_video(StripButtonsPanel, _bpy_types.Panel):
187
+ bl_context: typing.Any
188
+ bl_label: typing.Any
189
+ bl_options: typing.Any
190
+ bl_region_type: typing.Any
191
+ bl_rna: typing.Any
192
+ bl_space_type: typing.Any
193
+ id_data: typing.Any
194
+
195
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
196
+ """
197
+
198
+ :return: The RNA type or default when not found.
199
+ :rtype: bpy.types.Struct
200
+ """
201
+
202
+ def bl_rna_get_subclass_py(self) -> typing.Any:
203
+ """
204
+
205
+ :return: The class or default when not found.
206
+ :rtype: typing.Any
207
+ """
208
+
209
+ def draw(self, context) -> None:
210
+ """
211
+
212
+ :param context:
213
+ """
214
+
215
+ @classmethod
216
+ def poll(cls, context) -> None:
217
+ """
218
+
219
+ :param context:
220
+ """
221
+
222
+ class STRIP_PT_color_tag_picker(StripColorTagPicker, _bpy_types.Panel):
223
+ bl_context: typing.Any
224
+ bl_label: typing.Any
225
+ bl_options: typing.Any
226
+ bl_region_type: typing.Any
227
+ bl_rna: typing.Any
228
+ bl_space_type: typing.Any
229
+ id_data: typing.Any
230
+
231
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
232
+ """
233
+
234
+ :return: The RNA type or default when not found.
235
+ :rtype: bpy.types.Struct
236
+ """
237
+
238
+ def bl_rna_get_subclass_py(self) -> typing.Any:
239
+ """
240
+
241
+ :return: The class or default when not found.
242
+ :rtype: typing.Any
243
+ """
244
+
245
+ def draw(self, _context) -> None:
246
+ """
247
+
248
+ :param _context:
249
+ """
250
+
251
+ class STRIP_PT_custom_props(
252
+ rna_prop_ui.PropertyPanel, StripButtonsPanel, _bpy_types.Panel
253
+ ):
254
+ """The subclass should have its own poll function
255
+ and the variable _context_path MUST be set.
256
+ """
257
+
258
+ COMPAT_ENGINES: typing.Any
259
+ bl_context: typing.Any
260
+ bl_label: typing.Any
261
+ bl_options: typing.Any
262
+ bl_order: typing.Any
263
+ bl_region_type: typing.Any
264
+ bl_rna: typing.Any
265
+ bl_space_type: typing.Any
266
+ id_data: typing.Any
267
+
268
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
269
+ """
270
+
271
+ :return: The RNA type or default when not found.
272
+ :rtype: bpy.types.Struct
273
+ """
274
+
275
+ def bl_rna_get_subclass_py(self) -> typing.Any:
276
+ """
277
+
278
+ :return: The class or default when not found.
279
+ :rtype: typing.Any
280
+ """
281
+
282
+ class STRIP_PT_effect(StripButtonsPanel, _bpy_types.Panel):
283
+ bl_context: typing.Any
284
+ bl_label: typing.Any
285
+ bl_region_type: typing.Any
286
+ bl_rna: typing.Any
287
+ bl_space_type: typing.Any
288
+ id_data: typing.Any
289
+
290
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
291
+ """
292
+
293
+ :return: The RNA type or default when not found.
294
+ :rtype: bpy.types.Struct
295
+ """
296
+
297
+ def bl_rna_get_subclass_py(self) -> typing.Any:
298
+ """
299
+
300
+ :return: The class or default when not found.
301
+ :rtype: typing.Any
302
+ """
303
+
304
+ def draw(self, context) -> None:
305
+ """
306
+
307
+ :param context:
308
+ """
309
+
310
+ @classmethod
311
+ def poll(cls, context) -> None:
312
+ """
313
+
314
+ :param context:
315
+ """
316
+
317
+ class STRIP_PT_effect_text_box(StripButtonsPanel, _bpy_types.Panel):
318
+ bl_context: typing.Any
319
+ bl_label: typing.Any
320
+ bl_options: typing.Any
321
+ bl_parent_id: typing.Any
322
+ bl_region_type: typing.Any
323
+ bl_rna: typing.Any
324
+ bl_space_type: typing.Any
325
+ bl_translation_context: typing.Any
326
+ id_data: typing.Any
327
+
328
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
329
+ """
330
+
331
+ :return: The RNA type or default when not found.
332
+ :rtype: bpy.types.Struct
333
+ """
334
+
335
+ def bl_rna_get_subclass_py(self) -> typing.Any:
336
+ """
337
+
338
+ :return: The class or default when not found.
339
+ :rtype: typing.Any
340
+ """
341
+
342
+ def draw(self, context) -> None:
343
+ """
344
+
345
+ :param context:
346
+ """
347
+
348
+ def draw_header(self, context) -> None:
349
+ """
350
+
351
+ :param context:
352
+ """
353
+
354
+ @classmethod
355
+ def poll(cls, context) -> None:
356
+ """
357
+
358
+ :param context:
359
+ """
360
+
361
+ class STRIP_PT_effect_text_layout(StripButtonsPanel, _bpy_types.Panel):
362
+ bl_context: typing.Any
363
+ bl_label: typing.Any
364
+ bl_parent_id: typing.Any
365
+ bl_region_type: typing.Any
366
+ bl_rna: typing.Any
367
+ bl_space_type: typing.Any
368
+ id_data: typing.Any
369
+
370
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
371
+ """
372
+
373
+ :return: The RNA type or default when not found.
374
+ :rtype: bpy.types.Struct
375
+ """
376
+
377
+ def bl_rna_get_subclass_py(self) -> typing.Any:
378
+ """
379
+
380
+ :return: The class or default when not found.
381
+ :rtype: typing.Any
382
+ """
383
+
384
+ def draw(self, context) -> None:
385
+ """
386
+
387
+ :param context:
388
+ """
389
+
390
+ @classmethod
391
+ def poll(cls, context) -> None:
392
+ """
393
+
394
+ :param context:
395
+ """
396
+
397
+ class STRIP_PT_effect_text_outline(StripButtonsPanel, _bpy_types.Panel):
398
+ bl_context: typing.Any
399
+ bl_label: typing.Any
400
+ bl_options: typing.Any
401
+ bl_parent_id: typing.Any
402
+ bl_region_type: typing.Any
403
+ bl_rna: typing.Any
404
+ bl_space_type: typing.Any
405
+ id_data: typing.Any
406
+
407
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
408
+ """
409
+
410
+ :return: The RNA type or default when not found.
411
+ :rtype: bpy.types.Struct
412
+ """
413
+
414
+ def bl_rna_get_subclass_py(self) -> typing.Any:
415
+ """
416
+
417
+ :return: The class or default when not found.
418
+ :rtype: typing.Any
419
+ """
420
+
421
+ def draw(self, context) -> None:
422
+ """
423
+
424
+ :param context:
425
+ """
426
+
427
+ def draw_header(self, context) -> None:
428
+ """
429
+
430
+ :param context:
431
+ """
432
+
433
+ @classmethod
434
+ def poll(cls, context) -> None:
435
+ """
436
+
437
+ :param context:
438
+ """
439
+
440
+ class STRIP_PT_effect_text_shadow(StripButtonsPanel, _bpy_types.Panel):
441
+ bl_context: typing.Any
442
+ bl_label: typing.Any
443
+ bl_options: typing.Any
444
+ bl_parent_id: typing.Any
445
+ bl_region_type: typing.Any
446
+ bl_rna: typing.Any
447
+ bl_space_type: typing.Any
448
+ id_data: typing.Any
449
+
450
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
451
+ """
452
+
453
+ :return: The RNA type or default when not found.
454
+ :rtype: bpy.types.Struct
455
+ """
456
+
457
+ def bl_rna_get_subclass_py(self) -> typing.Any:
458
+ """
459
+
460
+ :return: The class or default when not found.
461
+ :rtype: typing.Any
462
+ """
463
+
464
+ def draw(self, context) -> None:
465
+ """
466
+
467
+ :param context:
468
+ """
469
+
470
+ def draw_header(self, context) -> None:
471
+ """
472
+
473
+ :param context:
474
+ """
475
+
476
+ @classmethod
477
+ def poll(cls, context) -> None:
478
+ """
479
+
480
+ :param context:
481
+ """
482
+
483
+ class STRIP_PT_effect_text_style(StripButtonsPanel, _bpy_types.Panel):
484
+ bl_context: typing.Any
485
+ bl_label: typing.Any
486
+ bl_parent_id: typing.Any
487
+ bl_region_type: typing.Any
488
+ bl_rna: typing.Any
489
+ bl_space_type: typing.Any
490
+ id_data: typing.Any
491
+
492
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
493
+ """
494
+
495
+ :return: The RNA type or default when not found.
496
+ :rtype: bpy.types.Struct
497
+ """
498
+
499
+ def bl_rna_get_subclass_py(self) -> typing.Any:
500
+ """
501
+
502
+ :return: The class or default when not found.
503
+ :rtype: typing.Any
504
+ """
505
+
506
+ def draw(self, context) -> None:
507
+ """
508
+
509
+ :param context:
510
+ """
511
+
512
+ @classmethod
513
+ def poll(cls, context) -> None:
514
+ """
515
+
516
+ :param context:
517
+ """
518
+
519
+ class STRIP_PT_mask(StripButtonsPanel, _bpy_types.Panel):
520
+ bl_context: typing.Any
521
+ bl_label: typing.Any
522
+ bl_region_type: typing.Any
523
+ bl_rna: typing.Any
524
+ bl_space_type: typing.Any
525
+ id_data: typing.Any
526
+
527
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
528
+ """
529
+
530
+ :return: The RNA type or default when not found.
531
+ :rtype: bpy.types.Struct
532
+ """
533
+
534
+ def bl_rna_get_subclass_py(self) -> typing.Any:
535
+ """
536
+
537
+ :return: The class or default when not found.
538
+ :rtype: typing.Any
539
+ """
540
+
541
+ def draw(self, context) -> None:
542
+ """
543
+
544
+ :param context:
545
+ """
546
+
547
+ @classmethod
548
+ def poll(cls, context) -> None:
549
+ """
550
+
551
+ :param context:
552
+ """
553
+
554
+ class STRIP_PT_movie_clip(StripButtonsPanel, _bpy_types.Panel):
555
+ bl_context: typing.Any
556
+ bl_label: typing.Any
557
+ bl_region_type: typing.Any
558
+ bl_rna: typing.Any
559
+ bl_space_type: typing.Any
560
+ id_data: typing.Any
561
+
562
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
563
+ """
564
+
565
+ :return: The RNA type or default when not found.
566
+ :rtype: bpy.types.Struct
567
+ """
568
+
569
+ def bl_rna_get_subclass_py(self) -> typing.Any:
570
+ """
571
+
572
+ :return: The class or default when not found.
573
+ :rtype: typing.Any
574
+ """
575
+
576
+ def draw(self, context) -> None:
577
+ """
578
+
579
+ :param context:
580
+ """
581
+
582
+ @classmethod
583
+ def poll(cls, context) -> None:
584
+ """
585
+
586
+ :param context:
587
+ """
588
+
589
+ class STRIP_PT_scene(StripButtonsPanel, _bpy_types.Panel):
590
+ bl_context: typing.Any
591
+ bl_label: typing.Any
592
+ bl_region_type: typing.Any
593
+ bl_rna: typing.Any
594
+ bl_space_type: typing.Any
595
+ id_data: typing.Any
596
+
597
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
598
+ """
599
+
600
+ :return: The RNA type or default when not found.
601
+ :rtype: bpy.types.Struct
602
+ """
603
+
604
+ def bl_rna_get_subclass_py(self) -> typing.Any:
605
+ """
606
+
607
+ :return: The class or default when not found.
608
+ :rtype: typing.Any
609
+ """
610
+
611
+ def draw(self, context) -> None:
612
+ """
613
+
614
+ :param context:
615
+ """
616
+
617
+ @classmethod
618
+ def poll(cls, context) -> None:
619
+ """
620
+
621
+ :param context:
622
+ """
623
+
624
+ class STRIP_PT_scene_sound(StripButtonsPanel, _bpy_types.Panel):
625
+ bl_context: typing.Any
626
+ bl_label: typing.Any
627
+ bl_region_type: typing.Any
628
+ bl_rna: typing.Any
629
+ bl_space_type: typing.Any
630
+ id_data: typing.Any
631
+
632
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
633
+ """
634
+
635
+ :return: The RNA type or default when not found.
636
+ :rtype: bpy.types.Struct
637
+ """
638
+
639
+ def bl_rna_get_subclass_py(self) -> typing.Any:
640
+ """
641
+
642
+ :return: The class or default when not found.
643
+ :rtype: typing.Any
644
+ """
645
+
646
+ def draw(self, context) -> None:
647
+ """
648
+
649
+ :param context:
650
+ """
651
+
652
+ @classmethod
653
+ def poll(cls, context) -> None:
654
+ """
655
+
656
+ :param context:
657
+ """
658
+
659
+ class STRIP_PT_source(StripButtonsPanel, _bpy_types.Panel):
660
+ bl_context: typing.Any
661
+ bl_label: typing.Any
662
+ bl_region_type: typing.Any
663
+ bl_rna: typing.Any
664
+ bl_space_type: typing.Any
665
+ id_data: typing.Any
666
+
667
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
668
+ """
669
+
670
+ :return: The RNA type or default when not found.
671
+ :rtype: bpy.types.Struct
672
+ """
673
+
674
+ def bl_rna_get_subclass_py(self) -> typing.Any:
675
+ """
676
+
677
+ :return: The class or default when not found.
678
+ :rtype: typing.Any
679
+ """
680
+
681
+ def draw(self, context) -> None:
682
+ """
683
+
684
+ :param context:
685
+ """
686
+
687
+ @classmethod
688
+ def poll(cls, context) -> None:
689
+ """
690
+
691
+ :param context:
692
+ """
693
+
694
+ class STRIP_PT_strip(StripButtonsPanel, _bpy_types.Panel):
695
+ bl_context: typing.Any
696
+ bl_label: typing.Any
697
+ bl_options: typing.Any
698
+ bl_region_type: typing.Any
699
+ bl_rna: typing.Any
700
+ bl_space_type: typing.Any
701
+ id_data: typing.Any
702
+
703
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
704
+ """
705
+
706
+ :return: The RNA type or default when not found.
707
+ :rtype: bpy.types.Struct
708
+ """
709
+
710
+ def bl_rna_get_subclass_py(self) -> typing.Any:
711
+ """
712
+
713
+ :return: The class or default when not found.
714
+ :rtype: typing.Any
715
+ """
716
+
717
+ def draw(self, context) -> None:
718
+ """
719
+
720
+ :param context:
721
+ """
722
+
723
+ class STRIP_PT_time(StripButtonsPanel, _bpy_types.Panel):
724
+ bl_context: typing.Any
725
+ bl_label: typing.Any
726
+ bl_region_type: typing.Any
727
+ bl_rna: typing.Any
728
+ bl_space_type: typing.Any
729
+ id_data: 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
+ def draw(self, context) -> None:
746
+ """
747
+
748
+ :param context:
749
+ """
750
+
751
+ def draw_header_preset(self, context) -> None:
752
+ """
753
+
754
+ :param context:
755
+ """
756
+
757
+ @classmethod
758
+ def poll(cls, context) -> None:
759
+ """
760
+
761
+ :param context:
762
+ """
763
+
764
+ class StripButtonsPanel:
765
+ bl_context: typing.Any
766
+ bl_region_type: typing.Any
767
+ bl_space_type: typing.Any
768
+
769
+ @classmethod
770
+ def poll(cls, context) -> None:
771
+ """
772
+
773
+ :param context:
774
+ """
775
+
776
+ class StripColorTagPicker:
777
+ bl_context: typing.Any
778
+ bl_region_type: typing.Any
779
+ bl_space_type: typing.Any
780
+
781
+ @classmethod
782
+ def poll(cls, context) -> None:
783
+ """
784
+
785
+ :param context:
786
+ """