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
|
@@ -136,8 +136,10 @@ class IMAGE_PT_tools_active(
|
|
|
136
136
|
"""
|
|
137
137
|
...
|
|
138
138
|
|
|
139
|
-
|
|
140
|
-
def
|
|
139
|
+
@classmethod
|
|
140
|
+
def tools_all(cls): ...
|
|
141
|
+
@classmethod
|
|
142
|
+
def tools_from_context(cls, context, mode=None):
|
|
141
143
|
"""
|
|
142
144
|
|
|
143
145
|
:param context:
|
|
@@ -277,8 +279,10 @@ class NODE_PT_tools_active(
|
|
|
277
279
|
"""
|
|
278
280
|
...
|
|
279
281
|
|
|
280
|
-
|
|
281
|
-
def
|
|
282
|
+
@classmethod
|
|
283
|
+
def tools_all(cls): ...
|
|
284
|
+
@classmethod
|
|
285
|
+
def tools_from_context(cls, context, mode=None):
|
|
282
286
|
"""
|
|
283
287
|
|
|
284
288
|
:param context:
|
|
@@ -418,8 +422,10 @@ class SEQUENCER_PT_tools_active(
|
|
|
418
422
|
"""
|
|
419
423
|
...
|
|
420
424
|
|
|
421
|
-
|
|
422
|
-
def
|
|
425
|
+
@classmethod
|
|
426
|
+
def tools_all(cls): ...
|
|
427
|
+
@classmethod
|
|
428
|
+
def tools_from_context(cls, context, mode=None):
|
|
423
429
|
"""
|
|
424
430
|
|
|
425
431
|
:param context:
|
|
@@ -559,8 +565,10 @@ class VIEW3D_PT_tools_active(
|
|
|
559
565
|
"""
|
|
560
566
|
...
|
|
561
567
|
|
|
562
|
-
|
|
563
|
-
def
|
|
568
|
+
@classmethod
|
|
569
|
+
def tools_all(cls): ...
|
|
570
|
+
@classmethod
|
|
571
|
+
def tools_from_context(cls, context, mode=None):
|
|
564
572
|
"""
|
|
565
573
|
|
|
566
574
|
:param context:
|
|
@@ -587,7 +595,8 @@ class _defs_annotate:
|
|
|
587
595
|
...
|
|
588
596
|
|
|
589
597
|
class _defs_curves_sculpt:
|
|
590
|
-
|
|
598
|
+
@staticmethod
|
|
599
|
+
def generate_from_brushes(context):
|
|
591
600
|
"""
|
|
592
601
|
|
|
593
602
|
:param context:
|
|
@@ -671,14 +680,16 @@ class _defs_gpencil_paint:
|
|
|
671
680
|
line: typing.Any
|
|
672
681
|
polyline: typing.Any
|
|
673
682
|
|
|
674
|
-
|
|
683
|
+
@staticmethod
|
|
684
|
+
def generate_from_brushes(context):
|
|
675
685
|
"""
|
|
676
686
|
|
|
677
687
|
:param context:
|
|
678
688
|
"""
|
|
679
689
|
...
|
|
680
690
|
|
|
681
|
-
|
|
691
|
+
@staticmethod
|
|
692
|
+
def gpencil_primitive_toolbar(context, layout, _tool, props):
|
|
682
693
|
"""
|
|
683
694
|
|
|
684
695
|
:param context:
|
|
@@ -689,14 +700,16 @@ class _defs_gpencil_paint:
|
|
|
689
700
|
...
|
|
690
701
|
|
|
691
702
|
class _defs_gpencil_sculpt:
|
|
692
|
-
|
|
703
|
+
@staticmethod
|
|
704
|
+
def generate_from_brushes(context):
|
|
693
705
|
"""
|
|
694
706
|
|
|
695
707
|
:param context:
|
|
696
708
|
"""
|
|
697
709
|
...
|
|
698
710
|
|
|
699
|
-
|
|
711
|
+
@staticmethod
|
|
712
|
+
def poll_select_mask(context):
|
|
700
713
|
"""
|
|
701
714
|
|
|
702
715
|
:param context:
|
|
@@ -704,14 +717,16 @@ class _defs_gpencil_sculpt:
|
|
|
704
717
|
...
|
|
705
718
|
|
|
706
719
|
class _defs_gpencil_vertex:
|
|
707
|
-
|
|
720
|
+
@staticmethod
|
|
721
|
+
def generate_from_brushes(context):
|
|
708
722
|
"""
|
|
709
723
|
|
|
710
724
|
:param context:
|
|
711
725
|
"""
|
|
712
726
|
...
|
|
713
727
|
|
|
714
|
-
|
|
728
|
+
@staticmethod
|
|
729
|
+
def poll_select_mask(context):
|
|
715
730
|
"""
|
|
716
731
|
|
|
717
732
|
:param context:
|
|
@@ -719,7 +734,8 @@ class _defs_gpencil_vertex:
|
|
|
719
734
|
...
|
|
720
735
|
|
|
721
736
|
class _defs_gpencil_weight:
|
|
722
|
-
|
|
737
|
+
@staticmethod
|
|
738
|
+
def generate_from_brushes(context):
|
|
723
739
|
"""
|
|
724
740
|
|
|
725
741
|
:param context:
|
|
@@ -739,14 +755,16 @@ class _defs_grease_pencil_paint:
|
|
|
739
755
|
line: typing.Any
|
|
740
756
|
polyline: typing.Any
|
|
741
757
|
|
|
742
|
-
|
|
758
|
+
@staticmethod
|
|
759
|
+
def generate_from_brushes(context):
|
|
743
760
|
"""
|
|
744
761
|
|
|
745
762
|
:param context:
|
|
746
763
|
"""
|
|
747
764
|
...
|
|
748
765
|
|
|
749
|
-
|
|
766
|
+
@staticmethod
|
|
767
|
+
def grease_pencil_primitive_toolbar(context, layout, _tool, props):
|
|
750
768
|
"""
|
|
751
769
|
|
|
752
770
|
:param context:
|
|
@@ -757,14 +775,16 @@ class _defs_grease_pencil_paint:
|
|
|
757
775
|
...
|
|
758
776
|
|
|
759
777
|
class _defs_grease_pencil_sculpt:
|
|
760
|
-
|
|
778
|
+
@staticmethod
|
|
779
|
+
def generate_from_brushes(context):
|
|
761
780
|
"""
|
|
762
781
|
|
|
763
782
|
:param context:
|
|
764
783
|
"""
|
|
765
784
|
...
|
|
766
785
|
|
|
767
|
-
|
|
786
|
+
@staticmethod
|
|
787
|
+
def poll_select_mask(context):
|
|
768
788
|
"""
|
|
769
789
|
|
|
770
790
|
:param context:
|
|
@@ -772,7 +792,8 @@ class _defs_grease_pencil_sculpt:
|
|
|
772
792
|
...
|
|
773
793
|
|
|
774
794
|
class _defs_grease_pencil_weight:
|
|
775
|
-
|
|
795
|
+
@staticmethod
|
|
796
|
+
def generate_from_brushes(context):
|
|
776
797
|
"""
|
|
777
798
|
|
|
778
799
|
:param context:
|
|
@@ -783,7 +804,8 @@ class _defs_image_generic:
|
|
|
783
804
|
cursor: typing.Any
|
|
784
805
|
sample: typing.Any
|
|
785
806
|
|
|
786
|
-
|
|
807
|
+
@staticmethod
|
|
808
|
+
def poll_uvedit(context):
|
|
787
809
|
"""
|
|
788
810
|
|
|
789
811
|
:param context:
|
|
@@ -820,7 +842,8 @@ class _defs_node_select:
|
|
|
820
842
|
select: typing.Any
|
|
821
843
|
|
|
822
844
|
class _defs_particle:
|
|
823
|
-
|
|
845
|
+
@staticmethod
|
|
846
|
+
def generate_from_brushes(context):
|
|
824
847
|
"""
|
|
825
848
|
|
|
826
849
|
:param context:
|
|
@@ -856,7 +879,8 @@ class _defs_sculpt:
|
|
|
856
879
|
trim_line: typing.Any
|
|
857
880
|
trim_polyline: typing.Any
|
|
858
881
|
|
|
859
|
-
|
|
882
|
+
@staticmethod
|
|
883
|
+
def draw_lasso_stroke_settings(layout, props, draw_inline, draw_popover):
|
|
860
884
|
"""
|
|
861
885
|
|
|
862
886
|
:param layout:
|
|
@@ -866,7 +890,8 @@ class _defs_sculpt:
|
|
|
866
890
|
"""
|
|
867
891
|
...
|
|
868
892
|
|
|
869
|
-
|
|
893
|
+
@staticmethod
|
|
894
|
+
def generate_from_brushes(context):
|
|
870
895
|
"""
|
|
871
896
|
|
|
872
897
|
:param context:
|
|
@@ -889,14 +914,16 @@ class _defs_sequencer_select:
|
|
|
889
914
|
select_timeline: typing.Any
|
|
890
915
|
|
|
891
916
|
class _defs_texture_paint:
|
|
892
|
-
|
|
917
|
+
@staticmethod
|
|
918
|
+
def generate_from_brushes(context):
|
|
893
919
|
"""
|
|
894
920
|
|
|
895
921
|
:param context:
|
|
896
922
|
"""
|
|
897
923
|
...
|
|
898
924
|
|
|
899
|
-
|
|
925
|
+
@staticmethod
|
|
926
|
+
def poll_select_mask(context):
|
|
900
927
|
"""
|
|
901
928
|
|
|
902
929
|
:param context:
|
|
@@ -921,14 +948,16 @@ class _defs_transform:
|
|
|
921
948
|
...
|
|
922
949
|
|
|
923
950
|
class _defs_vertex_paint:
|
|
924
|
-
|
|
951
|
+
@staticmethod
|
|
952
|
+
def generate_from_brushes(context):
|
|
925
953
|
"""
|
|
926
954
|
|
|
927
955
|
:param context:
|
|
928
956
|
"""
|
|
929
957
|
...
|
|
930
958
|
|
|
931
|
-
|
|
959
|
+
@staticmethod
|
|
960
|
+
def poll_select_mask(context):
|
|
932
961
|
"""
|
|
933
962
|
|
|
934
963
|
:param context:
|
|
@@ -942,7 +971,8 @@ class _defs_view3d_add:
|
|
|
942
971
|
ico_sphere_add: typing.Any
|
|
943
972
|
uv_sphere_add: typing.Any
|
|
944
973
|
|
|
945
|
-
|
|
974
|
+
@staticmethod
|
|
975
|
+
def description_interactive_add(context, _item, _km, *, prefix):
|
|
946
976
|
"""
|
|
947
977
|
|
|
948
978
|
:param context:
|
|
@@ -952,7 +982,8 @@ class _defs_view3d_add:
|
|
|
952
982
|
"""
|
|
953
983
|
...
|
|
954
984
|
|
|
955
|
-
|
|
985
|
+
@staticmethod
|
|
986
|
+
def draw_settings_interactive_add(layout, tool_settings, tool, extra):
|
|
956
987
|
"""
|
|
957
988
|
|
|
958
989
|
:param layout:
|
|
@@ -978,14 +1009,16 @@ class _defs_weight_paint:
|
|
|
978
1009
|
sample_weight: typing.Any
|
|
979
1010
|
sample_weight_group: typing.Any
|
|
980
1011
|
|
|
981
|
-
|
|
1012
|
+
@staticmethod
|
|
1013
|
+
def generate_from_brushes(context):
|
|
982
1014
|
"""
|
|
983
1015
|
|
|
984
1016
|
:param context:
|
|
985
1017
|
"""
|
|
986
1018
|
...
|
|
987
1019
|
|
|
988
|
-
|
|
1020
|
+
@staticmethod
|
|
1021
|
+
def poll_select_tools(context):
|
|
989
1022
|
"""
|
|
990
1023
|
|
|
991
1024
|
:param context:
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -3228,7 +3228,8 @@ class TOPBAR_MT_file_new(bpy_types._GenericUI):
|
|
|
3228
3228
|
bl_rna: typing.Any
|
|
3229
3229
|
id_data: typing.Any
|
|
3230
3230
|
|
|
3231
|
-
|
|
3231
|
+
@staticmethod
|
|
3232
|
+
def app_template_paths(): ...
|
|
3232
3233
|
def append(self, draw_func):
|
|
3233
3234
|
"""Append a draw function to this menu,
|
|
3234
3235
|
takes the same arguments as the menus draw function
|
|
@@ -3276,7 +3277,8 @@ class TOPBAR_MT_file_new(bpy_types._GenericUI):
|
|
|
3276
3277
|
"""
|
|
3277
3278
|
...
|
|
3278
3279
|
|
|
3279
|
-
|
|
3280
|
+
@staticmethod
|
|
3281
|
+
def draw_ex(layout, _context, *, use_splash=False, use_more=False):
|
|
3280
3282
|
"""
|
|
3281
3283
|
|
|
3282
3284
|
:param layout:
|
|
@@ -5580,7 +5582,8 @@ class TOPBAR_PT_gpencil_layers(bpy_types._GenericUI):
|
|
|
5580
5582
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5581
5583
|
...
|
|
5582
5584
|
|
|
5583
|
-
|
|
5585
|
+
@classmethod
|
|
5586
|
+
def poll(cls, context):
|
|
5584
5587
|
"""
|
|
5585
5588
|
|
|
5586
5589
|
:param context:
|
|
@@ -6144,7 +6147,8 @@ class TOPBAR_PT_name_marker(bpy_types._GenericUI):
|
|
|
6144
6147
|
"""
|
|
6145
6148
|
...
|
|
6146
6149
|
|
|
6147
|
-
|
|
6150
|
+
@staticmethod
|
|
6151
|
+
def get_selected_marker(context):
|
|
6148
6152
|
"""
|
|
6149
6153
|
|
|
6150
6154
|
:param context:
|
|
@@ -6205,7 +6209,8 @@ class TOPBAR_PT_name_marker(bpy_types._GenericUI):
|
|
|
6205
6209
|
"""
|
|
6206
6210
|
...
|
|
6207
6211
|
|
|
6208
|
-
|
|
6212
|
+
@staticmethod
|
|
6213
|
+
def is_using_pose_markers(context):
|
|
6209
6214
|
"""
|
|
6210
6215
|
|
|
6211
6216
|
:param context:
|
|
@@ -6291,7 +6296,8 @@ class TOPBAR_PT_name_marker(bpy_types._GenericUI):
|
|
|
6291
6296
|
"""
|
|
6292
6297
|
...
|
|
6293
6298
|
|
|
6294
|
-
|
|
6299
|
+
@staticmethod
|
|
6300
|
+
def row_with_icon(layout, icon):
|
|
6295
6301
|
"""
|
|
6296
6302
|
|
|
6297
6303
|
:param layout:
|
|
@@ -41,7 +41,8 @@ class ExperimentalPanel:
|
|
|
41
41
|
bl_space_type: typing.Any
|
|
42
42
|
url_prefix: typing.Any
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
@classmethod
|
|
45
|
+
def poll(cls, _context):
|
|
45
46
|
"""
|
|
46
47
|
|
|
47
48
|
:param _context:
|
|
@@ -162,10 +163,13 @@ class SystemPanel:
|
|
|
162
163
|
bl_space_type: typing.Any
|
|
163
164
|
|
|
164
165
|
class ThemeGenericClassGenerator:
|
|
165
|
-
|
|
166
|
-
def
|
|
166
|
+
@staticmethod
|
|
167
|
+
def generate_panel_classes_for_wcols(): ...
|
|
168
|
+
@staticmethod
|
|
169
|
+
def generate_panel_classes_from_theme_areas(): ...
|
|
170
|
+
@staticmethod
|
|
167
171
|
def generate_theme_area_child_panel_classes(
|
|
168
|
-
|
|
172
|
+
parent_id, rna_type, theme_area, datapath
|
|
169
173
|
):
|
|
170
174
|
"""
|
|
171
175
|
|
|
@@ -225,7 +229,8 @@ class USERPREF_HT_header(bpy_types._GenericUI):
|
|
|
225
229
|
"""
|
|
226
230
|
...
|
|
227
231
|
|
|
228
|
-
|
|
232
|
+
@staticmethod
|
|
233
|
+
def draw_buttons(layout, context):
|
|
229
234
|
"""
|
|
230
235
|
|
|
231
236
|
:param layout:
|
|
@@ -1452,7 +1457,8 @@ class USERPREF_MT_interface_theme_presets(bpy_types._GenericUI):
|
|
|
1452
1457
|
"""
|
|
1453
1458
|
...
|
|
1454
1459
|
|
|
1455
|
-
|
|
1460
|
+
@staticmethod
|
|
1461
|
+
def post_cb(context, filepath):
|
|
1456
1462
|
"""
|
|
1457
1463
|
|
|
1458
1464
|
:param context:
|
|
@@ -1487,7 +1493,8 @@ class USERPREF_MT_interface_theme_presets(bpy_types._GenericUI):
|
|
|
1487
1493
|
"""
|
|
1488
1494
|
...
|
|
1489
1495
|
|
|
1490
|
-
|
|
1496
|
+
@staticmethod
|
|
1497
|
+
def reset_cb(_context, _filepath):
|
|
1491
1498
|
"""
|
|
1492
1499
|
|
|
1493
1500
|
:param _context:
|
|
@@ -2374,7 +2381,8 @@ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
|
|
|
2374
2381
|
"""
|
|
2375
2382
|
...
|
|
2376
2383
|
|
|
2377
|
-
|
|
2384
|
+
@staticmethod
|
|
2385
|
+
def draw_addon_preferences(layout, context, addon_preferences):
|
|
2378
2386
|
"""
|
|
2379
2387
|
|
|
2380
2388
|
:param layout:
|
|
@@ -2383,7 +2391,8 @@ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
|
|
|
2383
2391
|
"""
|
|
2384
2392
|
...
|
|
2385
2393
|
|
|
2386
|
-
|
|
2394
|
+
@staticmethod
|
|
2395
|
+
def draw_error(layout, message):
|
|
2387
2396
|
"""
|
|
2388
2397
|
|
|
2389
2398
|
:param layout:
|
|
@@ -2468,7 +2477,8 @@ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
|
|
|
2468
2477
|
"""
|
|
2469
2478
|
...
|
|
2470
2479
|
|
|
2471
|
-
|
|
2480
|
+
@staticmethod
|
|
2481
|
+
def is_user_addon(mod, user_addon_paths):
|
|
2472
2482
|
"""
|
|
2473
2483
|
|
|
2474
2484
|
:param mod:
|
|
@@ -6211,7 +6221,8 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy_types._GenericUI
|
|
|
6211
6221
|
"""Returns the property from the path, raise an exception when not found."""
|
|
6212
6222
|
...
|
|
6213
6223
|
|
|
6214
|
-
|
|
6224
|
+
@classmethod
|
|
6225
|
+
def poll(cls, _context):
|
|
6215
6226
|
"""
|
|
6216
6227
|
|
|
6217
6228
|
:param _context:
|
|
@@ -7990,7 +8001,8 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
|
|
|
7990
8001
|
"""Returns the property from the path, raise an exception when not found."""
|
|
7991
8002
|
...
|
|
7992
8003
|
|
|
7993
|
-
|
|
8004
|
+
@classmethod
|
|
8005
|
+
def poll(cls, context):
|
|
7994
8006
|
"""
|
|
7995
8007
|
|
|
7996
8008
|
:param context:
|
|
@@ -9130,7 +9142,8 @@ class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI)
|
|
|
9130
9142
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9131
9143
|
...
|
|
9132
9144
|
|
|
9133
|
-
|
|
9145
|
+
@classmethod
|
|
9146
|
+
def poll(cls, context):
|
|
9134
9147
|
"""
|
|
9135
9148
|
|
|
9136
9149
|
:param context:
|
|
@@ -9600,7 +9613,8 @@ class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, bpy_types._Generi
|
|
|
9600
9613
|
"""Returns the property from the path, raise an exception when not found."""
|
|
9601
9614
|
...
|
|
9602
9615
|
|
|
9603
|
-
|
|
9616
|
+
@classmethod
|
|
9617
|
+
def poll(cls, context):
|
|
9604
9618
|
"""
|
|
9605
9619
|
|
|
9606
9620
|
:param context:
|
|
@@ -11706,7 +11720,8 @@ class USERPREF_PT_interface_translation(
|
|
|
11706
11720
|
"""Returns the property from the path, raise an exception when not found."""
|
|
11707
11721
|
...
|
|
11708
11722
|
|
|
11709
|
-
|
|
11723
|
+
@classmethod
|
|
11724
|
+
def poll(cls, _context):
|
|
11710
11725
|
"""
|
|
11711
11726
|
|
|
11712
11727
|
:param _context:
|
|
@@ -12627,7 +12642,8 @@ class USERPREF_PT_navigation_fly_walk_gravity(
|
|
|
12627
12642
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12628
12643
|
...
|
|
12629
12644
|
|
|
12630
|
-
|
|
12645
|
+
@classmethod
|
|
12646
|
+
def poll(cls, context):
|
|
12631
12647
|
"""
|
|
12632
12648
|
|
|
12633
12649
|
:param context:
|
|
@@ -12869,7 +12885,8 @@ class USERPREF_PT_navigation_fly_walk_navigation(
|
|
|
12869
12885
|
"""Returns the property from the path, raise an exception when not found."""
|
|
12870
12886
|
...
|
|
12871
12887
|
|
|
12872
|
-
|
|
12888
|
+
@classmethod
|
|
12889
|
+
def poll(cls, context):
|
|
12873
12890
|
"""
|
|
12874
12891
|
|
|
12875
12892
|
:param context:
|
|
@@ -13439,7 +13456,8 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
|
|
|
13439
13456
|
"""
|
|
13440
13457
|
...
|
|
13441
13458
|
|
|
13442
|
-
|
|
13459
|
+
@staticmethod
|
|
13460
|
+
def draw_settings(layout, props, show_3dview_settings=True):
|
|
13443
13461
|
"""
|
|
13444
13462
|
|
|
13445
13463
|
:param layout:
|
|
@@ -13789,7 +13807,8 @@ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
|
|
|
13789
13807
|
"""Returns the property from the path, raise an exception when not found."""
|
|
13790
13808
|
...
|
|
13791
13809
|
|
|
13792
|
-
|
|
13810
|
+
@classmethod
|
|
13811
|
+
def poll(cls, context):
|
|
13793
13812
|
"""
|
|
13794
13813
|
|
|
13795
13814
|
:param context:
|
|
@@ -14695,7 +14714,8 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericU
|
|
|
14695
14714
|
"""
|
|
14696
14715
|
...
|
|
14697
14716
|
|
|
14698
|
-
|
|
14717
|
+
@staticmethod
|
|
14718
|
+
def opengl_light_buttons(layout, light):
|
|
14699
14719
|
"""
|
|
14700
14720
|
|
|
14701
14721
|
:param layout:
|
|
@@ -16382,7 +16402,8 @@ class USERPREF_PT_system_os_settings(
|
|
|
16382
16402
|
"""Returns the property from the path, raise an exception when not found."""
|
|
16383
16403
|
...
|
|
16384
16404
|
|
|
16385
|
-
|
|
16405
|
+
@classmethod
|
|
16406
|
+
def poll(cls, _context):
|
|
16386
16407
|
"""
|
|
16387
16408
|
|
|
16388
16409
|
:param _context:
|
|
@@ -20876,7 +20897,8 @@ class USERPREF_PT_viewport_subdivision(
|
|
|
20876
20897
|
"""Returns the property from the path, raise an exception when not found."""
|
|
20877
20898
|
...
|
|
20878
20899
|
|
|
20879
|
-
|
|
20900
|
+
@classmethod
|
|
20901
|
+
def poll(cls, context):
|
|
20880
20902
|
"""
|
|
20881
20903
|
|
|
20882
20904
|
:param context:
|