fake-bpy-module 20240706__py3-none-any.whl → 20240708__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.
- bl_operators/assets/__init__.pyi +8 -8
- bl_operators/image_as_planes/__init__.pyi +43 -43
- bl_operators/node/__init__.pyi +234 -234
- bl_operators/object_quick_effects/__init__.pyi +21 -21
- bl_operators/presets/__init__.pyi +388 -388
- bl_ui/properties_collection/__init__.pyi +12 -12
- bl_ui/properties_constraint/__init__.pyi +954 -954
- bl_ui/properties_data_armature/__init__.pyi +85 -85
- bl_ui/properties_data_bone/__init__.pyi +12 -12
- bl_ui/properties_data_curve/__init__.pyi +92 -92
- bl_ui/properties_data_curves/__init__.pyi +12 -12
- bl_ui/properties_data_empty/__init__.pyi +12 -12
- bl_ui/properties_data_gpencil/__init__.pyi +265 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +312 -312
- bl_ui/properties_data_lattice/__init__.pyi +12 -12
- bl_ui/properties_data_light/__init__.pyi +12 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +12 -12
- bl_ui/properties_data_mesh/__init__.pyi +527 -527
- bl_ui/properties_data_metaball/__init__.pyi +12 -12
- bl_ui/properties_data_modifier/__init__.pyi +19 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +140 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +5 -5
- bl_ui/properties_data_speaker/__init__.pyi +12 -12
- bl_ui/properties_data_volume/__init__.pyi +65 -65
- bl_ui/properties_freestyle/__init__.pyi +248 -248
- bl_ui/properties_material/__init__.pyi +145 -145
- bl_ui/properties_material_gpencil/__init__.pyi +86 -86
- bl_ui/properties_object/__init__.pyi +75 -75
- bl_ui/properties_output/__init__.pyi +201 -201
- bl_ui/properties_particle/__init__.pyi +220 -220
- bl_ui/properties_physics_cloth/__init__.pyi +12 -12
- bl_ui/properties_physics_common/__init__.pyi +12 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +187 -187
- bl_ui/properties_physics_field/__init__.pyi +19 -19
- bl_ui/properties_physics_fluid/__init__.pyi +61 -61
- bl_ui/properties_physics_rigidbody/__init__.pyi +5 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +5 -5
- bl_ui/properties_physics_softbody/__init__.pyi +12 -12
- bl_ui/properties_render/__init__.pyi +217 -217
- bl_ui/properties_scene/__init__.pyi +143 -143
- bl_ui/properties_texture/__init__.pyi +156 -156
- bl_ui/properties_view_layer/__init__.pyi +78 -78
- bl_ui/properties_workspace/__init__.pyi +64 -64
- bl_ui/properties_world/__init__.pyi +12 -12
- bl_ui/space_clip/__init__.pyi +366 -366
- bl_ui/space_dopesheet/__init__.pyi +176 -176
- bl_ui/space_filebrowser/__init__.pyi +735 -735
- bl_ui/space_image/__init__.pyi +646 -646
- bl_ui/space_sequencer/__init__.pyi +841 -389
- bl_ui/space_time/__init__.pyi +11 -11
- bl_ui/space_userpref/__init__.pyi +684 -684
- bl_ui/space_view3d/__init__.pyi +1152 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2831 -2831
- bmesh/types/__init__.pyi +48 -0
- bpy/types/__init__.pyi +70624 -70606
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/METADATA +4 -4
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/RECORD +63 -63
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +87 -87
- mathutils/__init__.pyi +156 -50
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/top_level.txt +0 -0
|
@@ -13,19 +13,13 @@ class SceneButtonsPanel:
|
|
|
13
13
|
bl_region_type: typing.Any
|
|
14
14
|
bl_space_type: typing.Any
|
|
15
15
|
|
|
16
|
-
class
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
:param layout:
|
|
22
|
-
:param ks:
|
|
23
|
-
:param ksp:
|
|
24
|
-
"""
|
|
25
|
-
...
|
|
26
|
-
|
|
27
|
-
class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
16
|
+
class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
17
|
+
bl_context: typing.Any
|
|
18
|
+
bl_label: typing.Any
|
|
19
|
+
bl_options: typing.Any
|
|
20
|
+
bl_region_type: typing.Any
|
|
28
21
|
bl_rna: typing.Any
|
|
22
|
+
bl_space_type: typing.Any
|
|
29
23
|
id_data: typing.Any
|
|
30
24
|
|
|
31
25
|
def append(self, draw_func):
|
|
@@ -60,27 +54,10 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
|
60
54
|
"""
|
|
61
55
|
...
|
|
62
56
|
|
|
63
|
-
def
|
|
64
|
-
self,
|
|
65
|
-
_context,
|
|
66
|
-
layout,
|
|
67
|
-
_data,
|
|
68
|
-
item,
|
|
69
|
-
icon,
|
|
70
|
-
_active_data,
|
|
71
|
-
_active_propname,
|
|
72
|
-
_index,
|
|
73
|
-
):
|
|
57
|
+
def draw(self, context):
|
|
74
58
|
"""
|
|
75
59
|
|
|
76
|
-
:param
|
|
77
|
-
:param layout:
|
|
78
|
-
:param _data:
|
|
79
|
-
:param item:
|
|
80
|
-
:param icon:
|
|
81
|
-
:param _active_data:
|
|
82
|
-
:param _active_propname:
|
|
83
|
-
:param _index:
|
|
60
|
+
:param context:
|
|
84
61
|
"""
|
|
85
62
|
...
|
|
86
63
|
|
|
@@ -256,23 +233,17 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
|
256
233
|
"""
|
|
257
234
|
...
|
|
258
235
|
|
|
259
|
-
class
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
def poll(self, context):
|
|
266
|
-
"""
|
|
267
|
-
|
|
268
|
-
:param context:
|
|
269
|
-
"""
|
|
270
|
-
...
|
|
236
|
+
class SCENE_PT_custom_props(
|
|
237
|
+
SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
238
|
+
):
|
|
239
|
+
"""The subclass should have its own poll function
|
|
240
|
+
and the variable '_context_path' MUST be set.
|
|
241
|
+
"""
|
|
271
242
|
|
|
272
|
-
class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
273
243
|
bl_context: typing.Any
|
|
274
244
|
bl_label: typing.Any
|
|
275
245
|
bl_options: typing.Any
|
|
246
|
+
bl_order: typing.Any
|
|
276
247
|
bl_region_type: typing.Any
|
|
277
248
|
bl_rna: typing.Any
|
|
278
249
|
bl_space_type: typing.Any
|
|
@@ -439,6 +410,13 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
439
410
|
"""Returns the property from the path, raise an exception when not found."""
|
|
440
411
|
...
|
|
441
412
|
|
|
413
|
+
def poll(self, context):
|
|
414
|
+
"""
|
|
415
|
+
|
|
416
|
+
:param context:
|
|
417
|
+
"""
|
|
418
|
+
...
|
|
419
|
+
|
|
442
420
|
def pop(self):
|
|
443
421
|
"""Remove and return the value of the custom property assigned to key or default
|
|
444
422
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -489,17 +467,11 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
489
467
|
"""
|
|
490
468
|
...
|
|
491
469
|
|
|
492
|
-
class
|
|
493
|
-
|
|
494
|
-
):
|
|
495
|
-
"""The subclass should have its own poll function
|
|
496
|
-
and the variable '_context_path' MUST be set.
|
|
497
|
-
"""
|
|
498
|
-
|
|
470
|
+
class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
471
|
+
COMPAT_ENGINES: typing.Any
|
|
499
472
|
bl_context: typing.Any
|
|
500
473
|
bl_label: typing.Any
|
|
501
474
|
bl_options: typing.Any
|
|
502
|
-
bl_order: typing.Any
|
|
503
475
|
bl_region_type: typing.Any
|
|
504
476
|
bl_rna: typing.Any
|
|
505
477
|
bl_space_type: typing.Any
|
|
@@ -723,11 +695,12 @@ class SCENE_PT_custom_props(
|
|
|
723
695
|
"""
|
|
724
696
|
...
|
|
725
697
|
|
|
726
|
-
class
|
|
727
|
-
|
|
698
|
+
class SCENE_PT_keyframing_settings(
|
|
699
|
+
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
700
|
+
):
|
|
728
701
|
bl_context: typing.Any
|
|
729
702
|
bl_label: typing.Any
|
|
730
|
-
|
|
703
|
+
bl_parent_id: typing.Any
|
|
731
704
|
bl_region_type: typing.Any
|
|
732
705
|
bl_rna: typing.Any
|
|
733
706
|
bl_space_type: typing.Any
|
|
@@ -772,6 +745,16 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
772
745
|
"""
|
|
773
746
|
...
|
|
774
747
|
|
|
748
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
749
|
+
"""
|
|
750
|
+
|
|
751
|
+
:param context:
|
|
752
|
+
:param layout:
|
|
753
|
+
:param ks:
|
|
754
|
+
:param ksp:
|
|
755
|
+
"""
|
|
756
|
+
...
|
|
757
|
+
|
|
775
758
|
def driver_add(self) -> bpy.types.FCurve:
|
|
776
759
|
"""Adds driver(s) to the given property
|
|
777
760
|
|
|
@@ -951,10 +934,12 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
951
934
|
"""
|
|
952
935
|
...
|
|
953
936
|
|
|
954
|
-
class
|
|
937
|
+
class SCENE_PT_keying_set_paths(
|
|
938
|
+
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
939
|
+
):
|
|
955
940
|
bl_context: typing.Any
|
|
956
941
|
bl_label: typing.Any
|
|
957
|
-
|
|
942
|
+
bl_parent_id: typing.Any
|
|
958
943
|
bl_region_type: typing.Any
|
|
959
944
|
bl_rna: typing.Any
|
|
960
945
|
bl_space_type: typing.Any
|
|
@@ -999,10 +984,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
999
984
|
"""
|
|
1000
985
|
...
|
|
1001
986
|
|
|
1002
|
-
def
|
|
987
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
1003
988
|
"""
|
|
1004
989
|
|
|
1005
990
|
:param context:
|
|
991
|
+
:param layout:
|
|
992
|
+
:param ks:
|
|
993
|
+
:param ksp:
|
|
1006
994
|
"""
|
|
1007
995
|
...
|
|
1008
996
|
|
|
@@ -1128,6 +1116,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1128
1116
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1129
1117
|
...
|
|
1130
1118
|
|
|
1119
|
+
def poll(self, context):
|
|
1120
|
+
"""
|
|
1121
|
+
|
|
1122
|
+
:param context:
|
|
1123
|
+
"""
|
|
1124
|
+
...
|
|
1125
|
+
|
|
1131
1126
|
def pop(self):
|
|
1132
1127
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1133
1128
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1178,7 +1173,9 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1178
1173
|
"""
|
|
1179
1174
|
...
|
|
1180
1175
|
|
|
1181
|
-
class
|
|
1176
|
+
class SCENE_PT_keying_sets(
|
|
1177
|
+
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
1178
|
+
):
|
|
1182
1179
|
bl_context: typing.Any
|
|
1183
1180
|
bl_label: typing.Any
|
|
1184
1181
|
bl_options: typing.Any
|
|
@@ -1226,10 +1223,13 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1226
1223
|
"""
|
|
1227
1224
|
...
|
|
1228
1225
|
|
|
1229
|
-
def
|
|
1226
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
1230
1227
|
"""
|
|
1231
1228
|
|
|
1232
1229
|
:param context:
|
|
1230
|
+
:param layout:
|
|
1231
|
+
:param ks:
|
|
1232
|
+
:param ksp:
|
|
1233
1233
|
"""
|
|
1234
1234
|
...
|
|
1235
1235
|
|
|
@@ -1405,9 +1405,10 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1405
1405
|
"""
|
|
1406
1406
|
...
|
|
1407
1407
|
|
|
1408
|
-
class
|
|
1408
|
+
class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
|
|
1409
1409
|
bl_context: typing.Any
|
|
1410
1410
|
bl_label: typing.Any
|
|
1411
|
+
bl_options: typing.Any
|
|
1411
1412
|
bl_region_type: typing.Any
|
|
1412
1413
|
bl_rna: typing.Any
|
|
1413
1414
|
bl_space_type: typing.Any
|
|
@@ -1452,6 +1453,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1452
1453
|
"""
|
|
1453
1454
|
...
|
|
1454
1455
|
|
|
1456
|
+
def draw_header(self, context):
|
|
1457
|
+
"""
|
|
1458
|
+
|
|
1459
|
+
:param context:
|
|
1460
|
+
"""
|
|
1461
|
+
...
|
|
1462
|
+
|
|
1455
1463
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1456
1464
|
"""Adds driver(s) to the given property
|
|
1457
1465
|
|
|
@@ -1624,10 +1632,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1624
1632
|
"""
|
|
1625
1633
|
...
|
|
1626
1634
|
|
|
1627
|
-
class
|
|
1635
|
+
class SCENE_PT_rigid_body_cache(
|
|
1636
|
+
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
1637
|
+
):
|
|
1628
1638
|
bl_context: typing.Any
|
|
1629
1639
|
bl_label: typing.Any
|
|
1630
1640
|
bl_options: typing.Any
|
|
1641
|
+
bl_parent_id: typing.Any
|
|
1631
1642
|
bl_region_type: typing.Any
|
|
1632
1643
|
bl_rna: typing.Any
|
|
1633
1644
|
bl_space_type: typing.Any
|
|
@@ -1794,6 +1805,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1794
1805
|
"""Returns the property from the path, raise an exception when not found."""
|
|
1795
1806
|
...
|
|
1796
1807
|
|
|
1808
|
+
def poll(self, context):
|
|
1809
|
+
"""
|
|
1810
|
+
|
|
1811
|
+
:param context:
|
|
1812
|
+
"""
|
|
1813
|
+
...
|
|
1814
|
+
|
|
1797
1815
|
def pop(self):
|
|
1798
1816
|
"""Remove and return the value of the custom property assigned to key or default
|
|
1799
1817
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -1844,10 +1862,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
1844
1862
|
"""
|
|
1845
1863
|
...
|
|
1846
1864
|
|
|
1847
|
-
class
|
|
1865
|
+
class SCENE_PT_rigid_body_field_weights(
|
|
1866
|
+
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
1867
|
+
):
|
|
1848
1868
|
bl_context: typing.Any
|
|
1849
1869
|
bl_label: typing.Any
|
|
1850
1870
|
bl_options: typing.Any
|
|
1871
|
+
bl_parent_id: typing.Any
|
|
1851
1872
|
bl_region_type: typing.Any
|
|
1852
1873
|
bl_rna: typing.Any
|
|
1853
1874
|
bl_space_type: typing.Any
|
|
@@ -2014,6 +2035,13 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
2014
2035
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2015
2036
|
...
|
|
2016
2037
|
|
|
2038
|
+
def poll(self, context):
|
|
2039
|
+
"""
|
|
2040
|
+
|
|
2041
|
+
:param context:
|
|
2042
|
+
"""
|
|
2043
|
+
...
|
|
2044
|
+
|
|
2017
2045
|
def pop(self):
|
|
2018
2046
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2019
2047
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -2064,12 +2092,10 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
|
|
|
2064
2092
|
"""
|
|
2065
2093
|
...
|
|
2066
2094
|
|
|
2067
|
-
class
|
|
2068
|
-
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2069
|
-
):
|
|
2095
|
+
class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
|
|
2070
2096
|
bl_context: typing.Any
|
|
2071
2097
|
bl_label: typing.Any
|
|
2072
|
-
|
|
2098
|
+
bl_options: typing.Any
|
|
2073
2099
|
bl_region_type: typing.Any
|
|
2074
2100
|
bl_rna: typing.Any
|
|
2075
2101
|
bl_space_type: typing.Any
|
|
@@ -2114,13 +2140,10 @@ class SCENE_PT_keyframing_settings(
|
|
|
2114
2140
|
"""
|
|
2115
2141
|
...
|
|
2116
2142
|
|
|
2117
|
-
def
|
|
2143
|
+
def draw_header(self, context):
|
|
2118
2144
|
"""
|
|
2119
2145
|
|
|
2120
2146
|
:param context:
|
|
2121
|
-
:param layout:
|
|
2122
|
-
:param ks:
|
|
2123
|
-
:param ksp:
|
|
2124
2147
|
"""
|
|
2125
2148
|
...
|
|
2126
2149
|
|
|
@@ -2246,13 +2269,6 @@ class SCENE_PT_keyframing_settings(
|
|
|
2246
2269
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2247
2270
|
...
|
|
2248
2271
|
|
|
2249
|
-
def poll(self, context):
|
|
2250
|
-
"""
|
|
2251
|
-
|
|
2252
|
-
:param context:
|
|
2253
|
-
"""
|
|
2254
|
-
...
|
|
2255
|
-
|
|
2256
2272
|
def pop(self):
|
|
2257
2273
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2258
2274
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -2303,8 +2319,8 @@ class SCENE_PT_keyframing_settings(
|
|
|
2303
2319
|
"""
|
|
2304
2320
|
...
|
|
2305
2321
|
|
|
2306
|
-
class
|
|
2307
|
-
|
|
2322
|
+
class SCENE_PT_rigid_body_world_settings(
|
|
2323
|
+
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
2308
2324
|
):
|
|
2309
2325
|
bl_context: typing.Any
|
|
2310
2326
|
bl_label: typing.Any
|
|
@@ -2353,16 +2369,6 @@ class SCENE_PT_keying_set_paths(
|
|
|
2353
2369
|
"""
|
|
2354
2370
|
...
|
|
2355
2371
|
|
|
2356
|
-
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
2357
|
-
"""
|
|
2358
|
-
|
|
2359
|
-
:param context:
|
|
2360
|
-
:param layout:
|
|
2361
|
-
:param ks:
|
|
2362
|
-
:param ksp:
|
|
2363
|
-
"""
|
|
2364
|
-
...
|
|
2365
|
-
|
|
2366
2372
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2367
2373
|
"""Adds driver(s) to the given property
|
|
2368
2374
|
|
|
@@ -2542,12 +2548,9 @@ class SCENE_PT_keying_set_paths(
|
|
|
2542
2548
|
"""
|
|
2543
2549
|
...
|
|
2544
2550
|
|
|
2545
|
-
class
|
|
2546
|
-
SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
|
|
2547
|
-
):
|
|
2551
|
+
class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
|
|
2548
2552
|
bl_context: typing.Any
|
|
2549
2553
|
bl_label: typing.Any
|
|
2550
|
-
bl_options: typing.Any
|
|
2551
2554
|
bl_region_type: typing.Any
|
|
2552
2555
|
bl_rna: typing.Any
|
|
2553
2556
|
bl_space_type: typing.Any
|
|
@@ -2592,16 +2595,6 @@ class SCENE_PT_keying_sets(
|
|
|
2592
2595
|
"""
|
|
2593
2596
|
...
|
|
2594
2597
|
|
|
2595
|
-
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
2596
|
-
"""
|
|
2597
|
-
|
|
2598
|
-
:param context:
|
|
2599
|
-
:param layout:
|
|
2600
|
-
:param ks:
|
|
2601
|
-
:param ksp:
|
|
2602
|
-
"""
|
|
2603
|
-
...
|
|
2604
|
-
|
|
2605
2598
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2606
2599
|
"""Adds driver(s) to the given property
|
|
2607
2600
|
|
|
@@ -2774,13 +2767,10 @@ class SCENE_PT_keying_sets(
|
|
|
2774
2767
|
"""
|
|
2775
2768
|
...
|
|
2776
2769
|
|
|
2777
|
-
class
|
|
2778
|
-
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
2779
|
-
):
|
|
2770
|
+
class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
|
|
2780
2771
|
bl_context: typing.Any
|
|
2781
2772
|
bl_label: typing.Any
|
|
2782
2773
|
bl_options: typing.Any
|
|
2783
|
-
bl_parent_id: typing.Any
|
|
2784
2774
|
bl_region_type: typing.Any
|
|
2785
2775
|
bl_rna: typing.Any
|
|
2786
2776
|
bl_space_type: typing.Any
|
|
@@ -2947,13 +2937,6 @@ class SCENE_PT_rigid_body_cache(
|
|
|
2947
2937
|
"""Returns the property from the path, raise an exception when not found."""
|
|
2948
2938
|
...
|
|
2949
2939
|
|
|
2950
|
-
def poll(self, context):
|
|
2951
|
-
"""
|
|
2952
|
-
|
|
2953
|
-
:param context:
|
|
2954
|
-
"""
|
|
2955
|
-
...
|
|
2956
|
-
|
|
2957
2940
|
def pop(self):
|
|
2958
2941
|
"""Remove and return the value of the custom property assigned to key or default
|
|
2959
2942
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3004,13 +2987,10 @@ class SCENE_PT_rigid_body_cache(
|
|
|
3004
2987
|
"""
|
|
3005
2988
|
...
|
|
3006
2989
|
|
|
3007
|
-
class
|
|
3008
|
-
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3009
|
-
):
|
|
2990
|
+
class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
|
|
3010
2991
|
bl_context: typing.Any
|
|
3011
2992
|
bl_label: typing.Any
|
|
3012
2993
|
bl_options: typing.Any
|
|
3013
|
-
bl_parent_id: typing.Any
|
|
3014
2994
|
bl_region_type: typing.Any
|
|
3015
2995
|
bl_rna: typing.Any
|
|
3016
2996
|
bl_space_type: typing.Any
|
|
@@ -3177,13 +3157,6 @@ class SCENE_PT_rigid_body_field_weights(
|
|
|
3177
3157
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3178
3158
|
...
|
|
3179
3159
|
|
|
3180
|
-
def poll(self, context):
|
|
3181
|
-
"""
|
|
3182
|
-
|
|
3183
|
-
:param context:
|
|
3184
|
-
"""
|
|
3185
|
-
...
|
|
3186
|
-
|
|
3187
3160
|
def pop(self):
|
|
3188
3161
|
"""Remove and return the value of the custom property assigned to key or default
|
|
3189
3162
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3234,15 +3207,8 @@ class SCENE_PT_rigid_body_field_weights(
|
|
|
3234
3207
|
"""
|
|
3235
3208
|
...
|
|
3236
3209
|
|
|
3237
|
-
class
|
|
3238
|
-
RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
|
|
3239
|
-
):
|
|
3240
|
-
bl_context: typing.Any
|
|
3241
|
-
bl_label: typing.Any
|
|
3242
|
-
bl_parent_id: typing.Any
|
|
3243
|
-
bl_region_type: typing.Any
|
|
3210
|
+
class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
|
|
3244
3211
|
bl_rna: typing.Any
|
|
3245
|
-
bl_space_type: typing.Any
|
|
3246
3212
|
id_data: typing.Any
|
|
3247
3213
|
|
|
3248
3214
|
def append(self, draw_func):
|
|
@@ -3277,10 +3243,27 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3277
3243
|
"""
|
|
3278
3244
|
...
|
|
3279
3245
|
|
|
3280
|
-
def
|
|
3246
|
+
def draw_item(
|
|
3247
|
+
self,
|
|
3248
|
+
_context,
|
|
3249
|
+
layout,
|
|
3250
|
+
_data,
|
|
3251
|
+
item,
|
|
3252
|
+
icon,
|
|
3253
|
+
_active_data,
|
|
3254
|
+
_active_propname,
|
|
3255
|
+
_index,
|
|
3256
|
+
):
|
|
3281
3257
|
"""
|
|
3282
3258
|
|
|
3283
|
-
:param
|
|
3259
|
+
:param _context:
|
|
3260
|
+
:param layout:
|
|
3261
|
+
:param _data:
|
|
3262
|
+
:param item:
|
|
3263
|
+
:param icon:
|
|
3264
|
+
:param _active_data:
|
|
3265
|
+
:param _active_propname:
|
|
3266
|
+
:param _index:
|
|
3284
3267
|
"""
|
|
3285
3268
|
...
|
|
3286
3269
|
|
|
@@ -3406,13 +3389,6 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3406
3389
|
"""Returns the property from the path, raise an exception when not found."""
|
|
3407
3390
|
...
|
|
3408
3391
|
|
|
3409
|
-
def poll(self, context):
|
|
3410
|
-
"""
|
|
3411
|
-
|
|
3412
|
-
:param context:
|
|
3413
|
-
"""
|
|
3414
|
-
...
|
|
3415
|
-
|
|
3416
3392
|
def pop(self):
|
|
3417
3393
|
"""Remove and return the value of the custom property assigned to key or default
|
|
3418
3394
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -3462,3 +3438,27 @@ class SCENE_PT_rigid_body_world_settings(
|
|
|
3462
3438
|
:return: custom property values.
|
|
3463
3439
|
"""
|
|
3464
3440
|
...
|
|
3441
|
+
|
|
3442
|
+
class SceneKeyingSetsPanel:
|
|
3443
|
+
def draw_keyframing_settings(self, context, layout, ks, ksp):
|
|
3444
|
+
"""
|
|
3445
|
+
|
|
3446
|
+
:param context:
|
|
3447
|
+
:param layout:
|
|
3448
|
+
:param ks:
|
|
3449
|
+
:param ksp:
|
|
3450
|
+
"""
|
|
3451
|
+
...
|
|
3452
|
+
|
|
3453
|
+
class RigidBodySubPanel(SceneButtonsPanel):
|
|
3454
|
+
bl_context: typing.Any
|
|
3455
|
+
bl_parent_id: typing.Any
|
|
3456
|
+
bl_region_type: typing.Any
|
|
3457
|
+
bl_space_type: typing.Any
|
|
3458
|
+
|
|
3459
|
+
def poll(self, context):
|
|
3460
|
+
"""
|
|
3461
|
+
|
|
3462
|
+
:param context:
|
|
3463
|
+
"""
|
|
3464
|
+
...
|