fake-bpy-module 20240706__py3-none-any.whl → 20240707__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
- bpy/types/__init__.pyi +69750 -69696
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/RECORD +62 -62
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +87 -87
- mathutils/__init__.pyi +156 -6
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
|
@@ -7,25 +7,6 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PhysicButtonsPanel:
|
|
11
|
-
bl_context: typing.Any
|
|
12
|
-
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
|
-
def poll_collision(self, context):
|
|
16
|
-
"""
|
|
17
|
-
|
|
18
|
-
:param context:
|
|
19
|
-
"""
|
|
20
|
-
...
|
|
21
|
-
|
|
22
|
-
def poll_force_field(self, context):
|
|
23
|
-
"""
|
|
24
|
-
|
|
25
|
-
:param context:
|
|
26
|
-
"""
|
|
27
|
-
...
|
|
28
|
-
|
|
29
10
|
class PHYSICS_PT_collision(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
30
11
|
COMPAT_ENGINES: typing.Any
|
|
31
12
|
bl_context: typing.Any
|
|
@@ -2446,4 +2427,23 @@ class PHYSICS_PT_field_settings_texture_select(
|
|
|
2446
2427
|
"""
|
|
2447
2428
|
...
|
|
2448
2429
|
|
|
2430
|
+
class PhysicButtonsPanel:
|
|
2431
|
+
bl_context: typing.Any
|
|
2432
|
+
bl_region_type: typing.Any
|
|
2433
|
+
bl_space_type: typing.Any
|
|
2434
|
+
|
|
2435
|
+
def poll_collision(self, context):
|
|
2436
|
+
"""
|
|
2437
|
+
|
|
2438
|
+
:param context:
|
|
2439
|
+
"""
|
|
2440
|
+
...
|
|
2441
|
+
|
|
2442
|
+
def poll_force_field(self, context):
|
|
2443
|
+
"""
|
|
2444
|
+
|
|
2445
|
+
:param context:
|
|
2446
|
+
"""
|
|
2447
|
+
...
|
|
2448
|
+
|
|
2449
2449
|
def collision_warning(layout): ...
|
|
@@ -278,67 +278,6 @@ class FLUID_PT_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
|
278
278
|
"""
|
|
279
279
|
...
|
|
280
280
|
|
|
281
|
-
class PhysicButtonsPanel:
|
|
282
|
-
bl_context: typing.Any
|
|
283
|
-
bl_region_type: typing.Any
|
|
284
|
-
bl_space_type: typing.Any
|
|
285
|
-
|
|
286
|
-
def check_domain_has_unbaked_guide(self, domain):
|
|
287
|
-
"""
|
|
288
|
-
|
|
289
|
-
:param domain:
|
|
290
|
-
"""
|
|
291
|
-
...
|
|
292
|
-
|
|
293
|
-
def poll_fluid(self, context):
|
|
294
|
-
"""
|
|
295
|
-
|
|
296
|
-
:param context:
|
|
297
|
-
"""
|
|
298
|
-
...
|
|
299
|
-
|
|
300
|
-
def poll_fluid_domain(self, context):
|
|
301
|
-
"""
|
|
302
|
-
|
|
303
|
-
:param context:
|
|
304
|
-
"""
|
|
305
|
-
...
|
|
306
|
-
|
|
307
|
-
def poll_fluid_flow(self, context):
|
|
308
|
-
"""
|
|
309
|
-
|
|
310
|
-
:param context:
|
|
311
|
-
"""
|
|
312
|
-
...
|
|
313
|
-
|
|
314
|
-
def poll_fluid_flow_liquid(self, context):
|
|
315
|
-
"""
|
|
316
|
-
|
|
317
|
-
:param context:
|
|
318
|
-
"""
|
|
319
|
-
...
|
|
320
|
-
|
|
321
|
-
def poll_fluid_flow_outflow(self, context):
|
|
322
|
-
"""
|
|
323
|
-
|
|
324
|
-
:param context:
|
|
325
|
-
"""
|
|
326
|
-
...
|
|
327
|
-
|
|
328
|
-
def poll_gas_domain(self, context):
|
|
329
|
-
"""
|
|
330
|
-
|
|
331
|
-
:param context:
|
|
332
|
-
"""
|
|
333
|
-
...
|
|
334
|
-
|
|
335
|
-
def poll_liquid_domain(self, context):
|
|
336
|
-
"""
|
|
337
|
-
|
|
338
|
-
:param context:
|
|
339
|
-
"""
|
|
340
|
-
...
|
|
341
|
-
|
|
342
281
|
class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
343
282
|
COMPAT_ENGINES: typing.Any
|
|
344
283
|
bl_context: typing.Any
|
|
@@ -8119,3 +8058,64 @@ class PHYSICS_PT_viscosity(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
8119
8058
|
:return: custom property values.
|
|
8120
8059
|
"""
|
|
8121
8060
|
...
|
|
8061
|
+
|
|
8062
|
+
class PhysicButtonsPanel:
|
|
8063
|
+
bl_context: typing.Any
|
|
8064
|
+
bl_region_type: typing.Any
|
|
8065
|
+
bl_space_type: typing.Any
|
|
8066
|
+
|
|
8067
|
+
def check_domain_has_unbaked_guide(self, domain):
|
|
8068
|
+
"""
|
|
8069
|
+
|
|
8070
|
+
:param domain:
|
|
8071
|
+
"""
|
|
8072
|
+
...
|
|
8073
|
+
|
|
8074
|
+
def poll_fluid(self, context):
|
|
8075
|
+
"""
|
|
8076
|
+
|
|
8077
|
+
:param context:
|
|
8078
|
+
"""
|
|
8079
|
+
...
|
|
8080
|
+
|
|
8081
|
+
def poll_fluid_domain(self, context):
|
|
8082
|
+
"""
|
|
8083
|
+
|
|
8084
|
+
:param context:
|
|
8085
|
+
"""
|
|
8086
|
+
...
|
|
8087
|
+
|
|
8088
|
+
def poll_fluid_flow(self, context):
|
|
8089
|
+
"""
|
|
8090
|
+
|
|
8091
|
+
:param context:
|
|
8092
|
+
"""
|
|
8093
|
+
...
|
|
8094
|
+
|
|
8095
|
+
def poll_fluid_flow_liquid(self, context):
|
|
8096
|
+
"""
|
|
8097
|
+
|
|
8098
|
+
:param context:
|
|
8099
|
+
"""
|
|
8100
|
+
...
|
|
8101
|
+
|
|
8102
|
+
def poll_fluid_flow_outflow(self, context):
|
|
8103
|
+
"""
|
|
8104
|
+
|
|
8105
|
+
:param context:
|
|
8106
|
+
"""
|
|
8107
|
+
...
|
|
8108
|
+
|
|
8109
|
+
def poll_gas_domain(self, context):
|
|
8110
|
+
"""
|
|
8111
|
+
|
|
8112
|
+
:param context:
|
|
8113
|
+
"""
|
|
8114
|
+
...
|
|
8115
|
+
|
|
8116
|
+
def poll_liquid_domain(self, context):
|
|
8117
|
+
"""
|
|
8118
|
+
|
|
8119
|
+
:param context:
|
|
8120
|
+
"""
|
|
8121
|
+
...
|
|
@@ -7,11 +7,6 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PHYSICS_PT_rigidbody_panel:
|
|
11
|
-
bl_context: typing.Any
|
|
12
|
-
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
10
|
class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, bpy_types._GenericUI):
|
|
16
11
|
COMPAT_ENGINES: typing.Any
|
|
17
12
|
bl_context: typing.Any
|
|
@@ -1857,4 +1852,9 @@ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, bpy_types._Gene
|
|
|
1857
1852
|
"""
|
|
1858
1853
|
...
|
|
1859
1854
|
|
|
1855
|
+
class PHYSICS_PT_rigidbody_panel:
|
|
1856
|
+
bl_context: typing.Any
|
|
1857
|
+
bl_region_type: typing.Any
|
|
1858
|
+
bl_space_type: typing.Any
|
|
1859
|
+
|
|
1860
1860
|
def rigid_body_warning(layout, text): ...
|
|
@@ -7,11 +7,6 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PHYSICS_PT_rigidbody_constraint_panel:
|
|
11
|
-
bl_context: typing.Any
|
|
12
|
-
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
10
|
class PHYSICS_PT_rigid_body_constraint(
|
|
16
11
|
PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
|
|
17
12
|
):
|
|
@@ -3021,3 +3016,8 @@ class PHYSICS_PT_rigid_body_constraint_springs_linear(
|
|
|
3021
3016
|
:return: custom property values.
|
|
3022
3017
|
"""
|
|
3023
3018
|
...
|
|
3019
|
+
|
|
3020
|
+
class PHYSICS_PT_rigidbody_constraint_panel:
|
|
3021
|
+
bl_context: typing.Any
|
|
3022
|
+
bl_region_type: typing.Any
|
|
3023
|
+
bl_space_type: typing.Any
|
|
@@ -7,18 +7,6 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class PhysicButtonsPanel:
|
|
11
|
-
bl_context: typing.Any
|
|
12
|
-
bl_region_type: typing.Any
|
|
13
|
-
bl_space_type: typing.Any
|
|
14
|
-
|
|
15
|
-
def poll(self, context):
|
|
16
|
-
"""
|
|
17
|
-
|
|
18
|
-
:param context:
|
|
19
|
-
"""
|
|
20
|
-
...
|
|
21
|
-
|
|
22
10
|
class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
23
11
|
COMPAT_ENGINES: typing.Any
|
|
24
12
|
bl_context: typing.Any
|
|
@@ -3480,4 +3468,16 @@ class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy_types._GenericU
|
|
|
3480
3468
|
"""
|
|
3481
3469
|
...
|
|
3482
3470
|
|
|
3471
|
+
class PhysicButtonsPanel:
|
|
3472
|
+
bl_context: typing.Any
|
|
3473
|
+
bl_region_type: typing.Any
|
|
3474
|
+
bl_space_type: typing.Any
|
|
3475
|
+
|
|
3476
|
+
def poll(self, context):
|
|
3477
|
+
"""
|
|
3478
|
+
|
|
3479
|
+
:param context:
|
|
3480
|
+
"""
|
|
3481
|
+
...
|
|
3482
|
+
|
|
3483
3483
|
def softbody_panel_enabled(md): ...
|