fake-bpy-module 20240420__py3-none-any.whl → 20240422__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_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.properties_animviz
|
|
2
3
|
import bpy_types
|
|
4
|
+
import rna_prop_ui
|
|
3
5
|
|
|
4
6
|
GenericType = typing.TypeVar("GenericType")
|
|
5
7
|
|
|
6
|
-
class COLLECTION_MT_context_menu(bpy_types._GenericUI):
|
|
8
|
+
class COLLECTION_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
9
|
""" """
|
|
8
10
|
|
|
9
11
|
bl_label: typing.Any
|
|
@@ -184,7 +186,23 @@ class COLLECTION_MT_context_menu(bpy_types._GenericUI):
|
|
|
184
186
|
""" """
|
|
185
187
|
...
|
|
186
188
|
|
|
187
|
-
class
|
|
189
|
+
class ObjectButtonsPanel:
|
|
190
|
+
""" """
|
|
191
|
+
|
|
192
|
+
bl_context: typing.Any
|
|
193
|
+
""" """
|
|
194
|
+
|
|
195
|
+
bl_region_type: typing.Any
|
|
196
|
+
""" """
|
|
197
|
+
|
|
198
|
+
bl_space_type: typing.Any
|
|
199
|
+
""" """
|
|
200
|
+
|
|
201
|
+
class OBJECT_PT_motion_paths(
|
|
202
|
+
bpy_types.Panel,
|
|
203
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel,
|
|
204
|
+
bpy_types._GenericUI,
|
|
205
|
+
):
|
|
188
206
|
""" """
|
|
189
207
|
|
|
190
208
|
bl_context: typing.Any
|
|
@@ -234,6 +252,16 @@ class OBJECT_PT_collections(bpy_types._GenericUI):
|
|
|
234
252
|
"""
|
|
235
253
|
...
|
|
236
254
|
|
|
255
|
+
def draw_settings(self, _context, avs, mpath, bones):
|
|
256
|
+
"""
|
|
257
|
+
|
|
258
|
+
:param _context:
|
|
259
|
+
:param avs:
|
|
260
|
+
:param mpath:
|
|
261
|
+
:param bones:
|
|
262
|
+
"""
|
|
263
|
+
...
|
|
264
|
+
|
|
237
265
|
def driver_add(self):
|
|
238
266
|
""" """
|
|
239
267
|
...
|
|
@@ -302,6 +330,13 @@ class OBJECT_PT_collections(bpy_types._GenericUI):
|
|
|
302
330
|
""" """
|
|
303
331
|
...
|
|
304
332
|
|
|
333
|
+
def poll(self, context):
|
|
334
|
+
"""
|
|
335
|
+
|
|
336
|
+
:param context:
|
|
337
|
+
"""
|
|
338
|
+
...
|
|
339
|
+
|
|
305
340
|
def pop(self):
|
|
306
341
|
""" """
|
|
307
342
|
...
|
|
@@ -336,7 +371,11 @@ class OBJECT_PT_collections(bpy_types._GenericUI):
|
|
|
336
371
|
""" """
|
|
337
372
|
...
|
|
338
373
|
|
|
339
|
-
class
|
|
374
|
+
class OBJECT_PT_motion_paths_display(
|
|
375
|
+
bpy_types.Panel,
|
|
376
|
+
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
377
|
+
bpy_types._GenericUI,
|
|
378
|
+
):
|
|
340
379
|
""" """
|
|
341
380
|
|
|
342
381
|
bl_context: typing.Any
|
|
@@ -348,6 +387,9 @@ class OBJECT_PT_context_object(bpy_types._GenericUI):
|
|
|
348
387
|
bl_options: typing.Any
|
|
349
388
|
""" """
|
|
350
389
|
|
|
390
|
+
bl_parent_id: typing.Any
|
|
391
|
+
""" """
|
|
392
|
+
|
|
351
393
|
bl_region_type: typing.Any
|
|
352
394
|
""" """
|
|
353
395
|
|
|
@@ -386,6 +428,16 @@ class OBJECT_PT_context_object(bpy_types._GenericUI):
|
|
|
386
428
|
"""
|
|
387
429
|
...
|
|
388
430
|
|
|
431
|
+
def draw_settings(self, _context, avs, mpath, bones):
|
|
432
|
+
"""
|
|
433
|
+
|
|
434
|
+
:param _context:
|
|
435
|
+
:param avs:
|
|
436
|
+
:param mpath:
|
|
437
|
+
:param bones:
|
|
438
|
+
"""
|
|
439
|
+
...
|
|
440
|
+
|
|
389
441
|
def driver_add(self):
|
|
390
442
|
""" """
|
|
391
443
|
...
|
|
@@ -454,6 +506,13 @@ class OBJECT_PT_context_object(bpy_types._GenericUI):
|
|
|
454
506
|
""" """
|
|
455
507
|
...
|
|
456
508
|
|
|
509
|
+
def poll(self, context):
|
|
510
|
+
"""
|
|
511
|
+
|
|
512
|
+
:param context:
|
|
513
|
+
"""
|
|
514
|
+
...
|
|
515
|
+
|
|
457
516
|
def pop(self):
|
|
458
517
|
""" """
|
|
459
518
|
...
|
|
@@ -488,10 +547,7 @@ class OBJECT_PT_context_object(bpy_types._GenericUI):
|
|
|
488
547
|
""" """
|
|
489
548
|
...
|
|
490
549
|
|
|
491
|
-
class
|
|
492
|
-
""" """
|
|
493
|
-
|
|
494
|
-
COMPAT_ENGINES: typing.Any
|
|
550
|
+
class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
495
551
|
""" """
|
|
496
552
|
|
|
497
553
|
bl_context: typing.Any
|
|
@@ -503,9 +559,6 @@ class OBJECT_PT_custom_props(bpy_types._GenericUI):
|
|
|
503
559
|
bl_options: typing.Any
|
|
504
560
|
""" """
|
|
505
561
|
|
|
506
|
-
bl_order: typing.Any
|
|
507
|
-
""" """
|
|
508
|
-
|
|
509
562
|
bl_region_type: typing.Any
|
|
510
563
|
""" """
|
|
511
564
|
|
|
@@ -612,13 +665,6 @@ class OBJECT_PT_custom_props(bpy_types._GenericUI):
|
|
|
612
665
|
""" """
|
|
613
666
|
...
|
|
614
667
|
|
|
615
|
-
def poll(self, context):
|
|
616
|
-
"""
|
|
617
|
-
|
|
618
|
-
:param context:
|
|
619
|
-
"""
|
|
620
|
-
...
|
|
621
|
-
|
|
622
668
|
def pop(self):
|
|
623
669
|
""" """
|
|
624
670
|
...
|
|
@@ -653,7 +699,9 @@ class OBJECT_PT_custom_props(bpy_types._GenericUI):
|
|
|
653
699
|
""" """
|
|
654
700
|
...
|
|
655
701
|
|
|
656
|
-
class
|
|
702
|
+
class OBJECT_PT_context_object(
|
|
703
|
+
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
704
|
+
):
|
|
657
705
|
""" """
|
|
658
706
|
|
|
659
707
|
bl_context: typing.Any
|
|
@@ -665,9 +713,6 @@ class OBJECT_PT_delta_transform(bpy_types._GenericUI):
|
|
|
665
713
|
bl_options: typing.Any
|
|
666
714
|
""" """
|
|
667
715
|
|
|
668
|
-
bl_parent_id: typing.Any
|
|
669
|
-
""" """
|
|
670
|
-
|
|
671
716
|
bl_region_type: typing.Any
|
|
672
717
|
""" """
|
|
673
718
|
|
|
@@ -808,7 +853,12 @@ class OBJECT_PT_delta_transform(bpy_types._GenericUI):
|
|
|
808
853
|
""" """
|
|
809
854
|
...
|
|
810
855
|
|
|
811
|
-
class
|
|
856
|
+
class OBJECT_PT_custom_props(
|
|
857
|
+
bpy_types.Panel, ObjectButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
858
|
+
):
|
|
859
|
+
""" """
|
|
860
|
+
|
|
861
|
+
COMPAT_ENGINES: typing.Any
|
|
812
862
|
""" """
|
|
813
863
|
|
|
814
864
|
bl_context: typing.Any
|
|
@@ -929,6 +979,13 @@ class OBJECT_PT_display(bpy_types._GenericUI):
|
|
|
929
979
|
""" """
|
|
930
980
|
...
|
|
931
981
|
|
|
982
|
+
def poll(self, context):
|
|
983
|
+
"""
|
|
984
|
+
|
|
985
|
+
:param context:
|
|
986
|
+
"""
|
|
987
|
+
...
|
|
988
|
+
|
|
932
989
|
def pop(self):
|
|
933
990
|
""" """
|
|
934
991
|
...
|
|
@@ -963,7 +1020,9 @@ class OBJECT_PT_display(bpy_types._GenericUI):
|
|
|
963
1020
|
""" """
|
|
964
1021
|
...
|
|
965
1022
|
|
|
966
|
-
class
|
|
1023
|
+
class OBJECT_PT_delta_transform(
|
|
1024
|
+
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
1025
|
+
):
|
|
967
1026
|
""" """
|
|
968
1027
|
|
|
969
1028
|
bl_context: typing.Any
|
|
@@ -975,6 +1034,9 @@ class OBJECT_PT_instancing(bpy_types._GenericUI):
|
|
|
975
1034
|
bl_options: typing.Any
|
|
976
1035
|
""" """
|
|
977
1036
|
|
|
1037
|
+
bl_parent_id: typing.Any
|
|
1038
|
+
""" """
|
|
1039
|
+
|
|
978
1040
|
bl_region_type: typing.Any
|
|
979
1041
|
""" """
|
|
980
1042
|
|
|
@@ -1081,13 +1143,6 @@ class OBJECT_PT_instancing(bpy_types._GenericUI):
|
|
|
1081
1143
|
""" """
|
|
1082
1144
|
...
|
|
1083
1145
|
|
|
1084
|
-
def poll(self, context):
|
|
1085
|
-
"""
|
|
1086
|
-
|
|
1087
|
-
:param context:
|
|
1088
|
-
"""
|
|
1089
|
-
...
|
|
1090
|
-
|
|
1091
1146
|
def pop(self):
|
|
1092
1147
|
""" """
|
|
1093
1148
|
...
|
|
@@ -1122,7 +1177,7 @@ class OBJECT_PT_instancing(bpy_types._GenericUI):
|
|
|
1122
1177
|
""" """
|
|
1123
1178
|
...
|
|
1124
1179
|
|
|
1125
|
-
class
|
|
1180
|
+
class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
1126
1181
|
""" """
|
|
1127
1182
|
|
|
1128
1183
|
bl_context: typing.Any
|
|
@@ -1131,7 +1186,10 @@ class OBJECT_PT_instancing_size(bpy_types._GenericUI):
|
|
|
1131
1186
|
bl_label: typing.Any
|
|
1132
1187
|
""" """
|
|
1133
1188
|
|
|
1134
|
-
|
|
1189
|
+
bl_options: typing.Any
|
|
1190
|
+
""" """
|
|
1191
|
+
|
|
1192
|
+
bl_order: typing.Any
|
|
1135
1193
|
""" """
|
|
1136
1194
|
|
|
1137
1195
|
bl_region_type: typing.Any
|
|
@@ -1172,13 +1230,6 @@ class OBJECT_PT_instancing_size(bpy_types._GenericUI):
|
|
|
1172
1230
|
"""
|
|
1173
1231
|
...
|
|
1174
1232
|
|
|
1175
|
-
def draw_header(self, context):
|
|
1176
|
-
"""
|
|
1177
|
-
|
|
1178
|
-
:param context:
|
|
1179
|
-
"""
|
|
1180
|
-
...
|
|
1181
|
-
|
|
1182
1233
|
def driver_add(self):
|
|
1183
1234
|
""" """
|
|
1184
1235
|
...
|
|
@@ -1247,13 +1298,6 @@ class OBJECT_PT_instancing_size(bpy_types._GenericUI):
|
|
|
1247
1298
|
""" """
|
|
1248
1299
|
...
|
|
1249
1300
|
|
|
1250
|
-
def poll(self, context):
|
|
1251
|
-
"""
|
|
1252
|
-
|
|
1253
|
-
:param context:
|
|
1254
|
-
"""
|
|
1255
|
-
...
|
|
1256
|
-
|
|
1257
1301
|
def pop(self):
|
|
1258
1302
|
""" """
|
|
1259
1303
|
...
|
|
@@ -1288,7 +1332,7 @@ class OBJECT_PT_instancing_size(bpy_types._GenericUI):
|
|
|
1288
1332
|
""" """
|
|
1289
1333
|
...
|
|
1290
1334
|
|
|
1291
|
-
class
|
|
1335
|
+
class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
1292
1336
|
""" """
|
|
1293
1337
|
|
|
1294
1338
|
bl_context: typing.Any
|
|
@@ -1300,9 +1344,6 @@ class OBJECT_PT_lineart(bpy_types._GenericUI):
|
|
|
1300
1344
|
bl_options: typing.Any
|
|
1301
1345
|
""" """
|
|
1302
1346
|
|
|
1303
|
-
bl_order: typing.Any
|
|
1304
|
-
""" """
|
|
1305
|
-
|
|
1306
1347
|
bl_region_type: typing.Any
|
|
1307
1348
|
""" """
|
|
1308
1349
|
|
|
@@ -1450,7 +1491,9 @@ class OBJECT_PT_lineart(bpy_types._GenericUI):
|
|
|
1450
1491
|
""" """
|
|
1451
1492
|
...
|
|
1452
1493
|
|
|
1453
|
-
class
|
|
1494
|
+
class OBJECT_PT_instancing_size(
|
|
1495
|
+
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
1496
|
+
):
|
|
1454
1497
|
""" """
|
|
1455
1498
|
|
|
1456
1499
|
bl_context: typing.Any
|
|
@@ -1459,7 +1502,7 @@ class OBJECT_PT_motion_paths(bpy_types._GenericUI):
|
|
|
1459
1502
|
bl_label: typing.Any
|
|
1460
1503
|
""" """
|
|
1461
1504
|
|
|
1462
|
-
|
|
1505
|
+
bl_parent_id: typing.Any
|
|
1463
1506
|
""" """
|
|
1464
1507
|
|
|
1465
1508
|
bl_region_type: typing.Any
|
|
@@ -1500,13 +1543,10 @@ class OBJECT_PT_motion_paths(bpy_types._GenericUI):
|
|
|
1500
1543
|
"""
|
|
1501
1544
|
...
|
|
1502
1545
|
|
|
1503
|
-
def
|
|
1546
|
+
def draw_header(self, context):
|
|
1504
1547
|
"""
|
|
1505
1548
|
|
|
1506
|
-
:param
|
|
1507
|
-
:param avs:
|
|
1508
|
-
:param mpath:
|
|
1509
|
-
:param bones:
|
|
1549
|
+
:param context:
|
|
1510
1550
|
"""
|
|
1511
1551
|
...
|
|
1512
1552
|
|
|
@@ -1619,7 +1659,7 @@ class OBJECT_PT_motion_paths(bpy_types._GenericUI):
|
|
|
1619
1659
|
""" """
|
|
1620
1660
|
...
|
|
1621
1661
|
|
|
1622
|
-
class
|
|
1662
|
+
class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
1623
1663
|
""" """
|
|
1624
1664
|
|
|
1625
1665
|
bl_context: typing.Any
|
|
@@ -1631,7 +1671,7 @@ class OBJECT_PT_motion_paths_display(bpy_types._GenericUI):
|
|
|
1631
1671
|
bl_options: typing.Any
|
|
1632
1672
|
""" """
|
|
1633
1673
|
|
|
1634
|
-
|
|
1674
|
+
bl_order: typing.Any
|
|
1635
1675
|
""" """
|
|
1636
1676
|
|
|
1637
1677
|
bl_region_type: typing.Any
|
|
@@ -1672,16 +1712,6 @@ class OBJECT_PT_motion_paths_display(bpy_types._GenericUI):
|
|
|
1672
1712
|
"""
|
|
1673
1713
|
...
|
|
1674
1714
|
|
|
1675
|
-
def draw_settings(self, _context, avs, mpath, bones):
|
|
1676
|
-
"""
|
|
1677
|
-
|
|
1678
|
-
:param _context:
|
|
1679
|
-
:param avs:
|
|
1680
|
-
:param mpath:
|
|
1681
|
-
:param bones:
|
|
1682
|
-
"""
|
|
1683
|
-
...
|
|
1684
|
-
|
|
1685
1715
|
def driver_add(self):
|
|
1686
1716
|
""" """
|
|
1687
1717
|
...
|
|
@@ -1791,7 +1821,7 @@ class OBJECT_PT_motion_paths_display(bpy_types._GenericUI):
|
|
|
1791
1821
|
""" """
|
|
1792
1822
|
...
|
|
1793
1823
|
|
|
1794
|
-
class OBJECT_PT_relations(bpy_types._GenericUI):
|
|
1824
|
+
class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
1795
1825
|
""" """
|
|
1796
1826
|
|
|
1797
1827
|
bl_context: typing.Any
|
|
@@ -1943,7 +1973,7 @@ class OBJECT_PT_relations(bpy_types._GenericUI):
|
|
|
1943
1973
|
""" """
|
|
1944
1974
|
...
|
|
1945
1975
|
|
|
1946
|
-
class OBJECT_PT_transform(bpy_types._GenericUI):
|
|
1976
|
+
class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
1947
1977
|
""" """
|
|
1948
1978
|
|
|
1949
1979
|
bl_context: typing.Any
|
|
@@ -2092,7 +2122,7 @@ class OBJECT_PT_transform(bpy_types._GenericUI):
|
|
|
2092
2122
|
""" """
|
|
2093
2123
|
...
|
|
2094
2124
|
|
|
2095
|
-
class OBJECT_PT_visibility(bpy_types._GenericUI):
|
|
2125
|
+
class OBJECT_PT_visibility(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
2096
2126
|
""" """
|
|
2097
2127
|
|
|
2098
2128
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2253,15 +2283,3 @@ class OBJECT_PT_visibility(bpy_types._GenericUI):
|
|
|
2253
2283
|
def values(self):
|
|
2254
2284
|
""" """
|
|
2255
2285
|
...
|
|
2256
|
-
|
|
2257
|
-
class ObjectButtonsPanel:
|
|
2258
|
-
""" """
|
|
2259
|
-
|
|
2260
|
-
bl_context: typing.Any
|
|
2261
|
-
""" """
|
|
2262
|
-
|
|
2263
|
-
bl_region_type: typing.Any
|
|
2264
|
-
""" """
|
|
2265
|
-
|
|
2266
|
-
bl_space_type: typing.Any
|
|
2267
|
-
""" """
|