fake-bpy-module 20240714__py3-none-any.whl → 20240716__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.
- bgl/__init__.pyi +0 -558
- bl_i18n_utils/utils/__init__.pyi +8 -4
- bl_operators/anim/__init__.pyi +10 -5
- bl_operators/assets/__init__.pyi +6 -3
- bl_operators/bone_selection_sets/__init__.pyi +6 -3
- bl_operators/clip/__init__.pyi +20 -10
- bl_operators/connect_to_output/__init__.pyi +12 -6
- bl_operators/console/__init__.pyi +10 -5
- bl_operators/constraint/__init__.pyi +8 -4
- bl_operators/freestyle/__init__.pyi +8 -4
- bl_operators/geometry_nodes/__init__.pyi +12 -6
- bl_operators/image/__init__.pyi +4 -2
- bl_operators/image_as_planes/__init__.pyi +5 -4
- bl_operators/mesh/__init__.pyi +6 -3
- bl_operators/node/__init__.pyi +20 -10
- bl_operators/node_editor/node_functions/__init__.pyi +2 -1
- bl_operators/object/__init__.pyi +22 -11
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +2 -1
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +10 -5
- bl_operators/rigidbody/__init__.pyi +6 -3
- bl_operators/sequencer/__init__.pyi +12 -6
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +12 -6
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
- bl_operators/uvcalc_transform/__init__.pyi +4 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +18 -11
- bl_operators/wm/__init__.pyi +48 -25
- bl_operators/world/__init__.pyi +2 -1
- bl_ui/__init__.pyi +6 -3
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/properties_collection/__init__.pyi +2 -1
- bl_ui/properties_constraint/__init__.pyi +10 -5
- bl_ui/properties_data_armature/__init__.pyi +14 -7
- bl_ui/properties_data_bone/__init__.pyi +12 -6
- bl_ui/properties_data_camera/__init__.pyi +4 -2
- bl_ui/properties_data_curve/__init__.pyi +16 -8
- bl_ui/properties_data_curves/__init__.pyi +4 -2
- bl_ui/properties_data_empty/__init__.pyi +4 -2
- bl_ui/properties_data_gpencil/__init__.pyi +6 -3
- bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
- bl_ui/properties_data_lattice/__init__.pyi +2 -1
- bl_ui/properties_data_light/__init__.pyi +12 -6
- bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
- bl_ui/properties_data_mesh/__init__.pyi +6 -3
- bl_ui/properties_data_metaball/__init__.pyi +4 -2
- bl_ui/properties_data_modifier/__init__.pyi +8 -4
- bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
- bl_ui/properties_data_speaker/__init__.pyi +2 -1
- bl_ui/properties_data_volume/__init__.pyi +2 -1
- bl_ui/properties_freestyle/__init__.pyi +12 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
- bl_ui/properties_mask_common/__init__.pyi +14 -7
- bl_ui/properties_material/__init__.pyi +15 -8
- bl_ui/properties_material_gpencil/__init__.pyi +4 -2
- bl_ui/properties_object/__init__.pyi +12 -6
- bl_ui/properties_output/__init__.pyi +12 -6
- bl_ui/properties_paint_common/__init__.pyi +31 -18
- bl_ui/properties_particle/__init__.pyi +82 -41
- bl_ui/properties_physics_cloth/__init__.pyi +2 -1
- bl_ui/properties_physics_common/__init__.pyi +6 -5
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
- bl_ui/properties_physics_field/__init__.pyi +24 -12
- bl_ui/properties_physics_fluid/__init__.pyi +70 -35
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
- bl_ui/properties_physics_softbody/__init__.pyi +2 -1
- bl_ui/properties_render/__init__.pyi +81 -41
- bl_ui/properties_scene/__init__.pyi +10 -5
- bl_ui/properties_texture/__init__.pyi +16 -8
- bl_ui/properties_view_layer/__init__.pyi +2 -1
- bl_ui/properties_world/__init__.pyi +14 -7
- bl_ui/space_clip/__init__.pyi +34 -17
- bl_ui/space_dopesheet/__init__.pyi +20 -10
- bl_ui/space_filebrowser/__init__.pyi +20 -10
- bl_ui/space_image/__init__.pyi +34 -17
- bl_ui/space_nla/__init__.pyi +2 -1
- bl_ui/space_node/__init__.pyi +18 -9
- bl_ui/space_outliner/__init__.pyi +8 -4
- bl_ui/space_sequencer/__init__.pyi +76 -38
- bl_ui/space_text/__init__.pyi +2 -1
- bl_ui/space_time/__init__.pyi +8 -4
- bl_ui/space_toolsystem_common/__init__.pyi +22 -13
- bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
- bl_ui/space_topbar/__init__.pyi +12 -6
- bl_ui/space_userpref/__init__.pyi +44 -22
- bl_ui/space_view3d/__init__.pyi +93 -47
- bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
- bl_ui/temp_anim_layers/__init__.pyi +2 -1
- bl_ui/utils/__init__.pyi +4 -2
- bpy/ops/image/__init__.pyi +14 -56
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/path/__init__.pyi +0 -182
- bpy/types/__init__.pyi +37 -1
- bpy/utils/__init__.pyi +0 -215
- bpy/utils/previews/__init__.pyi +9 -80
- bpy_extras/anim_utils/__init__.pyi +0 -55
- bpy_extras/asset_utils/__init__.pyi +7 -17
- bpy_extras/id_map_utils/__init__.pyi +0 -10
- bpy_extras/image_utils/__init__.pyi +0 -49
- bpy_extras/io_utils/__init__.pyi +0 -131
- bpy_extras/keyconfig_utils/__init__.pyi +0 -11
- bpy_extras/mesh_utils/__init__.pyi +0 -88
- bpy_extras/node_utils/__init__.pyi +0 -1
- bpy_extras/object_utils/__init__.pyi +0 -96
- bpy_extras/view3d_utils/__init__.pyi +0 -94
- bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -2
- nodeitems_utils/__init__.pyi +6 -3
- rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240714.dist-info → fake_bpy_module-20240716.dist-info}/top_level.txt +0 -0
bl_operators/wm/__init__.pyi
CHANGED
|
@@ -412,7 +412,8 @@ class WM_MT_region_toggle_pie(bpy_types._GenericUI):
|
|
|
412
412
|
"""Returns the property from the path, raise an exception when not found."""
|
|
413
413
|
...
|
|
414
414
|
|
|
415
|
-
|
|
415
|
+
@classmethod
|
|
416
|
+
def poll(cls, context):
|
|
416
417
|
"""
|
|
417
418
|
|
|
418
419
|
:param context:
|
|
@@ -1758,7 +1759,8 @@ class WM_OT_context_cycle_array:
|
|
|
1758
1759
|
"""
|
|
1759
1760
|
...
|
|
1760
1761
|
|
|
1761
|
-
|
|
1762
|
+
@classmethod
|
|
1763
|
+
def description(cls, context, props):
|
|
1762
1764
|
"""
|
|
1763
1765
|
|
|
1764
1766
|
:param context:
|
|
@@ -1973,7 +1975,8 @@ class WM_OT_context_cycle_enum:
|
|
|
1973
1975
|
"""
|
|
1974
1976
|
...
|
|
1975
1977
|
|
|
1976
|
-
|
|
1978
|
+
@classmethod
|
|
1979
|
+
def description(cls, context, props):
|
|
1977
1980
|
"""
|
|
1978
1981
|
|
|
1979
1982
|
:param context:
|
|
@@ -2188,7 +2191,8 @@ class WM_OT_context_cycle_int:
|
|
|
2188
2191
|
"""
|
|
2189
2192
|
...
|
|
2190
2193
|
|
|
2191
|
-
|
|
2194
|
+
@classmethod
|
|
2195
|
+
def description(cls, context, props):
|
|
2192
2196
|
"""
|
|
2193
2197
|
|
|
2194
2198
|
:param context:
|
|
@@ -2401,7 +2405,8 @@ class WM_OT_context_menu_enum:
|
|
|
2401
2405
|
"""
|
|
2402
2406
|
...
|
|
2403
2407
|
|
|
2404
|
-
|
|
2408
|
+
@classmethod
|
|
2409
|
+
def description(cls, context, props):
|
|
2405
2410
|
"""
|
|
2406
2411
|
|
|
2407
2412
|
:param context:
|
|
@@ -2830,7 +2835,8 @@ class WM_OT_context_pie_enum:
|
|
|
2830
2835
|
"""
|
|
2831
2836
|
...
|
|
2832
2837
|
|
|
2833
|
-
|
|
2838
|
+
@classmethod
|
|
2839
|
+
def description(cls, context, props):
|
|
2834
2840
|
"""
|
|
2835
2841
|
|
|
2836
2842
|
:param context:
|
|
@@ -3046,7 +3052,8 @@ class WM_OT_context_scale_float:
|
|
|
3046
3052
|
"""
|
|
3047
3053
|
...
|
|
3048
3054
|
|
|
3049
|
-
|
|
3055
|
+
@classmethod
|
|
3056
|
+
def description(cls, context, props):
|
|
3050
3057
|
"""
|
|
3051
3058
|
|
|
3052
3059
|
:param context:
|
|
@@ -3261,7 +3268,8 @@ class WM_OT_context_scale_int:
|
|
|
3261
3268
|
"""
|
|
3262
3269
|
...
|
|
3263
3270
|
|
|
3264
|
-
|
|
3271
|
+
@classmethod
|
|
3272
|
+
def description(cls, context, props):
|
|
3265
3273
|
"""
|
|
3266
3274
|
|
|
3267
3275
|
:param context:
|
|
@@ -3476,7 +3484,8 @@ class WM_OT_context_set_boolean:
|
|
|
3476
3484
|
"""
|
|
3477
3485
|
...
|
|
3478
3486
|
|
|
3479
|
-
|
|
3487
|
+
@classmethod
|
|
3488
|
+
def description(cls, context, props):
|
|
3480
3489
|
"""
|
|
3481
3490
|
|
|
3482
3491
|
:param context:
|
|
@@ -3691,7 +3700,8 @@ class WM_OT_context_set_enum:
|
|
|
3691
3700
|
"""
|
|
3692
3701
|
...
|
|
3693
3702
|
|
|
3694
|
-
|
|
3703
|
+
@classmethod
|
|
3704
|
+
def description(cls, context, props):
|
|
3695
3705
|
"""
|
|
3696
3706
|
|
|
3697
3707
|
:param context:
|
|
@@ -3906,7 +3916,8 @@ class WM_OT_context_set_float:
|
|
|
3906
3916
|
"""
|
|
3907
3917
|
...
|
|
3908
3918
|
|
|
3909
|
-
|
|
3919
|
+
@classmethod
|
|
3920
|
+
def description(cls, context, props):
|
|
3910
3921
|
"""
|
|
3911
3922
|
|
|
3912
3923
|
:param context:
|
|
@@ -4328,7 +4339,8 @@ class WM_OT_context_set_int:
|
|
|
4328
4339
|
"""
|
|
4329
4340
|
...
|
|
4330
4341
|
|
|
4331
|
-
|
|
4342
|
+
@classmethod
|
|
4343
|
+
def description(cls, context, props):
|
|
4332
4344
|
"""
|
|
4333
4345
|
|
|
4334
4346
|
:param context:
|
|
@@ -4543,7 +4555,8 @@ class WM_OT_context_set_string:
|
|
|
4543
4555
|
"""
|
|
4544
4556
|
...
|
|
4545
4557
|
|
|
4546
|
-
|
|
4558
|
+
@classmethod
|
|
4559
|
+
def description(cls, context, props):
|
|
4547
4560
|
"""
|
|
4548
4561
|
|
|
4549
4562
|
:param context:
|
|
@@ -4758,7 +4771,8 @@ class WM_OT_context_set_value:
|
|
|
4758
4771
|
"""
|
|
4759
4772
|
...
|
|
4760
4773
|
|
|
4761
|
-
|
|
4774
|
+
@classmethod
|
|
4775
|
+
def description(cls, context, props):
|
|
4762
4776
|
"""
|
|
4763
4777
|
|
|
4764
4778
|
:param context:
|
|
@@ -4973,7 +4987,8 @@ class WM_OT_context_toggle:
|
|
|
4973
4987
|
"""
|
|
4974
4988
|
...
|
|
4975
4989
|
|
|
4976
|
-
|
|
4990
|
+
@classmethod
|
|
4991
|
+
def description(cls, context, props):
|
|
4977
4992
|
"""
|
|
4978
4993
|
|
|
4979
4994
|
:param context:
|
|
@@ -5188,7 +5203,8 @@ class WM_OT_context_toggle_enum:
|
|
|
5188
5203
|
"""
|
|
5189
5204
|
...
|
|
5190
5205
|
|
|
5191
|
-
|
|
5206
|
+
@classmethod
|
|
5207
|
+
def description(cls, context, props):
|
|
5192
5208
|
"""
|
|
5193
5209
|
|
|
5194
5210
|
:param context:
|
|
@@ -6233,7 +6249,8 @@ class WM_OT_operator_pie_enum:
|
|
|
6233
6249
|
"""
|
|
6234
6250
|
...
|
|
6235
6251
|
|
|
6236
|
-
|
|
6252
|
+
@classmethod
|
|
6253
|
+
def description(cls, context, props):
|
|
6237
6254
|
"""
|
|
6238
6255
|
|
|
6239
6256
|
:param context:
|
|
@@ -7489,7 +7506,8 @@ class WM_OT_properties_edit:
|
|
|
7489
7506
|
"""
|
|
7490
7507
|
...
|
|
7491
7508
|
|
|
7492
|
-
|
|
7509
|
+
@staticmethod
|
|
7510
|
+
def convert_custom_property_to_string(item, name):
|
|
7493
7511
|
"""
|
|
7494
7512
|
|
|
7495
7513
|
:param item:
|
|
@@ -7534,7 +7552,8 @@ class WM_OT_properties_edit:
|
|
|
7534
7552
|
"""
|
|
7535
7553
|
...
|
|
7536
7554
|
|
|
7537
|
-
|
|
7555
|
+
@staticmethod
|
|
7556
|
+
def get_property_id_type(item, property_name):
|
|
7538
7557
|
"""
|
|
7539
7558
|
|
|
7540
7559
|
:param item:
|
|
@@ -7542,7 +7561,8 @@ class WM_OT_properties_edit:
|
|
|
7542
7561
|
"""
|
|
7543
7562
|
...
|
|
7544
7563
|
|
|
7545
|
-
|
|
7564
|
+
@staticmethod
|
|
7565
|
+
def get_property_type(item, property_name):
|
|
7546
7566
|
"""
|
|
7547
7567
|
|
|
7548
7568
|
:param item:
|
|
@@ -8908,8 +8928,9 @@ class WM_OT_toolbar:
|
|
|
8908
8928
|
"""
|
|
8909
8929
|
...
|
|
8910
8930
|
|
|
8931
|
+
@staticmethod
|
|
8911
8932
|
def keymap_from_toolbar(
|
|
8912
|
-
|
|
8933
|
+
context, space_type, *, use_fallback_keys=True, use_reset=True
|
|
8913
8934
|
):
|
|
8914
8935
|
"""
|
|
8915
8936
|
|
|
@@ -8941,7 +8962,8 @@ class WM_OT_toolbar:
|
|
|
8941
8962
|
"""Returns the property from the path, raise an exception when not found."""
|
|
8942
8963
|
...
|
|
8943
8964
|
|
|
8944
|
-
|
|
8965
|
+
@classmethod
|
|
8966
|
+
def poll(cls, context):
|
|
8945
8967
|
"""
|
|
8946
8968
|
|
|
8947
8969
|
:param context:
|
|
@@ -9153,7 +9175,8 @@ class WM_OT_toolbar_fallback_pie:
|
|
|
9153
9175
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9154
9176
|
...
|
|
9155
9177
|
|
|
9156
|
-
|
|
9178
|
+
@classmethod
|
|
9179
|
+
def poll(cls, context):
|
|
9157
9180
|
"""
|
|
9158
9181
|
|
|
9159
9182
|
:param context:
|
|
@@ -9833,9 +9856,9 @@ def context_path_decompose(data_path): ...
|
|
|
9833
9856
|
def context_path_to_rna_property(context, data_path): ...
|
|
9834
9857
|
def context_path_validate(context, data_path): ...
|
|
9835
9858
|
def description_from_data_path(base, data_path, *, prefix, value=Ellipsis): ...
|
|
9836
|
-
def execute_context_assign(context): ...
|
|
9859
|
+
def execute_context_assign(self_, context): ...
|
|
9837
9860
|
def operator_path_is_undo(context, data_path): ...
|
|
9838
9861
|
def operator_path_undo_return(context, data_path): ...
|
|
9839
9862
|
def operator_value_is_undo(value): ...
|
|
9840
9863
|
def operator_value_undo_return(value): ...
|
|
9841
|
-
def rna_path_prop_search_for_context(context, edit_text): ...
|
|
9864
|
+
def rna_path_prop_search_for_context(self_, context, edit_text): ...
|
bl_operators/world/__init__.pyi
CHANGED
bl_ui/__init__.pyi
CHANGED
|
@@ -655,8 +655,9 @@ class UI_UL_list(bpy_types._GenericUI):
|
|
|
655
655
|
def bl_rna_get_subclass_py(self): ...
|
|
656
656
|
def driver_add(self): ...
|
|
657
657
|
def driver_remove(self): ...
|
|
658
|
+
@staticmethod
|
|
658
659
|
def filter_items_by_name(
|
|
659
|
-
|
|
660
|
+
pattern, bitflag, items, propname="name", flags=None, reverse=False
|
|
660
661
|
):
|
|
661
662
|
"""
|
|
662
663
|
|
|
@@ -701,7 +702,8 @@ class UI_UL_list(bpy_types._GenericUI):
|
|
|
701
702
|
"""
|
|
702
703
|
...
|
|
703
704
|
|
|
704
|
-
|
|
705
|
+
@classmethod
|
|
706
|
+
def sort_items_by_name(cls, items, propname="name"):
|
|
705
707
|
"""
|
|
706
708
|
|
|
707
709
|
:param items:
|
|
@@ -709,7 +711,8 @@ class UI_UL_list(bpy_types._GenericUI):
|
|
|
709
711
|
"""
|
|
710
712
|
...
|
|
711
713
|
|
|
712
|
-
|
|
714
|
+
@staticmethod
|
|
715
|
+
def sort_items_helper(sort_data, key, reverse=False):
|
|
713
716
|
"""
|
|
714
717
|
|
|
715
718
|
:param sort_data:
|
bl_ui/asset_shelf/__init__.pyi
CHANGED
|
@@ -17514,7 +17514,8 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy_types._GenericUI):
|
|
|
17514
17514
|
class BoneConstraintPanel:
|
|
17515
17515
|
bl_context: typing.Any
|
|
17516
17516
|
|
|
17517
|
-
|
|
17517
|
+
@classmethod
|
|
17518
|
+
def poll(cls, context):
|
|
17518
17519
|
"""
|
|
17519
17520
|
|
|
17520
17521
|
:param context:
|
|
@@ -17597,7 +17598,8 @@ class ConstraintButtonsPanel:
|
|
|
17597
17598
|
"""
|
|
17598
17599
|
...
|
|
17599
17600
|
|
|
17600
|
-
|
|
17601
|
+
@staticmethod
|
|
17602
|
+
def draw_influence(layout, con):
|
|
17601
17603
|
"""
|
|
17602
17604
|
|
|
17603
17605
|
:param layout:
|
|
@@ -17752,7 +17754,8 @@ class ConstraintButtonsPanel:
|
|
|
17752
17754
|
"""
|
|
17753
17755
|
...
|
|
17754
17756
|
|
|
17755
|
-
|
|
17757
|
+
@staticmethod
|
|
17758
|
+
def space_template(layout, con, target=True, owner=True, separator=True):
|
|
17756
17759
|
"""
|
|
17757
17760
|
|
|
17758
17761
|
:param layout:
|
|
@@ -17763,7 +17766,8 @@ class ConstraintButtonsPanel:
|
|
|
17763
17766
|
"""
|
|
17764
17767
|
...
|
|
17765
17768
|
|
|
17766
|
-
|
|
17769
|
+
@staticmethod
|
|
17770
|
+
def target_template(layout, con, subtargets=True):
|
|
17767
17771
|
"""
|
|
17768
17772
|
|
|
17769
17773
|
:param layout:
|
|
@@ -34260,7 +34264,8 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy_types._GenericUI):
|
|
|
34260
34264
|
class ObjectConstraintPanel:
|
|
34261
34265
|
bl_context: typing.Any
|
|
34262
34266
|
|
|
34263
|
-
|
|
34267
|
+
@classmethod
|
|
34268
|
+
def poll(cls, context):
|
|
34264
34269
|
"""
|
|
34265
34270
|
|
|
34266
34271
|
:param context:
|
|
@@ -556,7 +556,8 @@ class ArmatureButtonsPanel:
|
|
|
556
556
|
bl_region_type: typing.Any
|
|
557
557
|
bl_space_type: typing.Any
|
|
558
558
|
|
|
559
|
-
|
|
559
|
+
@classmethod
|
|
560
|
+
def poll(cls, context):
|
|
560
561
|
"""
|
|
561
562
|
|
|
562
563
|
:param context:
|
|
@@ -1430,7 +1431,8 @@ class DATA_PT_custom_props_bcoll(
|
|
|
1430
1431
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1431
1432
|
...
|
|
1432
1433
|
|
|
1433
|
-
|
|
1434
|
+
@classmethod
|
|
1435
|
+
def poll(cls, context):
|
|
1434
1436
|
"""
|
|
1435
1437
|
|
|
1436
1438
|
:param context:
|
|
@@ -1884,7 +1886,8 @@ class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
1884
1886
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1885
1887
|
...
|
|
1886
1888
|
|
|
1887
|
-
|
|
1889
|
+
@classmethod
|
|
1890
|
+
def poll(cls, context):
|
|
1888
1891
|
"""
|
|
1889
1892
|
|
|
1890
1893
|
:param context:
|
|
@@ -2123,7 +2126,8 @@ class DATA_PT_motion_paths(
|
|
|
2123
2126
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2124
2127
|
...
|
|
2125
2128
|
|
|
2126
|
-
|
|
2129
|
+
@classmethod
|
|
2130
|
+
def poll(cls, context):
|
|
2127
2131
|
"""
|
|
2128
2132
|
|
|
2129
2133
|
:param context:
|
|
@@ -2363,7 +2367,8 @@ class DATA_PT_motion_paths_display(
|
|
|
2363
2367
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2364
2368
|
...
|
|
2365
2369
|
|
|
2366
|
-
|
|
2370
|
+
@classmethod
|
|
2371
|
+
def poll(cls, context):
|
|
2367
2372
|
"""
|
|
2368
2373
|
|
|
2369
2374
|
:param context:
|
|
@@ -3641,7 +3646,8 @@ class POSE_MT_selection_sets_select(bpy_types._GenericUI):
|
|
|
3641
3646
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3642
3647
|
...
|
|
3643
3648
|
|
|
3644
|
-
|
|
3649
|
+
@classmethod
|
|
3650
|
+
def poll(cls, context):
|
|
3645
3651
|
"""
|
|
3646
3652
|
|
|
3647
3653
|
:param context:
|
|
@@ -3868,7 +3874,8 @@ class POSE_PT_selection_sets(bpy_types._GenericUI):
|
|
|
3868
3874
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3869
3875
|
...
|
|
3870
3876
|
|
|
3871
|
-
|
|
3877
|
+
@classmethod
|
|
3878
|
+
def poll(cls, context):
|
|
3872
3879
|
"""
|
|
3873
3880
|
|
|
3874
3881
|
:param context:
|
|
@@ -178,7 +178,8 @@ class BONE_PT_collections(BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
178
178
|
"""Returns the property from the path, raise an exception when not found."""
|
|
179
179
|
...
|
|
180
180
|
|
|
181
|
-
|
|
181
|
+
@classmethod
|
|
182
|
+
def poll(cls, context):
|
|
182
183
|
"""
|
|
183
184
|
|
|
184
185
|
:param context:
|
|
@@ -1352,7 +1353,8 @@ class BONE_PT_display(BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
1352
1353
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1353
1354
|
...
|
|
1354
1355
|
|
|
1355
|
-
|
|
1356
|
+
@classmethod
|
|
1357
|
+
def poll(cls, context):
|
|
1356
1358
|
"""
|
|
1357
1359
|
|
|
1358
1360
|
:param context:
|
|
@@ -1579,7 +1581,8 @@ class BONE_PT_display_custom_shape(BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
1579
1581
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1580
1582
|
...
|
|
1581
1583
|
|
|
1582
|
-
|
|
1584
|
+
@classmethod
|
|
1585
|
+
def poll(cls, context):
|
|
1583
1586
|
"""
|
|
1584
1587
|
|
|
1585
1588
|
:param context:
|
|
@@ -1806,7 +1809,8 @@ class BONE_PT_inverse_kinematics(BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
1806
1809
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1807
1810
|
...
|
|
1808
1811
|
|
|
1809
|
-
|
|
1812
|
+
@classmethod
|
|
1813
|
+
def poll(cls, context):
|
|
1810
1814
|
"""
|
|
1811
1815
|
|
|
1812
1816
|
:param context:
|
|
@@ -2259,7 +2263,8 @@ class BONE_PT_transform(BoneButtonsPanel, bpy_types._GenericUI):
|
|
|
2259
2263
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2260
2264
|
...
|
|
2261
2265
|
|
|
2262
|
-
|
|
2266
|
+
@classmethod
|
|
2267
|
+
def poll(cls, context):
|
|
2263
2268
|
"""
|
|
2264
2269
|
|
|
2265
2270
|
:param context:
|
|
@@ -2321,7 +2326,8 @@ class BoneButtonsPanel:
|
|
|
2321
2326
|
bl_region_type: typing.Any
|
|
2322
2327
|
bl_space_type: typing.Any
|
|
2323
2328
|
|
|
2324
|
-
|
|
2329
|
+
@classmethod
|
|
2330
|
+
def poll(cls, context):
|
|
2325
2331
|
"""
|
|
2326
2332
|
|
|
2327
2333
|
:param context:
|
|
@@ -558,7 +558,8 @@ class CameraButtonsPanel:
|
|
|
558
558
|
bl_region_type: typing.Any
|
|
559
559
|
bl_space_type: typing.Any
|
|
560
560
|
|
|
561
|
-
|
|
561
|
+
@classmethod
|
|
562
|
+
def poll(cls, context):
|
|
562
563
|
"""
|
|
563
564
|
|
|
564
565
|
:param context:
|
|
@@ -2605,7 +2606,8 @@ class DATA_PT_camera_stereoscopy(CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
2605
2606
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2606
2607
|
...
|
|
2607
2608
|
|
|
2608
|
-
|
|
2609
|
+
@classmethod
|
|
2610
|
+
def poll(cls, context):
|
|
2609
2611
|
"""
|
|
2610
2612
|
|
|
2611
2613
|
:param context:
|
|
@@ -13,7 +13,8 @@ class CurveButtonsPanel:
|
|
|
13
13
|
bl_region_type: typing.Any
|
|
14
14
|
bl_space_type: typing.Any
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
@classmethod
|
|
17
|
+
def poll(cls, context):
|
|
17
18
|
"""
|
|
18
19
|
|
|
19
20
|
:param context:
|
|
@@ -1569,7 +1570,8 @@ class DATA_PT_geometry_curve(
|
|
|
1569
1570
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1570
1571
|
...
|
|
1571
1572
|
|
|
1572
|
-
|
|
1573
|
+
@classmethod
|
|
1574
|
+
def poll(cls, context):
|
|
1573
1575
|
"""
|
|
1574
1576
|
|
|
1575
1577
|
:param context:
|
|
@@ -1798,7 +1800,8 @@ class DATA_PT_geometry_curve_bevel(
|
|
|
1798
1800
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1799
1801
|
...
|
|
1800
1802
|
|
|
1801
|
-
|
|
1803
|
+
@classmethod
|
|
1804
|
+
def poll(cls, context):
|
|
1802
1805
|
"""
|
|
1803
1806
|
|
|
1804
1807
|
:param context:
|
|
@@ -2028,7 +2031,8 @@ class DATA_PT_geometry_curve_start_end(
|
|
|
2028
2031
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2029
2032
|
...
|
|
2030
2033
|
|
|
2031
|
-
|
|
2034
|
+
@classmethod
|
|
2035
|
+
def poll(cls, context):
|
|
2032
2036
|
"""
|
|
2033
2037
|
|
|
2034
2038
|
:param context:
|
|
@@ -3465,7 +3469,8 @@ class CurveButtonsPanelActive(CurveButtonsPanel):
|
|
|
3465
3469
|
bl_region_type: typing.Any
|
|
3466
3470
|
bl_space_type: typing.Any
|
|
3467
3471
|
|
|
3468
|
-
|
|
3472
|
+
@classmethod
|
|
3473
|
+
def poll(cls, context):
|
|
3469
3474
|
"""
|
|
3470
3475
|
|
|
3471
3476
|
:param context:
|
|
@@ -3477,7 +3482,8 @@ class CurveButtonsPanelCurve(CurveButtonsPanel):
|
|
|
3477
3482
|
bl_region_type: typing.Any
|
|
3478
3483
|
bl_space_type: typing.Any
|
|
3479
3484
|
|
|
3480
|
-
|
|
3485
|
+
@classmethod
|
|
3486
|
+
def poll(cls, context):
|
|
3481
3487
|
"""
|
|
3482
3488
|
|
|
3483
3489
|
:param context:
|
|
@@ -3489,7 +3495,8 @@ class CurveButtonsPanelSurface(CurveButtonsPanel):
|
|
|
3489
3495
|
bl_region_type: typing.Any
|
|
3490
3496
|
bl_space_type: typing.Any
|
|
3491
3497
|
|
|
3492
|
-
|
|
3498
|
+
@classmethod
|
|
3499
|
+
def poll(cls, context):
|
|
3493
3500
|
"""
|
|
3494
3501
|
|
|
3495
3502
|
:param context:
|
|
@@ -3501,7 +3508,8 @@ class CurveButtonsPanelText(CurveButtonsPanel):
|
|
|
3501
3508
|
bl_region_type: typing.Any
|
|
3502
3509
|
bl_space_type: typing.Any
|
|
3503
3510
|
|
|
3504
|
-
|
|
3511
|
+
@classmethod
|
|
3512
|
+
def poll(cls, context):
|
|
3505
3513
|
"""
|
|
3506
3514
|
|
|
3507
3515
|
:param context:
|
|
@@ -13,7 +13,8 @@ class CURVES_MT_add_attribute(bpy_types._GenericUI):
|
|
|
13
13
|
bl_rna: typing.Any
|
|
14
14
|
id_data: typing.Any
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
@staticmethod
|
|
17
|
+
def add_standard_attribute(layout, curves, name, data_type, domain):
|
|
17
18
|
"""
|
|
18
19
|
|
|
19
20
|
:param layout:
|
|
@@ -1453,7 +1454,8 @@ class DataButtonsPanel:
|
|
|
1453
1454
|
bl_region_type: typing.Any
|
|
1454
1455
|
bl_space_type: typing.Any
|
|
1455
1456
|
|
|
1456
|
-
|
|
1457
|
+
@classmethod
|
|
1458
|
+
def poll(cls, context):
|
|
1457
1459
|
"""
|
|
1458
1460
|
|
|
1459
1461
|
:param context:
|
|
@@ -403,7 +403,8 @@ class DATA_PT_empty_image(DataButtonsPanel, bpy_types._GenericUI):
|
|
|
403
403
|
"""Returns the property from the path, raise an exception when not found."""
|
|
404
404
|
...
|
|
405
405
|
|
|
406
|
-
|
|
406
|
+
@classmethod
|
|
407
|
+
def poll(cls, context):
|
|
407
408
|
"""
|
|
408
409
|
|
|
409
410
|
:param context:
|
|
@@ -465,7 +466,8 @@ class DataButtonsPanel:
|
|
|
465
466
|
bl_region_type: typing.Any
|
|
466
467
|
bl_space_type: typing.Any
|
|
467
468
|
|
|
468
|
-
|
|
469
|
+
@classmethod
|
|
470
|
+
def poll(cls, context):
|
|
469
471
|
"""
|
|
470
472
|
|
|
471
473
|
:param context:
|
|
@@ -3477,7 +3477,8 @@ class DataButtonsPanel:
|
|
|
3477
3477
|
bl_region_type: typing.Any
|
|
3478
3478
|
bl_space_type: typing.Any
|
|
3479
3479
|
|
|
3480
|
-
|
|
3480
|
+
@classmethod
|
|
3481
|
+
def poll(cls, context):
|
|
3481
3482
|
"""
|
|
3482
3483
|
|
|
3483
3484
|
:param context:
|
|
@@ -4263,7 +4264,8 @@ class LayerDataButtonsPanel:
|
|
|
4263
4264
|
bl_region_type: typing.Any
|
|
4264
4265
|
bl_space_type: typing.Any
|
|
4265
4266
|
|
|
4266
|
-
|
|
4267
|
+
@classmethod
|
|
4268
|
+
def poll(cls, context):
|
|
4267
4269
|
"""
|
|
4268
4270
|
|
|
4269
4271
|
:param context:
|
|
@@ -4275,7 +4277,8 @@ class ObjectButtonsPanel:
|
|
|
4275
4277
|
bl_region_type: typing.Any
|
|
4276
4278
|
bl_space_type: typing.Any
|
|
4277
4279
|
|
|
4278
|
-
|
|
4280
|
+
@classmethod
|
|
4281
|
+
def poll(cls, context):
|
|
4279
4282
|
"""
|
|
4280
4283
|
|
|
4281
4284
|
:param context:
|
|
@@ -2316,7 +2316,8 @@ class DataButtonsPanel:
|
|
|
2316
2316
|
bl_region_type: typing.Any
|
|
2317
2317
|
bl_space_type: typing.Any
|
|
2318
2318
|
|
|
2319
|
-
|
|
2319
|
+
@classmethod
|
|
2320
|
+
def poll(cls, context):
|
|
2320
2321
|
"""
|
|
2321
2322
|
|
|
2322
2323
|
:param context:
|
|
@@ -3404,7 +3405,8 @@ class LayerDataButtonsPanel:
|
|
|
3404
3405
|
bl_region_type: typing.Any
|
|
3405
3406
|
bl_space_type: typing.Any
|
|
3406
3407
|
|
|
3407
|
-
|
|
3408
|
+
@classmethod
|
|
3409
|
+
def poll(cls, context):
|
|
3408
3410
|
"""
|
|
3409
3411
|
|
|
3410
3412
|
:param context:
|