fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,20 +6,11 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class SceneButtonsPanel:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_context: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_region_type: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_space_type: typing.Any
|
|
18
|
-
""" """
|
|
19
12
|
|
|
20
13
|
class SceneKeyingSetsPanel:
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
14
|
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
24
15
|
"""
|
|
25
16
|
|
|
@@ -31,13 +22,8 @@ class SceneKeyingSetsPanel:
|
|
|
31
22
|
...
|
|
32
23
|
|
|
33
24
|
class SCENE_UL_keying_set_paths(bpy_types.UIList, bpy_types._GenericUI):
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
25
|
bl_rna: typing.Any
|
|
37
|
-
""" """
|
|
38
|
-
|
|
39
26
|
id_data: typing.Any
|
|
40
|
-
""" """
|
|
41
27
|
|
|
42
28
|
def append(self, draw_func):
|
|
43
29
|
"""Append a draw function to this menu,
|
|
@@ -139,10 +125,7 @@ class SCENE_UL_keying_set_paths(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
139
125
|
"""
|
|
140
126
|
...
|
|
141
127
|
|
|
142
|
-
def is_extended(self):
|
|
143
|
-
""" """
|
|
144
|
-
...
|
|
145
|
-
|
|
128
|
+
def is_extended(self): ...
|
|
146
129
|
def is_property_hidden(self) -> bool:
|
|
147
130
|
"""Check if a property is hidden.
|
|
148
131
|
|
|
@@ -271,19 +254,10 @@ class SCENE_UL_keying_set_paths(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
271
254
|
...
|
|
272
255
|
|
|
273
256
|
class RigidBodySubPanel(SceneButtonsPanel):
|
|
274
|
-
""" """
|
|
275
|
-
|
|
276
257
|
bl_context: typing.Any
|
|
277
|
-
""" """
|
|
278
|
-
|
|
279
258
|
bl_parent_id: typing.Any
|
|
280
|
-
""" """
|
|
281
|
-
|
|
282
259
|
bl_region_type: typing.Any
|
|
283
|
-
""" """
|
|
284
|
-
|
|
285
260
|
bl_space_type: typing.Any
|
|
286
|
-
""" """
|
|
287
261
|
|
|
288
262
|
def poll(self, context):
|
|
289
263
|
"""
|
|
@@ -293,28 +267,13 @@ class RigidBodySubPanel(SceneButtonsPanel):
|
|
|
293
267
|
...
|
|
294
268
|
|
|
295
269
|
class SCENE_PT_audio(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
296
|
-
""" """
|
|
297
|
-
|
|
298
270
|
bl_context: typing.Any
|
|
299
|
-
""" """
|
|
300
|
-
|
|
301
271
|
bl_label: typing.Any
|
|
302
|
-
""" """
|
|
303
|
-
|
|
304
272
|
bl_options: typing.Any
|
|
305
|
-
""" """
|
|
306
|
-
|
|
307
273
|
bl_region_type: typing.Any
|
|
308
|
-
""" """
|
|
309
|
-
|
|
310
274
|
bl_rna: typing.Any
|
|
311
|
-
""" """
|
|
312
|
-
|
|
313
275
|
bl_space_type: typing.Any
|
|
314
|
-
""" """
|
|
315
|
-
|
|
316
276
|
id_data: typing.Any
|
|
317
|
-
""" """
|
|
318
277
|
|
|
319
278
|
def append(self, draw_func):
|
|
320
279
|
"""Append a draw function to this menu,
|
|
@@ -399,10 +358,7 @@ class SCENE_PT_audio(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
399
358
|
"""
|
|
400
359
|
...
|
|
401
360
|
|
|
402
|
-
def is_extended(self):
|
|
403
|
-
""" """
|
|
404
|
-
...
|
|
405
|
-
|
|
361
|
+
def is_extended(self): ...
|
|
406
362
|
def is_property_hidden(self) -> bool:
|
|
407
363
|
"""Check if a property is hidden.
|
|
408
364
|
|
|
@@ -538,28 +494,13 @@ class SCENE_PT_custom_props(
|
|
|
538
494
|
"""
|
|
539
495
|
|
|
540
496
|
bl_context: typing.Any
|
|
541
|
-
""" """
|
|
542
|
-
|
|
543
497
|
bl_label: typing.Any
|
|
544
|
-
""" """
|
|
545
|
-
|
|
546
498
|
bl_options: typing.Any
|
|
547
|
-
""" """
|
|
548
|
-
|
|
549
499
|
bl_order: typing.Any
|
|
550
|
-
""" """
|
|
551
|
-
|
|
552
500
|
bl_region_type: typing.Any
|
|
553
|
-
""" """
|
|
554
|
-
|
|
555
501
|
bl_rna: typing.Any
|
|
556
|
-
""" """
|
|
557
|
-
|
|
558
502
|
bl_space_type: typing.Any
|
|
559
|
-
""" """
|
|
560
|
-
|
|
561
503
|
id_data: typing.Any
|
|
562
|
-
""" """
|
|
563
504
|
|
|
564
505
|
def append(self, draw_func):
|
|
565
506
|
"""Append a draw function to this menu,
|
|
@@ -644,10 +585,7 @@ class SCENE_PT_custom_props(
|
|
|
644
585
|
"""
|
|
645
586
|
...
|
|
646
587
|
|
|
647
|
-
def is_extended(self):
|
|
648
|
-
""" """
|
|
649
|
-
...
|
|
650
|
-
|
|
588
|
+
def is_extended(self): ...
|
|
651
589
|
def is_property_hidden(self) -> bool:
|
|
652
590
|
"""Check if a property is hidden.
|
|
653
591
|
|
|
@@ -785,31 +723,14 @@ class SCENE_PT_custom_props(
|
|
|
785
723
|
class SCENE_PT_eevee_next_light_probes(
|
|
786
724
|
bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI
|
|
787
725
|
):
|
|
788
|
-
""" """
|
|
789
|
-
|
|
790
726
|
COMPAT_ENGINES: typing.Any
|
|
791
|
-
""" """
|
|
792
|
-
|
|
793
727
|
bl_context: typing.Any
|
|
794
|
-
""" """
|
|
795
|
-
|
|
796
728
|
bl_label: typing.Any
|
|
797
|
-
""" """
|
|
798
|
-
|
|
799
729
|
bl_options: typing.Any
|
|
800
|
-
""" """
|
|
801
|
-
|
|
802
730
|
bl_region_type: typing.Any
|
|
803
|
-
""" """
|
|
804
|
-
|
|
805
731
|
bl_rna: typing.Any
|
|
806
|
-
""" """
|
|
807
|
-
|
|
808
732
|
bl_space_type: typing.Any
|
|
809
|
-
""" """
|
|
810
|
-
|
|
811
733
|
id_data: typing.Any
|
|
812
|
-
""" """
|
|
813
734
|
|
|
814
735
|
def append(self, draw_func):
|
|
815
736
|
"""Append a draw function to this menu,
|
|
@@ -894,10 +815,7 @@ class SCENE_PT_eevee_next_light_probes(
|
|
|
894
815
|
"""
|
|
895
816
|
...
|
|
896
817
|
|
|
897
|
-
def is_extended(self):
|
|
898
|
-
""" """
|
|
899
|
-
...
|
|
900
|
-
|
|
818
|
+
def is_extended(self): ...
|
|
901
819
|
def is_property_hidden(self) -> bool:
|
|
902
820
|
"""Check if a property is hidden.
|
|
903
821
|
|
|
@@ -1033,28 +951,13 @@ class SCENE_PT_eevee_next_light_probes(
|
|
|
1033
951
|
...
|
|
1034
952
|
|
|
1035
953
|
class SCENE_PT_physics(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
1036
|
-
""" """
|
|
1037
|
-
|
|
1038
954
|
bl_context: typing.Any
|
|
1039
|
-
""" """
|
|
1040
|
-
|
|
1041
955
|
bl_label: typing.Any
|
|
1042
|
-
""" """
|
|
1043
|
-
|
|
1044
956
|
bl_options: typing.Any
|
|
1045
|
-
""" """
|
|
1046
|
-
|
|
1047
957
|
bl_region_type: typing.Any
|
|
1048
|
-
""" """
|
|
1049
|
-
|
|
1050
958
|
bl_rna: typing.Any
|
|
1051
|
-
""" """
|
|
1052
|
-
|
|
1053
959
|
bl_space_type: typing.Any
|
|
1054
|
-
""" """
|
|
1055
|
-
|
|
1056
960
|
id_data: typing.Any
|
|
1057
|
-
""" """
|
|
1058
961
|
|
|
1059
962
|
def append(self, draw_func):
|
|
1060
963
|
"""Append a draw function to this menu,
|
|
@@ -1146,10 +1049,7 @@ class SCENE_PT_physics(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI)
|
|
|
1146
1049
|
"""
|
|
1147
1050
|
...
|
|
1148
1051
|
|
|
1149
|
-
def is_extended(self):
|
|
1150
|
-
""" """
|
|
1151
|
-
...
|
|
1152
|
-
|
|
1052
|
+
def is_extended(self): ...
|
|
1153
1053
|
def is_property_hidden(self) -> bool:
|
|
1154
1054
|
"""Check if a property is hidden.
|
|
1155
1055
|
|
|
@@ -1280,28 +1180,13 @@ class SCENE_PT_physics(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI)
|
|
|
1280
1180
|
class SCENE_PT_rigid_body_world(
|
|
1281
1181
|
bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI
|
|
1282
1182
|
):
|
|
1283
|
-
""" """
|
|
1284
|
-
|
|
1285
1183
|
bl_context: typing.Any
|
|
1286
|
-
""" """
|
|
1287
|
-
|
|
1288
1184
|
bl_label: typing.Any
|
|
1289
|
-
""" """
|
|
1290
|
-
|
|
1291
1185
|
bl_options: typing.Any
|
|
1292
|
-
""" """
|
|
1293
|
-
|
|
1294
1186
|
bl_region_type: typing.Any
|
|
1295
|
-
""" """
|
|
1296
|
-
|
|
1297
1187
|
bl_rna: typing.Any
|
|
1298
|
-
""" """
|
|
1299
|
-
|
|
1300
1188
|
bl_space_type: typing.Any
|
|
1301
|
-
""" """
|
|
1302
|
-
|
|
1303
1189
|
id_data: typing.Any
|
|
1304
|
-
""" """
|
|
1305
1190
|
|
|
1306
1191
|
def append(self, draw_func):
|
|
1307
1192
|
"""Append a draw function to this menu,
|
|
@@ -1393,10 +1278,7 @@ class SCENE_PT_rigid_body_world(
|
|
|
1393
1278
|
"""
|
|
1394
1279
|
...
|
|
1395
1280
|
|
|
1396
|
-
def is_extended(self):
|
|
1397
|
-
""" """
|
|
1398
|
-
...
|
|
1399
|
-
|
|
1281
|
+
def is_extended(self): ...
|
|
1400
1282
|
def is_property_hidden(self) -> bool:
|
|
1401
1283
|
"""Check if a property is hidden.
|
|
1402
1284
|
|
|
@@ -1525,25 +1407,12 @@ class SCENE_PT_rigid_body_world(
|
|
|
1525
1407
|
...
|
|
1526
1408
|
|
|
1527
1409
|
class SCENE_PT_scene(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
1528
|
-
""" """
|
|
1529
|
-
|
|
1530
1410
|
bl_context: typing.Any
|
|
1531
|
-
""" """
|
|
1532
|
-
|
|
1533
1411
|
bl_label: typing.Any
|
|
1534
|
-
""" """
|
|
1535
|
-
|
|
1536
1412
|
bl_region_type: typing.Any
|
|
1537
|
-
""" """
|
|
1538
|
-
|
|
1539
1413
|
bl_rna: typing.Any
|
|
1540
|
-
""" """
|
|
1541
|
-
|
|
1542
1414
|
bl_space_type: typing.Any
|
|
1543
|
-
""" """
|
|
1544
|
-
|
|
1545
1415
|
id_data: typing.Any
|
|
1546
|
-
""" """
|
|
1547
1416
|
|
|
1548
1417
|
def append(self, draw_func):
|
|
1549
1418
|
"""Append a draw function to this menu,
|
|
@@ -1628,10 +1497,7 @@ class SCENE_PT_scene(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1628
1497
|
"""
|
|
1629
1498
|
...
|
|
1630
1499
|
|
|
1631
|
-
def is_extended(self):
|
|
1632
|
-
""" """
|
|
1633
|
-
...
|
|
1634
|
-
|
|
1500
|
+
def is_extended(self): ...
|
|
1635
1501
|
def is_property_hidden(self) -> bool:
|
|
1636
1502
|
"""Check if a property is hidden.
|
|
1637
1503
|
|
|
@@ -1760,28 +1626,13 @@ class SCENE_PT_scene(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1760
1626
|
...
|
|
1761
1627
|
|
|
1762
1628
|
class SCENE_PT_simulation(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
1763
|
-
""" """
|
|
1764
|
-
|
|
1765
1629
|
bl_context: typing.Any
|
|
1766
|
-
""" """
|
|
1767
|
-
|
|
1768
1630
|
bl_label: typing.Any
|
|
1769
|
-
""" """
|
|
1770
|
-
|
|
1771
1631
|
bl_options: typing.Any
|
|
1772
|
-
""" """
|
|
1773
|
-
|
|
1774
1632
|
bl_region_type: typing.Any
|
|
1775
|
-
""" """
|
|
1776
|
-
|
|
1777
1633
|
bl_rna: typing.Any
|
|
1778
|
-
""" """
|
|
1779
|
-
|
|
1780
1634
|
bl_space_type: typing.Any
|
|
1781
|
-
""" """
|
|
1782
|
-
|
|
1783
1635
|
id_data: typing.Any
|
|
1784
|
-
""" """
|
|
1785
1636
|
|
|
1786
1637
|
def append(self, draw_func):
|
|
1787
1638
|
"""Append a draw function to this menu,
|
|
@@ -1866,10 +1717,7 @@ class SCENE_PT_simulation(bpy_types.Panel, SceneButtonsPanel, bpy_types._Generic
|
|
|
1866
1717
|
"""
|
|
1867
1718
|
...
|
|
1868
1719
|
|
|
1869
|
-
def is_extended(self):
|
|
1870
|
-
""" """
|
|
1871
|
-
...
|
|
1872
|
-
|
|
1720
|
+
def is_extended(self): ...
|
|
1873
1721
|
def is_property_hidden(self) -> bool:
|
|
1874
1722
|
"""Check if a property is hidden.
|
|
1875
1723
|
|
|
@@ -1998,28 +1846,13 @@ class SCENE_PT_simulation(bpy_types.Panel, SceneButtonsPanel, bpy_types._Generic
|
|
|
1998
1846
|
...
|
|
1999
1847
|
|
|
2000
1848
|
class SCENE_PT_unit(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
2001
|
-
""" """
|
|
2002
|
-
|
|
2003
1849
|
bl_context: typing.Any
|
|
2004
|
-
""" """
|
|
2005
|
-
|
|
2006
1850
|
bl_label: typing.Any
|
|
2007
|
-
""" """
|
|
2008
|
-
|
|
2009
1851
|
bl_options: typing.Any
|
|
2010
|
-
""" """
|
|
2011
|
-
|
|
2012
1852
|
bl_region_type: typing.Any
|
|
2013
|
-
""" """
|
|
2014
|
-
|
|
2015
1853
|
bl_rna: typing.Any
|
|
2016
|
-
""" """
|
|
2017
|
-
|
|
2018
1854
|
bl_space_type: typing.Any
|
|
2019
|
-
""" """
|
|
2020
|
-
|
|
2021
1855
|
id_data: typing.Any
|
|
2022
|
-
""" """
|
|
2023
1856
|
|
|
2024
1857
|
def append(self, draw_func):
|
|
2025
1858
|
"""Append a draw function to this menu,
|
|
@@ -2104,10 +1937,7 @@ class SCENE_PT_unit(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
2104
1937
|
"""
|
|
2105
1938
|
...
|
|
2106
1939
|
|
|
2107
|
-
def is_extended(self):
|
|
2108
|
-
""" """
|
|
2109
|
-
...
|
|
2110
|
-
|
|
1940
|
+
def is_extended(self): ...
|
|
2111
1941
|
def is_property_hidden(self) -> bool:
|
|
2112
1942
|
"""Check if a property is hidden.
|
|
2113
1943
|
|
|
@@ -2238,28 +2068,13 @@ class SCENE_PT_unit(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
2238
2068
|
class SCENE_PT_keyframing_settings(
|
|
2239
2069
|
bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2240
2070
|
):
|
|
2241
|
-
""" """
|
|
2242
|
-
|
|
2243
2071
|
bl_context: typing.Any
|
|
2244
|
-
""" """
|
|
2245
|
-
|
|
2246
2072
|
bl_label: typing.Any
|
|
2247
|
-
""" """
|
|
2248
|
-
|
|
2249
2073
|
bl_parent_id: typing.Any
|
|
2250
|
-
""" """
|
|
2251
|
-
|
|
2252
2074
|
bl_region_type: typing.Any
|
|
2253
|
-
""" """
|
|
2254
|
-
|
|
2255
2075
|
bl_rna: typing.Any
|
|
2256
|
-
""" """
|
|
2257
|
-
|
|
2258
2076
|
bl_space_type: typing.Any
|
|
2259
|
-
""" """
|
|
2260
|
-
|
|
2261
2077
|
id_data: typing.Any
|
|
2262
|
-
""" """
|
|
2263
2078
|
|
|
2264
2079
|
def append(self, draw_func):
|
|
2265
2080
|
"""Append a draw function to this menu,
|
|
@@ -2354,10 +2169,7 @@ class SCENE_PT_keyframing_settings(
|
|
|
2354
2169
|
"""
|
|
2355
2170
|
...
|
|
2356
2171
|
|
|
2357
|
-
def is_extended(self):
|
|
2358
|
-
""" """
|
|
2359
|
-
...
|
|
2360
|
-
|
|
2172
|
+
def is_extended(self): ...
|
|
2361
2173
|
def is_property_hidden(self) -> bool:
|
|
2362
2174
|
"""Check if a property is hidden.
|
|
2363
2175
|
|
|
@@ -2495,28 +2307,13 @@ class SCENE_PT_keyframing_settings(
|
|
|
2495
2307
|
class SCENE_PT_keying_set_paths(
|
|
2496
2308
|
bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2497
2309
|
):
|
|
2498
|
-
""" """
|
|
2499
|
-
|
|
2500
2310
|
bl_context: typing.Any
|
|
2501
|
-
""" """
|
|
2502
|
-
|
|
2503
2311
|
bl_label: typing.Any
|
|
2504
|
-
""" """
|
|
2505
|
-
|
|
2506
2312
|
bl_parent_id: typing.Any
|
|
2507
|
-
""" """
|
|
2508
|
-
|
|
2509
2313
|
bl_region_type: typing.Any
|
|
2510
|
-
""" """
|
|
2511
|
-
|
|
2512
2314
|
bl_rna: typing.Any
|
|
2513
|
-
""" """
|
|
2514
|
-
|
|
2515
2315
|
bl_space_type: typing.Any
|
|
2516
|
-
""" """
|
|
2517
|
-
|
|
2518
2316
|
id_data: typing.Any
|
|
2519
|
-
""" """
|
|
2520
2317
|
|
|
2521
2318
|
def append(self, draw_func):
|
|
2522
2319
|
"""Append a draw function to this menu,
|
|
@@ -2611,10 +2408,7 @@ class SCENE_PT_keying_set_paths(
|
|
|
2611
2408
|
"""
|
|
2612
2409
|
...
|
|
2613
2410
|
|
|
2614
|
-
def is_extended(self):
|
|
2615
|
-
""" """
|
|
2616
|
-
...
|
|
2617
|
-
|
|
2411
|
+
def is_extended(self): ...
|
|
2618
2412
|
def is_property_hidden(self) -> bool:
|
|
2619
2413
|
"""Check if a property is hidden.
|
|
2620
2414
|
|
|
@@ -2752,28 +2546,13 @@ class SCENE_PT_keying_set_paths(
|
|
|
2752
2546
|
class SCENE_PT_keying_sets(
|
|
2753
2547
|
bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2754
2548
|
):
|
|
2755
|
-
""" """
|
|
2756
|
-
|
|
2757
2549
|
bl_context: typing.Any
|
|
2758
|
-
""" """
|
|
2759
|
-
|
|
2760
2550
|
bl_label: typing.Any
|
|
2761
|
-
""" """
|
|
2762
|
-
|
|
2763
2551
|
bl_options: typing.Any
|
|
2764
|
-
""" """
|
|
2765
|
-
|
|
2766
2552
|
bl_region_type: typing.Any
|
|
2767
|
-
""" """
|
|
2768
|
-
|
|
2769
2553
|
bl_rna: typing.Any
|
|
2770
|
-
""" """
|
|
2771
|
-
|
|
2772
2554
|
bl_space_type: typing.Any
|
|
2773
|
-
""" """
|
|
2774
|
-
|
|
2775
2555
|
id_data: typing.Any
|
|
2776
|
-
""" """
|
|
2777
2556
|
|
|
2778
2557
|
def append(self, draw_func):
|
|
2779
2558
|
"""Append a draw function to this menu,
|
|
@@ -2868,10 +2647,7 @@ class SCENE_PT_keying_sets(
|
|
|
2868
2647
|
"""
|
|
2869
2648
|
...
|
|
2870
2649
|
|
|
2871
|
-
def is_extended(self):
|
|
2872
|
-
""" """
|
|
2873
|
-
...
|
|
2874
|
-
|
|
2650
|
+
def is_extended(self): ...
|
|
2875
2651
|
def is_property_hidden(self) -> bool:
|
|
2876
2652
|
"""Check if a property is hidden.
|
|
2877
2653
|
|
|
@@ -3002,31 +2778,14 @@ class SCENE_PT_keying_sets(
|
|
|
3002
2778
|
class SCENE_PT_rigid_body_cache(
|
|
3003
2779
|
bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3004
2780
|
):
|
|
3005
|
-
""" """
|
|
3006
|
-
|
|
3007
2781
|
bl_context: typing.Any
|
|
3008
|
-
""" """
|
|
3009
|
-
|
|
3010
2782
|
bl_label: typing.Any
|
|
3011
|
-
""" """
|
|
3012
|
-
|
|
3013
2783
|
bl_options: typing.Any
|
|
3014
|
-
""" """
|
|
3015
|
-
|
|
3016
2784
|
bl_parent_id: typing.Any
|
|
3017
|
-
""" """
|
|
3018
|
-
|
|
3019
2785
|
bl_region_type: typing.Any
|
|
3020
|
-
""" """
|
|
3021
|
-
|
|
3022
2786
|
bl_rna: typing.Any
|
|
3023
|
-
""" """
|
|
3024
|
-
|
|
3025
2787
|
bl_space_type: typing.Any
|
|
3026
|
-
""" """
|
|
3027
|
-
|
|
3028
2788
|
id_data: typing.Any
|
|
3029
|
-
""" """
|
|
3030
2789
|
|
|
3031
2790
|
def append(self, draw_func):
|
|
3032
2791
|
"""Append a draw function to this menu,
|
|
@@ -3111,10 +2870,7 @@ class SCENE_PT_rigid_body_cache(
|
|
|
3111
2870
|
"""
|
|
3112
2871
|
...
|
|
3113
2872
|
|
|
3114
|
-
def is_extended(self):
|
|
3115
|
-
""" """
|
|
3116
|
-
...
|
|
3117
|
-
|
|
2873
|
+
def is_extended(self): ...
|
|
3118
2874
|
def is_property_hidden(self) -> bool:
|
|
3119
2875
|
"""Check if a property is hidden.
|
|
3120
2876
|
|
|
@@ -3252,31 +3008,14 @@ class SCENE_PT_rigid_body_cache(
|
|
|
3252
3008
|
class SCENE_PT_rigid_body_field_weights(
|
|
3253
3009
|
bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3254
3010
|
):
|
|
3255
|
-
""" """
|
|
3256
|
-
|
|
3257
3011
|
bl_context: typing.Any
|
|
3258
|
-
""" """
|
|
3259
|
-
|
|
3260
3012
|
bl_label: typing.Any
|
|
3261
|
-
""" """
|
|
3262
|
-
|
|
3263
3013
|
bl_options: typing.Any
|
|
3264
|
-
""" """
|
|
3265
|
-
|
|
3266
3014
|
bl_parent_id: typing.Any
|
|
3267
|
-
""" """
|
|
3268
|
-
|
|
3269
3015
|
bl_region_type: typing.Any
|
|
3270
|
-
""" """
|
|
3271
|
-
|
|
3272
3016
|
bl_rna: typing.Any
|
|
3273
|
-
""" """
|
|
3274
|
-
|
|
3275
3017
|
bl_space_type: typing.Any
|
|
3276
|
-
""" """
|
|
3277
|
-
|
|
3278
3018
|
id_data: typing.Any
|
|
3279
|
-
""" """
|
|
3280
3019
|
|
|
3281
3020
|
def append(self, draw_func):
|
|
3282
3021
|
"""Append a draw function to this menu,
|
|
@@ -3361,10 +3100,7 @@ class SCENE_PT_rigid_body_field_weights(
|
|
|
3361
3100
|
"""
|
|
3362
3101
|
...
|
|
3363
3102
|
|
|
3364
|
-
def is_extended(self):
|
|
3365
|
-
""" """
|
|
3366
|
-
...
|
|
3367
|
-
|
|
3103
|
+
def is_extended(self): ...
|
|
3368
3104
|
def is_property_hidden(self) -> bool:
|
|
3369
3105
|
"""Check if a property is hidden.
|
|
3370
3106
|
|
|
@@ -3502,28 +3238,13 @@ class SCENE_PT_rigid_body_field_weights(
|
|
|
3502
3238
|
class SCENE_PT_rigid_body_world_settings(
|
|
3503
3239
|
bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3504
3240
|
):
|
|
3505
|
-
""" """
|
|
3506
|
-
|
|
3507
3241
|
bl_context: typing.Any
|
|
3508
|
-
""" """
|
|
3509
|
-
|
|
3510
3242
|
bl_label: typing.Any
|
|
3511
|
-
""" """
|
|
3512
|
-
|
|
3513
3243
|
bl_parent_id: typing.Any
|
|
3514
|
-
""" """
|
|
3515
|
-
|
|
3516
3244
|
bl_region_type: typing.Any
|
|
3517
|
-
""" """
|
|
3518
|
-
|
|
3519
3245
|
bl_rna: typing.Any
|
|
3520
|
-
""" """
|
|
3521
|
-
|
|
3522
3246
|
bl_space_type: typing.Any
|
|
3523
|
-
""" """
|
|
3524
|
-
|
|
3525
3247
|
id_data: typing.Any
|
|
3526
|
-
""" """
|
|
3527
3248
|
|
|
3528
3249
|
def append(self, draw_func):
|
|
3529
3250
|
"""Append a draw function to this menu,
|
|
@@ -3608,10 +3329,7 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3608
3329
|
"""
|
|
3609
3330
|
...
|
|
3610
3331
|
|
|
3611
|
-
def is_extended(self):
|
|
3612
|
-
""" """
|
|
3613
|
-
...
|
|
3614
|
-
|
|
3332
|
+
def is_extended(self): ...
|
|
3615
3333
|
def is_property_hidden(self) -> bool:
|
|
3616
3334
|
"""Check if a property is hidden.
|
|
3617
3335
|
|