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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +42 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -56
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -3
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +29 -2
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +54 -0
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +54 -52
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +4 -1
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +7912 -3664
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +9 -0
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +137 -128
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +3 -2
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
|
@@ -1170,560 +1170,14 @@ class SEQUENCER_PT_active_tool(
|
|
|
1170
1170
|
:rtype: typing.Any
|
|
1171
1171
|
"""
|
|
1172
1172
|
|
|
1173
|
-
class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1174
|
-
bl_category: typing.Any
|
|
1175
|
-
bl_label: typing.Any
|
|
1176
|
-
bl_options: typing.Any
|
|
1177
|
-
bl_region_type: typing.Any
|
|
1178
|
-
bl_rna: typing.Any
|
|
1179
|
-
bl_space_type: typing.Any
|
|
1180
|
-
id_data: typing.Any
|
|
1181
|
-
|
|
1182
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1183
|
-
"""
|
|
1184
|
-
|
|
1185
|
-
:return: The RNA type or default when not found.
|
|
1186
|
-
:rtype: bpy.types.Struct
|
|
1187
|
-
"""
|
|
1188
|
-
|
|
1189
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1190
|
-
"""
|
|
1191
|
-
|
|
1192
|
-
:return: The class or default when not found.
|
|
1193
|
-
:rtype: typing.Any
|
|
1194
|
-
"""
|
|
1195
|
-
|
|
1196
|
-
def draw(self, context) -> None:
|
|
1197
|
-
"""
|
|
1198
|
-
|
|
1199
|
-
:param context:
|
|
1200
|
-
"""
|
|
1201
|
-
|
|
1202
|
-
@classmethod
|
|
1203
|
-
def poll(cls, context) -> None:
|
|
1204
|
-
"""
|
|
1205
|
-
|
|
1206
|
-
:param context:
|
|
1207
|
-
"""
|
|
1208
|
-
|
|
1209
|
-
class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1210
|
-
bl_category: typing.Any
|
|
1211
|
-
bl_label: typing.Any
|
|
1212
|
-
bl_region_type: typing.Any
|
|
1213
|
-
bl_rna: typing.Any
|
|
1214
|
-
bl_space_type: typing.Any
|
|
1215
|
-
id_data: typing.Any
|
|
1216
|
-
|
|
1217
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1218
|
-
"""
|
|
1219
|
-
|
|
1220
|
-
:return: The RNA type or default when not found.
|
|
1221
|
-
:rtype: bpy.types.Struct
|
|
1222
|
-
"""
|
|
1223
|
-
|
|
1224
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1225
|
-
"""
|
|
1226
|
-
|
|
1227
|
-
:return: The class or default when not found.
|
|
1228
|
-
:rtype: typing.Any
|
|
1229
|
-
"""
|
|
1230
|
-
|
|
1231
|
-
def draw(self, context) -> None:
|
|
1232
|
-
"""
|
|
1233
|
-
|
|
1234
|
-
:param context:
|
|
1235
|
-
"""
|
|
1236
|
-
|
|
1237
|
-
@classmethod
|
|
1238
|
-
def poll(cls, context) -> None:
|
|
1239
|
-
"""
|
|
1240
|
-
|
|
1241
|
-
:param context:
|
|
1242
|
-
"""
|
|
1243
|
-
|
|
1244
|
-
class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1245
|
-
bl_category: typing.Any
|
|
1246
|
-
bl_label: typing.Any
|
|
1247
|
-
bl_options: typing.Any
|
|
1248
|
-
bl_region_type: typing.Any
|
|
1249
|
-
bl_rna: typing.Any
|
|
1250
|
-
bl_space_type: typing.Any
|
|
1251
|
-
id_data: typing.Any
|
|
1252
|
-
|
|
1253
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1254
|
-
"""
|
|
1255
|
-
|
|
1256
|
-
:return: The RNA type or default when not found.
|
|
1257
|
-
:rtype: bpy.types.Struct
|
|
1258
|
-
"""
|
|
1259
|
-
|
|
1260
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1261
|
-
"""
|
|
1262
|
-
|
|
1263
|
-
:return: The class or default when not found.
|
|
1264
|
-
:rtype: typing.Any
|
|
1265
|
-
"""
|
|
1266
|
-
|
|
1267
|
-
def draw(self, context) -> None:
|
|
1268
|
-
"""
|
|
1269
|
-
|
|
1270
|
-
:param context:
|
|
1271
|
-
"""
|
|
1272
|
-
|
|
1273
|
-
@classmethod
|
|
1274
|
-
def poll(cls, context) -> None:
|
|
1275
|
-
"""
|
|
1276
|
-
|
|
1277
|
-
:param context:
|
|
1278
|
-
"""
|
|
1279
|
-
|
|
1280
|
-
class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1281
|
-
bl_category: typing.Any
|
|
1282
|
-
bl_label: typing.Any
|
|
1283
|
-
bl_region_type: typing.Any
|
|
1284
|
-
bl_rna: typing.Any
|
|
1285
|
-
bl_space_type: typing.Any
|
|
1286
|
-
id_data: typing.Any
|
|
1287
|
-
|
|
1288
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1289
|
-
"""
|
|
1290
|
-
|
|
1291
|
-
:return: The RNA type or default when not found.
|
|
1292
|
-
:rtype: bpy.types.Struct
|
|
1293
|
-
"""
|
|
1294
|
-
|
|
1295
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1296
|
-
"""
|
|
1297
|
-
|
|
1298
|
-
:return: The class or default when not found.
|
|
1299
|
-
:rtype: typing.Any
|
|
1300
|
-
"""
|
|
1301
|
-
|
|
1302
|
-
def draw(self, context) -> None:
|
|
1303
|
-
"""
|
|
1304
|
-
|
|
1305
|
-
:param context:
|
|
1306
|
-
"""
|
|
1307
|
-
|
|
1308
|
-
@classmethod
|
|
1309
|
-
def poll(cls, context) -> None:
|
|
1310
|
-
"""
|
|
1311
|
-
|
|
1312
|
-
:param context:
|
|
1313
|
-
"""
|
|
1314
|
-
|
|
1315
|
-
class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1316
|
-
bl_category: typing.Any
|
|
1317
|
-
bl_label: typing.Any
|
|
1318
|
-
bl_options: typing.Any
|
|
1319
|
-
bl_region_type: typing.Any
|
|
1320
|
-
bl_rna: typing.Any
|
|
1321
|
-
bl_space_type: typing.Any
|
|
1322
|
-
id_data: typing.Any
|
|
1323
|
-
|
|
1324
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1325
|
-
"""
|
|
1326
|
-
|
|
1327
|
-
:return: The RNA type or default when not found.
|
|
1328
|
-
:rtype: bpy.types.Struct
|
|
1329
|
-
"""
|
|
1330
|
-
|
|
1331
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1332
|
-
"""
|
|
1333
|
-
|
|
1334
|
-
:return: The class or default when not found.
|
|
1335
|
-
:rtype: typing.Any
|
|
1336
|
-
"""
|
|
1337
|
-
|
|
1338
|
-
def draw(self, context) -> None:
|
|
1339
|
-
"""
|
|
1340
|
-
|
|
1341
|
-
:param context:
|
|
1342
|
-
"""
|
|
1343
|
-
|
|
1344
|
-
@classmethod
|
|
1345
|
-
def poll(cls, context) -> None:
|
|
1346
|
-
"""
|
|
1347
|
-
|
|
1348
|
-
:param context:
|
|
1349
|
-
"""
|
|
1350
|
-
|
|
1351
|
-
class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1352
|
-
bl_category: typing.Any
|
|
1353
|
-
bl_label: typing.Any
|
|
1354
|
-
bl_options: typing.Any
|
|
1355
|
-
bl_region_type: typing.Any
|
|
1356
|
-
bl_rna: typing.Any
|
|
1357
|
-
bl_space_type: typing.Any
|
|
1358
|
-
id_data: typing.Any
|
|
1359
|
-
|
|
1360
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1361
|
-
"""
|
|
1362
|
-
|
|
1363
|
-
:return: The RNA type or default when not found.
|
|
1364
|
-
:rtype: bpy.types.Struct
|
|
1365
|
-
"""
|
|
1366
|
-
|
|
1367
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1368
|
-
"""
|
|
1369
|
-
|
|
1370
|
-
:return: The class or default when not found.
|
|
1371
|
-
:rtype: typing.Any
|
|
1372
|
-
"""
|
|
1373
|
-
|
|
1374
|
-
def draw(self, context) -> None:
|
|
1375
|
-
"""
|
|
1376
|
-
|
|
1377
|
-
:param context:
|
|
1378
|
-
"""
|
|
1379
|
-
|
|
1380
|
-
@classmethod
|
|
1381
|
-
def poll(cls, context) -> None:
|
|
1382
|
-
"""
|
|
1383
|
-
|
|
1384
|
-
:param context:
|
|
1385
|
-
"""
|
|
1386
|
-
|
|
1387
1173
|
class SEQUENCER_PT_annotation(
|
|
1388
1174
|
SequencerButtonsPanel_Output,
|
|
1389
1175
|
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
1390
1176
|
_bpy_types.Panel,
|
|
1391
|
-
):
|
|
1392
|
-
bl_category: typing.Any
|
|
1393
|
-
bl_label: typing.Any
|
|
1394
|
-
bl_options: typing.Any
|
|
1395
|
-
bl_region_type: typing.Any
|
|
1396
|
-
bl_rna: typing.Any
|
|
1397
|
-
bl_space_type: typing.Any
|
|
1398
|
-
id_data: typing.Any
|
|
1399
|
-
|
|
1400
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1401
|
-
"""
|
|
1402
|
-
|
|
1403
|
-
:return: The RNA type or default when not found.
|
|
1404
|
-
:rtype: bpy.types.Struct
|
|
1405
|
-
"""
|
|
1406
|
-
|
|
1407
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1408
|
-
"""
|
|
1409
|
-
|
|
1410
|
-
:return: The class or default when not found.
|
|
1411
|
-
:rtype: typing.Any
|
|
1412
|
-
"""
|
|
1413
|
-
|
|
1414
|
-
@staticmethod
|
|
1415
|
-
def has_preview(context) -> None:
|
|
1416
|
-
"""
|
|
1417
|
-
|
|
1418
|
-
:param context:
|
|
1419
|
-
"""
|
|
1420
|
-
|
|
1421
|
-
@classmethod
|
|
1422
|
-
def poll(cls, context) -> None:
|
|
1423
|
-
"""
|
|
1424
|
-
|
|
1425
|
-
:param context:
|
|
1426
|
-
"""
|
|
1427
|
-
|
|
1428
|
-
class SEQUENCER_PT_annotation_onion(
|
|
1429
|
-
SequencerButtonsPanel_Output,
|
|
1430
|
-
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
1431
|
-
_bpy_types.Panel,
|
|
1432
|
-
):
|
|
1433
|
-
bl_category: typing.Any
|
|
1434
|
-
bl_label: typing.Any
|
|
1435
|
-
bl_options: typing.Any
|
|
1436
|
-
bl_parent_id: typing.Any
|
|
1437
|
-
bl_region_type: typing.Any
|
|
1438
|
-
bl_rna: typing.Any
|
|
1439
|
-
bl_space_type: typing.Any
|
|
1440
|
-
id_data: typing.Any
|
|
1441
|
-
|
|
1442
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1443
|
-
"""
|
|
1444
|
-
|
|
1445
|
-
:return: The RNA type or default when not found.
|
|
1446
|
-
:rtype: bpy.types.Struct
|
|
1447
|
-
"""
|
|
1448
|
-
|
|
1449
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1450
|
-
"""
|
|
1451
|
-
|
|
1452
|
-
:return: The class or default when not found.
|
|
1453
|
-
:rtype: typing.Any
|
|
1454
|
-
"""
|
|
1455
|
-
|
|
1456
|
-
@staticmethod
|
|
1457
|
-
def has_preview(context) -> None:
|
|
1458
|
-
"""
|
|
1459
|
-
|
|
1460
|
-
:param context:
|
|
1461
|
-
"""
|
|
1462
|
-
|
|
1463
|
-
@classmethod
|
|
1464
|
-
def poll(cls, context) -> None:
|
|
1465
|
-
"""
|
|
1466
|
-
|
|
1467
|
-
:param context:
|
|
1468
|
-
"""
|
|
1469
|
-
|
|
1470
|
-
class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1471
|
-
bl_category: typing.Any
|
|
1472
|
-
bl_label: typing.Any
|
|
1473
|
-
bl_region_type: typing.Any
|
|
1474
|
-
bl_rna: typing.Any
|
|
1475
|
-
bl_space_type: typing.Any
|
|
1476
|
-
id_data: typing.Any
|
|
1477
|
-
|
|
1478
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1479
|
-
"""
|
|
1480
|
-
|
|
1481
|
-
:return: The RNA type or default when not found.
|
|
1482
|
-
:rtype: bpy.types.Struct
|
|
1483
|
-
"""
|
|
1484
|
-
|
|
1485
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1486
|
-
"""
|
|
1487
|
-
|
|
1488
|
-
:return: The class or default when not found.
|
|
1489
|
-
:rtype: typing.Any
|
|
1490
|
-
"""
|
|
1491
|
-
|
|
1492
|
-
def draw(self, context) -> None:
|
|
1493
|
-
"""
|
|
1494
|
-
|
|
1495
|
-
:param context:
|
|
1496
|
-
"""
|
|
1497
|
-
|
|
1498
|
-
@classmethod
|
|
1499
|
-
def poll(cls, context) -> None:
|
|
1500
|
-
"""
|
|
1501
|
-
|
|
1502
|
-
:param context:
|
|
1503
|
-
"""
|
|
1504
|
-
|
|
1505
|
-
class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1506
|
-
bl_category: typing.Any
|
|
1507
|
-
bl_label: typing.Any
|
|
1508
|
-
bl_parent_id: typing.Any
|
|
1509
|
-
bl_region_type: typing.Any
|
|
1510
|
-
bl_rna: typing.Any
|
|
1511
|
-
bl_space_type: typing.Any
|
|
1512
|
-
id_data: typing.Any
|
|
1513
|
-
|
|
1514
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1515
|
-
"""
|
|
1516
|
-
|
|
1517
|
-
:return: The RNA type or default when not found.
|
|
1518
|
-
:rtype: bpy.types.Struct
|
|
1519
|
-
"""
|
|
1520
|
-
|
|
1521
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1522
|
-
"""
|
|
1523
|
-
|
|
1524
|
-
:return: The class or default when not found.
|
|
1525
|
-
:rtype: typing.Any
|
|
1526
|
-
"""
|
|
1527
|
-
|
|
1528
|
-
def draw(self, context) -> None:
|
|
1529
|
-
"""
|
|
1530
|
-
|
|
1531
|
-
:param context:
|
|
1532
|
-
"""
|
|
1533
|
-
|
|
1534
|
-
def draw_header(self, context) -> None:
|
|
1535
|
-
"""
|
|
1536
|
-
|
|
1537
|
-
:param context:
|
|
1538
|
-
"""
|
|
1539
|
-
|
|
1540
|
-
@classmethod
|
|
1541
|
-
def poll(cls, context) -> None:
|
|
1542
|
-
"""
|
|
1543
|
-
|
|
1544
|
-
:param context:
|
|
1545
|
-
"""
|
|
1546
|
-
|
|
1547
|
-
class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
|
|
1548
|
-
bl_category: typing.Any
|
|
1549
|
-
bl_label: typing.Any
|
|
1550
|
-
bl_options: typing.Any
|
|
1551
|
-
bl_region_type: typing.Any
|
|
1552
|
-
bl_rna: typing.Any
|
|
1553
|
-
bl_space_type: typing.Any
|
|
1554
|
-
id_data: typing.Any
|
|
1555
|
-
|
|
1556
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1557
|
-
"""
|
|
1558
|
-
|
|
1559
|
-
:return: The RNA type or default when not found.
|
|
1560
|
-
:rtype: bpy.types.Struct
|
|
1561
|
-
"""
|
|
1562
|
-
|
|
1563
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1564
|
-
"""
|
|
1565
|
-
|
|
1566
|
-
:return: The class or default when not found.
|
|
1567
|
-
:rtype: typing.Any
|
|
1568
|
-
"""
|
|
1569
|
-
|
|
1570
|
-
def draw(self, _context) -> None:
|
|
1571
|
-
"""
|
|
1572
|
-
|
|
1573
|
-
:param _context:
|
|
1574
|
-
"""
|
|
1575
|
-
|
|
1576
|
-
class SEQUENCER_PT_custom_props(
|
|
1577
|
-
rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
|
|
1578
|
-
):
|
|
1579
|
-
"""The subclass should have its own poll function
|
|
1580
|
-
and the variable _context_path MUST be set.
|
|
1581
|
-
"""
|
|
1582
|
-
|
|
1583
|
-
COMPAT_ENGINES: typing.Any
|
|
1584
|
-
bl_category: typing.Any
|
|
1585
|
-
bl_label: typing.Any
|
|
1586
|
-
bl_options: typing.Any
|
|
1587
|
-
bl_order: typing.Any
|
|
1588
|
-
bl_region_type: typing.Any
|
|
1589
|
-
bl_rna: typing.Any
|
|
1590
|
-
bl_space_type: typing.Any
|
|
1591
|
-
id_data: typing.Any
|
|
1592
|
-
|
|
1593
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1594
|
-
"""
|
|
1595
|
-
|
|
1596
|
-
:return: The RNA type or default when not found.
|
|
1597
|
-
:rtype: bpy.types.Struct
|
|
1598
|
-
"""
|
|
1599
|
-
|
|
1600
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1601
|
-
"""
|
|
1602
|
-
|
|
1603
|
-
:return: The class or default when not found.
|
|
1604
|
-
:rtype: typing.Any
|
|
1605
|
-
"""
|
|
1606
|
-
|
|
1607
|
-
class SEQUENCER_PT_effect(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1608
|
-
bl_category: typing.Any
|
|
1609
|
-
bl_label: typing.Any
|
|
1610
|
-
bl_region_type: typing.Any
|
|
1611
|
-
bl_rna: typing.Any
|
|
1612
|
-
bl_space_type: typing.Any
|
|
1613
|
-
id_data: typing.Any
|
|
1614
|
-
|
|
1615
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1616
|
-
"""
|
|
1617
|
-
|
|
1618
|
-
:return: The RNA type or default when not found.
|
|
1619
|
-
:rtype: bpy.types.Struct
|
|
1620
|
-
"""
|
|
1621
|
-
|
|
1622
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1623
|
-
"""
|
|
1624
|
-
|
|
1625
|
-
:return: The class or default when not found.
|
|
1626
|
-
:rtype: typing.Any
|
|
1627
|
-
"""
|
|
1628
|
-
|
|
1629
|
-
def draw(self, context) -> None:
|
|
1630
|
-
"""
|
|
1631
|
-
|
|
1632
|
-
:param context:
|
|
1633
|
-
"""
|
|
1634
|
-
|
|
1635
|
-
@classmethod
|
|
1636
|
-
def poll(cls, context) -> None:
|
|
1637
|
-
"""
|
|
1638
|
-
|
|
1639
|
-
:param context:
|
|
1640
|
-
"""
|
|
1641
|
-
|
|
1642
|
-
class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1643
|
-
bl_category: typing.Any
|
|
1644
|
-
bl_label: typing.Any
|
|
1645
|
-
bl_options: typing.Any
|
|
1646
|
-
bl_parent_id: typing.Any
|
|
1647
|
-
bl_region_type: typing.Any
|
|
1648
|
-
bl_rna: typing.Any
|
|
1649
|
-
bl_space_type: typing.Any
|
|
1650
|
-
bl_translation_context: typing.Any
|
|
1651
|
-
id_data: typing.Any
|
|
1652
|
-
|
|
1653
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1654
|
-
"""
|
|
1655
|
-
|
|
1656
|
-
:return: The RNA type or default when not found.
|
|
1657
|
-
:rtype: bpy.types.Struct
|
|
1658
|
-
"""
|
|
1659
|
-
|
|
1660
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1661
|
-
"""
|
|
1662
|
-
|
|
1663
|
-
:return: The class or default when not found.
|
|
1664
|
-
:rtype: typing.Any
|
|
1665
|
-
"""
|
|
1666
|
-
|
|
1667
|
-
def draw(self, context) -> None:
|
|
1668
|
-
"""
|
|
1669
|
-
|
|
1670
|
-
:param context:
|
|
1671
|
-
"""
|
|
1672
|
-
|
|
1673
|
-
def draw_header(self, context) -> None:
|
|
1674
|
-
"""
|
|
1675
|
-
|
|
1676
|
-
:param context:
|
|
1677
|
-
"""
|
|
1678
|
-
|
|
1679
|
-
@classmethod
|
|
1680
|
-
def poll(cls, context) -> None:
|
|
1681
|
-
"""
|
|
1682
|
-
|
|
1683
|
-
:param context:
|
|
1684
|
-
"""
|
|
1685
|
-
|
|
1686
|
-
class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1687
|
-
bl_category: typing.Any
|
|
1688
|
-
bl_label: typing.Any
|
|
1689
|
-
bl_parent_id: typing.Any
|
|
1690
|
-
bl_region_type: typing.Any
|
|
1691
|
-
bl_rna: typing.Any
|
|
1692
|
-
bl_space_type: typing.Any
|
|
1693
|
-
id_data: typing.Any
|
|
1694
|
-
|
|
1695
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1696
|
-
"""
|
|
1697
|
-
|
|
1698
|
-
:return: The RNA type or default when not found.
|
|
1699
|
-
:rtype: bpy.types.Struct
|
|
1700
|
-
"""
|
|
1701
|
-
|
|
1702
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1703
|
-
"""
|
|
1704
|
-
|
|
1705
|
-
:return: The class or default when not found.
|
|
1706
|
-
:rtype: typing.Any
|
|
1707
|
-
"""
|
|
1708
|
-
|
|
1709
|
-
def draw(self, context) -> None:
|
|
1710
|
-
"""
|
|
1711
|
-
|
|
1712
|
-
:param context:
|
|
1713
|
-
"""
|
|
1714
|
-
|
|
1715
|
-
@classmethod
|
|
1716
|
-
def poll(cls, context) -> None:
|
|
1717
|
-
"""
|
|
1718
|
-
|
|
1719
|
-
:param context:
|
|
1720
|
-
"""
|
|
1721
|
-
|
|
1722
|
-
class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1177
|
+
):
|
|
1723
1178
|
bl_category: typing.Any
|
|
1724
1179
|
bl_label: typing.Any
|
|
1725
1180
|
bl_options: typing.Any
|
|
1726
|
-
bl_parent_id: typing.Any
|
|
1727
1181
|
bl_region_type: typing.Any
|
|
1728
1182
|
bl_rna: typing.Any
|
|
1729
1183
|
bl_space_type: typing.Any
|
|
@@ -1743,13 +1197,8 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1743
1197
|
:rtype: typing.Any
|
|
1744
1198
|
"""
|
|
1745
1199
|
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
:param context:
|
|
1750
|
-
"""
|
|
1751
|
-
|
|
1752
|
-
def draw_header(self, context) -> None:
|
|
1200
|
+
@staticmethod
|
|
1201
|
+
def has_preview(context) -> None:
|
|
1753
1202
|
"""
|
|
1754
1203
|
|
|
1755
1204
|
:param context:
|
|
@@ -1762,7 +1211,11 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1762
1211
|
:param context:
|
|
1763
1212
|
"""
|
|
1764
1213
|
|
|
1765
|
-
class
|
|
1214
|
+
class SEQUENCER_PT_annotation_onion(
|
|
1215
|
+
SequencerButtonsPanel_Output,
|
|
1216
|
+
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
1217
|
+
_bpy_types.Panel,
|
|
1218
|
+
):
|
|
1766
1219
|
bl_category: typing.Any
|
|
1767
1220
|
bl_label: typing.Any
|
|
1768
1221
|
bl_options: typing.Any
|
|
@@ -1786,13 +1239,8 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1786
1239
|
:rtype: typing.Any
|
|
1787
1240
|
"""
|
|
1788
1241
|
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
:param context:
|
|
1793
|
-
"""
|
|
1794
|
-
|
|
1795
|
-
def draw_header(self, context) -> None:
|
|
1242
|
+
@staticmethod
|
|
1243
|
+
def has_preview(context) -> None:
|
|
1796
1244
|
"""
|
|
1797
1245
|
|
|
1798
1246
|
:param context:
|
|
@@ -1805,10 +1253,9 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1805
1253
|
:param context:
|
|
1806
1254
|
"""
|
|
1807
1255
|
|
|
1808
|
-
class
|
|
1256
|
+
class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1809
1257
|
bl_category: typing.Any
|
|
1810
1258
|
bl_label: typing.Any
|
|
1811
|
-
bl_parent_id: typing.Any
|
|
1812
1259
|
bl_region_type: typing.Any
|
|
1813
1260
|
bl_rna: typing.Any
|
|
1814
1261
|
bl_space_type: typing.Any
|
|
@@ -1841,10 +1288,10 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1841
1288
|
:param context:
|
|
1842
1289
|
"""
|
|
1843
1290
|
|
|
1844
|
-
class
|
|
1291
|
+
class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1845
1292
|
bl_category: typing.Any
|
|
1846
1293
|
bl_label: typing.Any
|
|
1847
|
-
|
|
1294
|
+
bl_parent_id: typing.Any
|
|
1848
1295
|
bl_region_type: typing.Any
|
|
1849
1296
|
bl_rna: typing.Any
|
|
1850
1297
|
bl_space_type: typing.Any
|
|
@@ -1883,12 +1330,12 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel)
|
|
|
1883
1330
|
:param context:
|
|
1884
1331
|
"""
|
|
1885
1332
|
|
|
1886
|
-
class
|
|
1333
|
+
class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
|
|
1887
1334
|
bl_label: typing.Any
|
|
1335
|
+
bl_options: typing.Any
|
|
1888
1336
|
bl_region_type: typing.Any
|
|
1889
1337
|
bl_rna: typing.Any
|
|
1890
1338
|
bl_space_type: typing.Any
|
|
1891
|
-
bl_ui_units_x: typing.Any
|
|
1892
1339
|
id_data: typing.Any
|
|
1893
1340
|
|
|
1894
1341
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -1905,15 +1352,24 @@ class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
|
|
|
1905
1352
|
:rtype: typing.Any
|
|
1906
1353
|
"""
|
|
1907
1354
|
|
|
1908
|
-
def draw(self,
|
|
1355
|
+
def draw(self, _context) -> None:
|
|
1909
1356
|
"""
|
|
1910
1357
|
|
|
1911
|
-
:param
|
|
1358
|
+
:param _context:
|
|
1912
1359
|
"""
|
|
1913
1360
|
|
|
1914
|
-
class
|
|
1361
|
+
class SEQUENCER_PT_custom_props(
|
|
1362
|
+
rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
|
|
1363
|
+
):
|
|
1364
|
+
"""The subclass should have its own poll function
|
|
1365
|
+
and the variable _context_path MUST be set.
|
|
1366
|
+
"""
|
|
1367
|
+
|
|
1368
|
+
COMPAT_ENGINES: typing.Any
|
|
1915
1369
|
bl_category: typing.Any
|
|
1916
1370
|
bl_label: typing.Any
|
|
1371
|
+
bl_options: typing.Any
|
|
1372
|
+
bl_order: typing.Any
|
|
1917
1373
|
bl_region_type: typing.Any
|
|
1918
1374
|
bl_rna: typing.Any
|
|
1919
1375
|
bl_space_type: typing.Any
|
|
@@ -1933,20 +1389,7 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1933
1389
|
:rtype: typing.Any
|
|
1934
1390
|
"""
|
|
1935
1391
|
|
|
1936
|
-
|
|
1937
|
-
"""
|
|
1938
|
-
|
|
1939
|
-
:param context:
|
|
1940
|
-
"""
|
|
1941
|
-
|
|
1942
|
-
@classmethod
|
|
1943
|
-
def poll(cls, context) -> None:
|
|
1944
|
-
"""
|
|
1945
|
-
|
|
1946
|
-
:param context:
|
|
1947
|
-
"""
|
|
1948
|
-
|
|
1949
|
-
class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1392
|
+
class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1950
1393
|
bl_category: typing.Any
|
|
1951
1394
|
bl_label: typing.Any
|
|
1952
1395
|
bl_options: typing.Any
|
|
@@ -1975,30 +1418,7 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1975
1418
|
:param context:
|
|
1976
1419
|
"""
|
|
1977
1420
|
|
|
1978
|
-
|
|
1979
|
-
bl_category: typing.Any
|
|
1980
|
-
bl_label: typing.Any
|
|
1981
|
-
bl_options: typing.Any
|
|
1982
|
-
bl_region_type: typing.Any
|
|
1983
|
-
bl_rna: typing.Any
|
|
1984
|
-
bl_space_type: typing.Any
|
|
1985
|
-
id_data: typing.Any
|
|
1986
|
-
|
|
1987
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1988
|
-
"""
|
|
1989
|
-
|
|
1990
|
-
:return: The RNA type or default when not found.
|
|
1991
|
-
:rtype: bpy.types.Struct
|
|
1992
|
-
"""
|
|
1993
|
-
|
|
1994
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1995
|
-
"""
|
|
1996
|
-
|
|
1997
|
-
:return: The class or default when not found.
|
|
1998
|
-
:rtype: typing.Any
|
|
1999
|
-
"""
|
|
2000
|
-
|
|
2001
|
-
def draw(self, context) -> None:
|
|
1421
|
+
def draw_header(self, context) -> None:
|
|
2002
1422
|
"""
|
|
2003
1423
|
|
|
2004
1424
|
:param context:
|
|
@@ -2011,7 +1431,7 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
2011
1431
|
:param context:
|
|
2012
1432
|
"""
|
|
2013
1433
|
|
|
2014
|
-
class
|
|
1434
|
+
class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
|
|
2015
1435
|
bl_label: typing.Any
|
|
2016
1436
|
bl_region_type: typing.Any
|
|
2017
1437
|
bl_rna: typing.Any
|
|
@@ -2019,35 +1439,6 @@ class SEQUENCER_PT_overlay(_bpy_types.Panel):
|
|
|
2019
1439
|
bl_ui_units_x: typing.Any
|
|
2020
1440
|
id_data: typing.Any
|
|
2021
1441
|
|
|
2022
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2023
|
-
"""
|
|
2024
|
-
|
|
2025
|
-
:return: The RNA type or default when not found.
|
|
2026
|
-
:rtype: bpy.types.Struct
|
|
2027
|
-
"""
|
|
2028
|
-
|
|
2029
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2030
|
-
"""
|
|
2031
|
-
|
|
2032
|
-
:return: The class or default when not found.
|
|
2033
|
-
:rtype: typing.Any
|
|
2034
|
-
"""
|
|
2035
|
-
|
|
2036
|
-
def draw(self, _context) -> None:
|
|
2037
|
-
"""
|
|
2038
|
-
|
|
2039
|
-
:param _context:
|
|
2040
|
-
"""
|
|
2041
|
-
|
|
2042
|
-
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2043
|
-
bl_category: typing.Any
|
|
2044
|
-
bl_label: typing.Any
|
|
2045
|
-
bl_options: typing.Any
|
|
2046
|
-
bl_region_type: typing.Any
|
|
2047
|
-
bl_rna: typing.Any
|
|
2048
|
-
bl_space_type: typing.Any
|
|
2049
|
-
id_data: typing.Any
|
|
2050
|
-
|
|
2051
1442
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2052
1443
|
"""
|
|
2053
1444
|
|
|
@@ -2068,19 +1459,12 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
|
2068
1459
|
:param context:
|
|
2069
1460
|
"""
|
|
2070
1461
|
|
|
2071
|
-
|
|
2072
|
-
def poll(cls, context) -> None:
|
|
2073
|
-
"""
|
|
2074
|
-
|
|
2075
|
-
:param context:
|
|
2076
|
-
"""
|
|
2077
|
-
|
|
2078
|
-
class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
|
|
1462
|
+
class SEQUENCER_PT_overlay(_bpy_types.Panel):
|
|
2079
1463
|
bl_label: typing.Any
|
|
2080
|
-
bl_parent_id: typing.Any
|
|
2081
1464
|
bl_region_type: typing.Any
|
|
2082
1465
|
bl_rna: typing.Any
|
|
2083
1466
|
bl_space_type: typing.Any
|
|
1467
|
+
bl_ui_units_x: typing.Any
|
|
2084
1468
|
id_data: typing.Any
|
|
2085
1469
|
|
|
2086
1470
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2097,22 +1481,16 @@ class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
|
|
|
2097
1481
|
:rtype: typing.Any
|
|
2098
1482
|
"""
|
|
2099
1483
|
|
|
2100
|
-
def draw(self,
|
|
2101
|
-
"""
|
|
2102
|
-
|
|
2103
|
-
:param context:
|
|
2104
|
-
"""
|
|
2105
|
-
|
|
2106
|
-
@classmethod
|
|
2107
|
-
def poll(cls, context) -> None:
|
|
1484
|
+
def draw(self, _context) -> None:
|
|
2108
1485
|
"""
|
|
2109
1486
|
|
|
2110
|
-
:param
|
|
1487
|
+
:param _context:
|
|
2111
1488
|
"""
|
|
2112
1489
|
|
|
2113
|
-
class
|
|
1490
|
+
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1491
|
+
bl_category: typing.Any
|
|
2114
1492
|
bl_label: typing.Any
|
|
2115
|
-
|
|
1493
|
+
bl_options: typing.Any
|
|
2116
1494
|
bl_region_type: typing.Any
|
|
2117
1495
|
bl_rna: typing.Any
|
|
2118
1496
|
bl_space_type: typing.Any
|
|
@@ -2145,9 +1523,9 @@ class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
|
|
|
2145
1523
|
:param context:
|
|
2146
1524
|
"""
|
|
2147
1525
|
|
|
2148
|
-
class
|
|
2149
|
-
bl_category: typing.Any
|
|
1526
|
+
class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
|
|
2150
1527
|
bl_label: typing.Any
|
|
1528
|
+
bl_parent_id: typing.Any
|
|
2151
1529
|
bl_region_type: typing.Any
|
|
2152
1530
|
bl_rna: typing.Any
|
|
2153
1531
|
bl_space_type: typing.Any
|
|
@@ -2180,9 +1558,9 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
2180
1558
|
:param context:
|
|
2181
1559
|
"""
|
|
2182
1560
|
|
|
2183
|
-
class
|
|
2184
|
-
bl_category: typing.Any
|
|
1561
|
+
class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
|
|
2185
1562
|
bl_label: typing.Any
|
|
1563
|
+
bl_parent_id: typing.Any
|
|
2186
1564
|
bl_region_type: typing.Any
|
|
2187
1565
|
bl_rna: typing.Any
|
|
2188
1566
|
bl_space_type: typing.Any
|
|
@@ -2215,7 +1593,7 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
2215
1593
|
:param context:
|
|
2216
1594
|
"""
|
|
2217
1595
|
|
|
2218
|
-
class
|
|
1596
|
+
class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2219
1597
|
bl_category: typing.Any
|
|
2220
1598
|
bl_label: typing.Any
|
|
2221
1599
|
bl_region_type: typing.Any
|
|
@@ -2418,71 +1796,6 @@ class SEQUENCER_PT_snapping(_bpy_types.Panel):
|
|
|
2418
1796
|
:param _context:
|
|
2419
1797
|
"""
|
|
2420
1798
|
|
|
2421
|
-
class SEQUENCER_PT_source(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2422
|
-
bl_category: typing.Any
|
|
2423
|
-
bl_label: typing.Any
|
|
2424
|
-
bl_options: typing.Any
|
|
2425
|
-
bl_region_type: typing.Any
|
|
2426
|
-
bl_rna: typing.Any
|
|
2427
|
-
bl_space_type: typing.Any
|
|
2428
|
-
id_data: typing.Any
|
|
2429
|
-
|
|
2430
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2431
|
-
"""
|
|
2432
|
-
|
|
2433
|
-
:return: The RNA type or default when not found.
|
|
2434
|
-
:rtype: bpy.types.Struct
|
|
2435
|
-
"""
|
|
2436
|
-
|
|
2437
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2438
|
-
"""
|
|
2439
|
-
|
|
2440
|
-
:return: The class or default when not found.
|
|
2441
|
-
:rtype: typing.Any
|
|
2442
|
-
"""
|
|
2443
|
-
|
|
2444
|
-
def draw(self, context) -> None:
|
|
2445
|
-
"""
|
|
2446
|
-
|
|
2447
|
-
:param context:
|
|
2448
|
-
"""
|
|
2449
|
-
|
|
2450
|
-
@classmethod
|
|
2451
|
-
def poll(cls, context) -> None:
|
|
2452
|
-
"""
|
|
2453
|
-
|
|
2454
|
-
:param context:
|
|
2455
|
-
"""
|
|
2456
|
-
|
|
2457
|
-
class SEQUENCER_PT_strip(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2458
|
-
bl_category: typing.Any
|
|
2459
|
-
bl_label: typing.Any
|
|
2460
|
-
bl_options: typing.Any
|
|
2461
|
-
bl_region_type: typing.Any
|
|
2462
|
-
bl_rna: typing.Any
|
|
2463
|
-
bl_space_type: typing.Any
|
|
2464
|
-
id_data: typing.Any
|
|
2465
|
-
|
|
2466
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2467
|
-
"""
|
|
2468
|
-
|
|
2469
|
-
:return: The RNA type or default when not found.
|
|
2470
|
-
:rtype: bpy.types.Struct
|
|
2471
|
-
"""
|
|
2472
|
-
|
|
2473
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2474
|
-
"""
|
|
2475
|
-
|
|
2476
|
-
:return: The class or default when not found.
|
|
2477
|
-
:rtype: typing.Any
|
|
2478
|
-
"""
|
|
2479
|
-
|
|
2480
|
-
def draw(self, context) -> None:
|
|
2481
|
-
"""
|
|
2482
|
-
|
|
2483
|
-
:param context:
|
|
2484
|
-
"""
|
|
2485
|
-
|
|
2486
1799
|
class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2487
1800
|
bl_category: typing.Any
|
|
2488
1801
|
bl_label: typing.Any
|
|
@@ -2524,48 +1837,6 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
2524
1837
|
:param context:
|
|
2525
1838
|
"""
|
|
2526
1839
|
|
|
2527
|
-
class SEQUENCER_PT_time(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2528
|
-
bl_category: typing.Any
|
|
2529
|
-
bl_label: typing.Any
|
|
2530
|
-
bl_options: typing.Any
|
|
2531
|
-
bl_region_type: typing.Any
|
|
2532
|
-
bl_rna: typing.Any
|
|
2533
|
-
bl_space_type: typing.Any
|
|
2534
|
-
id_data: typing.Any
|
|
2535
|
-
|
|
2536
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2537
|
-
"""
|
|
2538
|
-
|
|
2539
|
-
:return: The RNA type or default when not found.
|
|
2540
|
-
:rtype: bpy.types.Struct
|
|
2541
|
-
"""
|
|
2542
|
-
|
|
2543
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2544
|
-
"""
|
|
2545
|
-
|
|
2546
|
-
:return: The class or default when not found.
|
|
2547
|
-
:rtype: typing.Any
|
|
2548
|
-
"""
|
|
2549
|
-
|
|
2550
|
-
def draw(self, context) -> None:
|
|
2551
|
-
"""
|
|
2552
|
-
|
|
2553
|
-
:param context:
|
|
2554
|
-
"""
|
|
2555
|
-
|
|
2556
|
-
def draw_header_preset(self, context) -> None:
|
|
2557
|
-
"""
|
|
2558
|
-
|
|
2559
|
-
:param context:
|
|
2560
|
-
"""
|
|
2561
|
-
|
|
2562
|
-
@classmethod
|
|
2563
|
-
def poll(cls, context) -> None:
|
|
2564
|
-
"""
|
|
2565
|
-
|
|
2566
|
-
:param context:
|
|
2567
|
-
"""
|
|
2568
|
-
|
|
2569
1840
|
class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2570
1841
|
bl_category: typing.Any
|
|
2571
1842
|
bl_label: typing.Any
|
|
@@ -2763,5 +2034,4 @@ class SequencerColorTagPicker:
|
|
|
2763
2034
|
:param context:
|
|
2764
2035
|
"""
|
|
2765
2036
|
|
|
2766
|
-
def draw_color_balance(layout, color_balance) -> None: ...
|
|
2767
2037
|
def selected_strips_count(context) -> None: ...
|