fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +68 -20
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +56561 -40144
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/METADATA +1 -1
- fake_bpy_module-20250828.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/WHEEL +0 -0
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel,
|
|
8
|
+
class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, _bpy_types.Panel):
|
|
8
9
|
COMPAT_ENGINES: typing.Any
|
|
9
10
|
bl_context: typing.Any
|
|
10
11
|
bl_label: typing.Any
|
|
@@ -41,7 +42,7 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
41
42
|
:param context:
|
|
42
43
|
"""
|
|
43
44
|
|
|
44
|
-
class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel,
|
|
45
|
+
class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, _bpy_types.Panel):
|
|
45
46
|
COMPAT_ENGINES: typing.Any
|
|
46
47
|
bl_context: typing.Any
|
|
47
48
|
bl_label: typing.Any
|
|
@@ -78,7 +79,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy.types.Panel)
|
|
|
78
79
|
:param context:
|
|
79
80
|
"""
|
|
80
81
|
|
|
81
|
-
class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel,
|
|
82
|
+
class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, _bpy_types.Panel):
|
|
82
83
|
COMPAT_ENGINES: typing.Any
|
|
83
84
|
bl_context: typing.Any
|
|
84
85
|
bl_label: typing.Any
|
|
@@ -116,7 +117,7 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
116
117
|
:param context:
|
|
117
118
|
"""
|
|
118
119
|
|
|
119
|
-
class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel,
|
|
120
|
+
class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, _bpy_types.Panel):
|
|
120
121
|
COMPAT_ENGINES: typing.Any
|
|
121
122
|
bl_context: typing.Any
|
|
122
123
|
bl_label: typing.Any
|
|
@@ -154,7 +155,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy.types.Pane
|
|
|
154
155
|
:param context:
|
|
155
156
|
"""
|
|
156
157
|
|
|
157
|
-
class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel,
|
|
158
|
+
class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, _bpy_types.Panel):
|
|
158
159
|
COMPAT_ENGINES: typing.Any
|
|
159
160
|
bl_context: typing.Any
|
|
160
161
|
bl_label: typing.Any
|
|
@@ -198,7 +199,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
198
199
|
:param context:
|
|
199
200
|
"""
|
|
200
201
|
|
|
201
|
-
class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel,
|
|
202
|
+
class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, _bpy_types.Panel):
|
|
202
203
|
COMPAT_ENGINES: typing.Any
|
|
203
204
|
bl_context: typing.Any
|
|
204
205
|
bl_label: typing.Any
|
|
@@ -236,7 +237,7 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
236
237
|
:param context:
|
|
237
238
|
"""
|
|
238
239
|
|
|
239
|
-
class PHYSICS_PT_dp_cache(PhysicButtonsPanel,
|
|
240
|
+
class PHYSICS_PT_dp_cache(PhysicButtonsPanel, _bpy_types.Panel):
|
|
240
241
|
COMPAT_ENGINES: typing.Any
|
|
241
242
|
bl_context: typing.Any
|
|
242
243
|
bl_label: typing.Any
|
|
@@ -274,7 +275,7 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
274
275
|
:param context:
|
|
275
276
|
"""
|
|
276
277
|
|
|
277
|
-
class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel,
|
|
278
|
+
class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, _bpy_types.Panel):
|
|
278
279
|
COMPAT_ENGINES: typing.Any
|
|
279
280
|
bl_context: typing.Any
|
|
280
281
|
bl_label: typing.Any
|
|
@@ -312,7 +313,7 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
312
313
|
:param context:
|
|
313
314
|
"""
|
|
314
315
|
|
|
315
|
-
class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel,
|
|
316
|
+
class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, _bpy_types.Panel):
|
|
316
317
|
COMPAT_ENGINES: typing.Any
|
|
317
318
|
bl_context: typing.Any
|
|
318
319
|
bl_label: typing.Any
|
|
@@ -350,7 +351,7 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
350
351
|
:param context:
|
|
351
352
|
"""
|
|
352
353
|
|
|
353
|
-
class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel,
|
|
354
|
+
class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, _bpy_types.Panel):
|
|
354
355
|
COMPAT_ENGINES: typing.Any
|
|
355
356
|
bl_context: typing.Any
|
|
356
357
|
bl_label: typing.Any
|
|
@@ -394,7 +395,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy.types.Panel)
|
|
|
394
395
|
:param context:
|
|
395
396
|
"""
|
|
396
397
|
|
|
397
|
-
class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel,
|
|
398
|
+
class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, _bpy_types.Panel):
|
|
398
399
|
COMPAT_ENGINES: typing.Any
|
|
399
400
|
bl_context: typing.Any
|
|
400
401
|
bl_label: typing.Any
|
|
@@ -438,7 +439,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
438
439
|
:param context:
|
|
439
440
|
"""
|
|
440
441
|
|
|
441
|
-
class PHYSICS_PT_dp_effects(PhysicButtonsPanel,
|
|
442
|
+
class PHYSICS_PT_dp_effects(PhysicButtonsPanel, _bpy_types.Panel):
|
|
442
443
|
COMPAT_ENGINES: typing.Any
|
|
443
444
|
bl_context: typing.Any
|
|
444
445
|
bl_label: typing.Any
|
|
@@ -476,7 +477,7 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
476
477
|
:param context:
|
|
477
478
|
"""
|
|
478
479
|
|
|
479
|
-
class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel,
|
|
480
|
+
class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, _bpy_types.Panel):
|
|
480
481
|
COMPAT_ENGINES: typing.Any
|
|
481
482
|
bl_context: typing.Any
|
|
482
483
|
bl_label: typing.Any
|
|
@@ -520,7 +521,7 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
520
521
|
:param context:
|
|
521
522
|
"""
|
|
522
523
|
|
|
523
|
-
class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel,
|
|
524
|
+
class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, _bpy_types.Panel):
|
|
524
525
|
COMPAT_ENGINES: typing.Any
|
|
525
526
|
bl_context: typing.Any
|
|
526
527
|
bl_label: typing.Any
|
|
@@ -558,7 +559,7 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
558
559
|
:param context:
|
|
559
560
|
"""
|
|
560
561
|
|
|
561
|
-
class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel,
|
|
562
|
+
class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, _bpy_types.Panel):
|
|
562
563
|
COMPAT_ENGINES: typing.Any
|
|
563
564
|
bl_context: typing.Any
|
|
564
565
|
bl_label: typing.Any
|
|
@@ -602,7 +603,7 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
602
603
|
:param context:
|
|
603
604
|
"""
|
|
604
605
|
|
|
605
|
-
class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel,
|
|
606
|
+
class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, _bpy_types.Panel):
|
|
606
607
|
COMPAT_ENGINES: typing.Any
|
|
607
608
|
bl_context: typing.Any
|
|
608
609
|
bl_label: typing.Any
|
|
@@ -646,7 +647,7 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
646
647
|
:param context:
|
|
647
648
|
"""
|
|
648
649
|
|
|
649
|
-
class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel,
|
|
650
|
+
class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, _bpy_types.Panel):
|
|
650
651
|
COMPAT_ENGINES: typing.Any
|
|
651
652
|
bl_context: typing.Any
|
|
652
653
|
bl_label: typing.Any
|
|
@@ -683,7 +684,7 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
683
684
|
:param context:
|
|
684
685
|
"""
|
|
685
686
|
|
|
686
|
-
class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel,
|
|
687
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, _bpy_types.Panel):
|
|
687
688
|
COMPAT_ENGINES: typing.Any
|
|
688
689
|
bl_context: typing.Any
|
|
689
690
|
bl_label: typing.Any
|
|
@@ -728,7 +729,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, bpy.types.
|
|
|
728
729
|
:param context:
|
|
729
730
|
"""
|
|
730
731
|
|
|
731
|
-
class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel,
|
|
732
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, _bpy_types.Panel):
|
|
732
733
|
COMPAT_ENGINES: typing.Any
|
|
733
734
|
bl_context: typing.Any
|
|
734
735
|
bl_label: typing.Any
|
|
@@ -772,7 +773,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy.types.Panel
|
|
|
772
773
|
:param context:
|
|
773
774
|
"""
|
|
774
775
|
|
|
775
|
-
class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel,
|
|
776
|
+
class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, _bpy_types.Panel):
|
|
776
777
|
COMPAT_ENGINES: typing.Any
|
|
777
778
|
bl_context: typing.Any
|
|
778
779
|
bl_label: typing.Any
|
|
@@ -808,7 +809,7 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
808
809
|
:param context:
|
|
809
810
|
"""
|
|
810
811
|
|
|
811
|
-
class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel,
|
|
812
|
+
class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, _bpy_types.Panel):
|
|
812
813
|
COMPAT_ENGINES: typing.Any
|
|
813
814
|
bl_context: typing.Any
|
|
814
815
|
bl_label: typing.Any
|
|
@@ -845,7 +846,7 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
845
846
|
:param context:
|
|
846
847
|
"""
|
|
847
848
|
|
|
848
|
-
class PHYSICS_UL_dynapaint_surfaces(
|
|
849
|
+
class PHYSICS_UL_dynapaint_surfaces(_bpy_types.UIList):
|
|
849
850
|
bl_rna: typing.Any
|
|
850
851
|
id_data: typing.Any
|
|
851
852
|
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class PHYSICS_PT_collision(PhysicButtonsPanel,
|
|
8
|
+
class PHYSICS_PT_collision(PhysicButtonsPanel, _bpy_types.Panel):
|
|
8
9
|
COMPAT_ENGINES: typing.Any
|
|
9
10
|
bl_context: typing.Any
|
|
10
11
|
bl_label: typing.Any
|
|
@@ -40,7 +41,7 @@ class PHYSICS_PT_collision(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
40
41
|
:param context:
|
|
41
42
|
"""
|
|
42
43
|
|
|
43
|
-
class PHYSICS_PT_collision_particle(PhysicButtonsPanel,
|
|
44
|
+
class PHYSICS_PT_collision_particle(PhysicButtonsPanel, _bpy_types.Panel):
|
|
44
45
|
COMPAT_ENGINES: typing.Any
|
|
45
46
|
bl_context: typing.Any
|
|
46
47
|
bl_label: typing.Any
|
|
@@ -77,7 +78,7 @@ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
77
78
|
:param context:
|
|
78
79
|
"""
|
|
79
80
|
|
|
80
|
-
class PHYSICS_PT_collision_softbody(PhysicButtonsPanel,
|
|
81
|
+
class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, _bpy_types.Panel):
|
|
81
82
|
COMPAT_ENGINES: typing.Any
|
|
82
83
|
bl_context: typing.Any
|
|
83
84
|
bl_label: typing.Any
|
|
@@ -114,7 +115,7 @@ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
114
115
|
:param context:
|
|
115
116
|
"""
|
|
116
117
|
|
|
117
|
-
class PHYSICS_PT_field(PhysicButtonsPanel,
|
|
118
|
+
class PHYSICS_PT_field(PhysicButtonsPanel, _bpy_types.Panel):
|
|
118
119
|
COMPAT_ENGINES: typing.Any
|
|
119
120
|
bl_context: typing.Any
|
|
120
121
|
bl_label: typing.Any
|
|
@@ -150,7 +151,7 @@ class PHYSICS_PT_field(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
150
151
|
:param context:
|
|
151
152
|
"""
|
|
152
153
|
|
|
153
|
-
class PHYSICS_PT_field_falloff(PhysicButtonsPanel,
|
|
154
|
+
class PHYSICS_PT_field_falloff(PhysicButtonsPanel, _bpy_types.Panel):
|
|
154
155
|
COMPAT_ENGINES: typing.Any
|
|
155
156
|
bl_context: typing.Any
|
|
156
157
|
bl_label: typing.Any
|
|
@@ -187,7 +188,7 @@ class PHYSICS_PT_field_falloff(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
187
188
|
:param context:
|
|
188
189
|
"""
|
|
189
190
|
|
|
190
|
-
class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel,
|
|
191
|
+
class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, _bpy_types.Panel):
|
|
191
192
|
COMPAT_ENGINES: typing.Any
|
|
192
193
|
bl_context: typing.Any
|
|
193
194
|
bl_label: typing.Any
|
|
@@ -224,7 +225,7 @@ class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
224
225
|
:param context:
|
|
225
226
|
"""
|
|
226
227
|
|
|
227
|
-
class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel,
|
|
228
|
+
class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, _bpy_types.Panel):
|
|
228
229
|
COMPAT_ENGINES: typing.Any
|
|
229
230
|
bl_context: typing.Any
|
|
230
231
|
bl_label: typing.Any
|
|
@@ -261,7 +262,7 @@ class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
261
262
|
:param context:
|
|
262
263
|
"""
|
|
263
264
|
|
|
264
|
-
class PHYSICS_PT_field_settings(PhysicButtonsPanel,
|
|
265
|
+
class PHYSICS_PT_field_settings(PhysicButtonsPanel, _bpy_types.Panel):
|
|
265
266
|
COMPAT_ENGINES: typing.Any
|
|
266
267
|
bl_context: typing.Any
|
|
267
268
|
bl_label: typing.Any
|
|
@@ -298,7 +299,7 @@ class PHYSICS_PT_field_settings(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
298
299
|
:param context:
|
|
299
300
|
"""
|
|
300
301
|
|
|
301
|
-
class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel,
|
|
302
|
+
class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, _bpy_types.Panel):
|
|
302
303
|
COMPAT_ENGINES: typing.Any
|
|
303
304
|
bl_context: typing.Any
|
|
304
305
|
bl_label: typing.Any
|
|
@@ -335,7 +336,7 @@ class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
335
336
|
:param context:
|
|
336
337
|
"""
|
|
337
338
|
|
|
338
|
-
class PHYSICS_PT_field_settings_texture_select(PhysicButtonsPanel,
|
|
339
|
+
class PHYSICS_PT_field_settings_texture_select(PhysicButtonsPanel, _bpy_types.Panel):
|
|
339
340
|
COMPAT_ENGINES: typing.Any
|
|
340
341
|
bl_context: typing.Any
|
|
341
342
|
bl_label: typing.Any
|
|
@@ -2,10 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.utils
|
|
6
7
|
import bpy.types
|
|
7
8
|
|
|
8
|
-
class FLUID_PT_presets(bl_ui.utils.PresetPanel,
|
|
9
|
+
class FLUID_PT_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_region_type: typing.Any
|
|
11
12
|
bl_rna: typing.Any
|
|
@@ -29,7 +30,7 @@ class FLUID_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
|
29
30
|
:rtype: typing.Any
|
|
30
31
|
"""
|
|
31
32
|
|
|
32
|
-
class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel,
|
|
33
|
+
class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, _bpy_types.Panel):
|
|
33
34
|
COMPAT_ENGINES: typing.Any
|
|
34
35
|
bl_context: typing.Any
|
|
35
36
|
bl_label: typing.Any
|
|
@@ -73,7 +74,7 @@ class PHYSICS_PT_adaptive_domain(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
73
74
|
:param context:
|
|
74
75
|
"""
|
|
75
76
|
|
|
76
|
-
class PHYSICS_PT_borders(PhysicButtonsPanel,
|
|
77
|
+
class PHYSICS_PT_borders(PhysicButtonsPanel, _bpy_types.Panel):
|
|
77
78
|
COMPAT_ENGINES: typing.Any
|
|
78
79
|
bl_context: typing.Any
|
|
79
80
|
bl_label: typing.Any
|
|
@@ -110,7 +111,7 @@ class PHYSICS_PT_borders(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
110
111
|
:param context:
|
|
111
112
|
"""
|
|
112
113
|
|
|
113
|
-
class PHYSICS_PT_cache(PhysicButtonsPanel,
|
|
114
|
+
class PHYSICS_PT_cache(PhysicButtonsPanel, _bpy_types.Panel):
|
|
114
115
|
COMPAT_ENGINES: typing.Any
|
|
115
116
|
bl_context: typing.Any
|
|
116
117
|
bl_label: typing.Any
|
|
@@ -147,7 +148,7 @@ class PHYSICS_PT_cache(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
147
148
|
:param context:
|
|
148
149
|
"""
|
|
149
150
|
|
|
150
|
-
class PHYSICS_PT_collections(PhysicButtonsPanel,
|
|
151
|
+
class PHYSICS_PT_collections(PhysicButtonsPanel, _bpy_types.Panel):
|
|
151
152
|
COMPAT_ENGINES: typing.Any
|
|
152
153
|
bl_context: typing.Any
|
|
153
154
|
bl_label: typing.Any
|
|
@@ -185,7 +186,7 @@ class PHYSICS_PT_collections(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
185
186
|
:param context:
|
|
186
187
|
"""
|
|
187
188
|
|
|
188
|
-
class PHYSICS_PT_diffusion(PhysicButtonsPanel,
|
|
189
|
+
class PHYSICS_PT_diffusion(PhysicButtonsPanel, _bpy_types.Panel):
|
|
189
190
|
COMPAT_ENGINES: typing.Any
|
|
190
191
|
bl_context: typing.Any
|
|
191
192
|
bl_label: typing.Any
|
|
@@ -235,7 +236,7 @@ class PHYSICS_PT_diffusion(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
235
236
|
:param context:
|
|
236
237
|
"""
|
|
237
238
|
|
|
238
|
-
class PHYSICS_PT_export(PhysicButtonsPanel,
|
|
239
|
+
class PHYSICS_PT_export(PhysicButtonsPanel, _bpy_types.Panel):
|
|
239
240
|
COMPAT_ENGINES: typing.Any
|
|
240
241
|
bl_context: typing.Any
|
|
241
242
|
bl_label: typing.Any
|
|
@@ -273,7 +274,7 @@ class PHYSICS_PT_export(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
273
274
|
:param context:
|
|
274
275
|
"""
|
|
275
276
|
|
|
276
|
-
class PHYSICS_PT_field_weights(PhysicButtonsPanel,
|
|
277
|
+
class PHYSICS_PT_field_weights(PhysicButtonsPanel, _bpy_types.Panel):
|
|
277
278
|
COMPAT_ENGINES: typing.Any
|
|
278
279
|
bl_context: typing.Any
|
|
279
280
|
bl_label: typing.Any
|
|
@@ -311,7 +312,7 @@ class PHYSICS_PT_field_weights(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
311
312
|
:param context:
|
|
312
313
|
"""
|
|
313
314
|
|
|
314
|
-
class PHYSICS_PT_fire(PhysicButtonsPanel,
|
|
315
|
+
class PHYSICS_PT_fire(PhysicButtonsPanel, _bpy_types.Panel):
|
|
315
316
|
COMPAT_ENGINES: typing.Any
|
|
316
317
|
bl_context: typing.Any
|
|
317
318
|
bl_label: typing.Any
|
|
@@ -349,7 +350,7 @@ class PHYSICS_PT_fire(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
349
350
|
:param context:
|
|
350
351
|
"""
|
|
351
352
|
|
|
352
|
-
class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel,
|
|
353
|
+
class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, _bpy_types.Panel):
|
|
353
354
|
COMPAT_ENGINES: typing.Any
|
|
354
355
|
bl_context: typing.Any
|
|
355
356
|
bl_label: typing.Any
|
|
@@ -392,7 +393,7 @@ class PHYSICS_PT_flow_initial_velocity(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
392
393
|
:param context:
|
|
393
394
|
"""
|
|
394
395
|
|
|
395
|
-
class PHYSICS_PT_flow_source(PhysicButtonsPanel,
|
|
396
|
+
class PHYSICS_PT_flow_source(PhysicButtonsPanel, _bpy_types.Panel):
|
|
396
397
|
COMPAT_ENGINES: typing.Any
|
|
397
398
|
bl_context: typing.Any
|
|
398
399
|
bl_label: typing.Any
|
|
@@ -430,7 +431,7 @@ class PHYSICS_PT_flow_source(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
430
431
|
:param context:
|
|
431
432
|
"""
|
|
432
433
|
|
|
433
|
-
class PHYSICS_PT_flow_texture(PhysicButtonsPanel,
|
|
434
|
+
class PHYSICS_PT_flow_texture(PhysicButtonsPanel, _bpy_types.Panel):
|
|
434
435
|
COMPAT_ENGINES: typing.Any
|
|
435
436
|
bl_context: typing.Any
|
|
436
437
|
bl_label: typing.Any
|
|
@@ -474,7 +475,7 @@ class PHYSICS_PT_flow_texture(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
474
475
|
:param context:
|
|
475
476
|
"""
|
|
476
477
|
|
|
477
|
-
class PHYSICS_PT_fluid(PhysicButtonsPanel,
|
|
478
|
+
class PHYSICS_PT_fluid(PhysicButtonsPanel, _bpy_types.Panel):
|
|
478
479
|
COMPAT_ENGINES: typing.Any
|
|
479
480
|
bl_context: typing.Any
|
|
480
481
|
bl_label: typing.Any
|
|
@@ -510,7 +511,7 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
510
511
|
:param context:
|
|
511
512
|
"""
|
|
512
513
|
|
|
513
|
-
class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel,
|
|
514
|
+
class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, _bpy_types.Panel):
|
|
514
515
|
COMPAT_ENGINES: typing.Any
|
|
515
516
|
bl_context: typing.Any
|
|
516
517
|
bl_label: typing.Any
|
|
@@ -548,7 +549,7 @@ class PHYSICS_PT_fluid_domain_render(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
548
549
|
:param context:
|
|
549
550
|
"""
|
|
550
551
|
|
|
551
|
-
class PHYSICS_PT_guide(PhysicButtonsPanel,
|
|
552
|
+
class PHYSICS_PT_guide(PhysicButtonsPanel, _bpy_types.Panel):
|
|
552
553
|
COMPAT_ENGINES: typing.Any
|
|
553
554
|
bl_context: typing.Any
|
|
554
555
|
bl_label: typing.Any
|
|
@@ -592,7 +593,7 @@ class PHYSICS_PT_guide(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
592
593
|
:param context:
|
|
593
594
|
"""
|
|
594
595
|
|
|
595
|
-
class PHYSICS_PT_liquid(PhysicButtonsPanel,
|
|
596
|
+
class PHYSICS_PT_liquid(PhysicButtonsPanel, _bpy_types.Panel):
|
|
596
597
|
COMPAT_ENGINES: typing.Any
|
|
597
598
|
bl_context: typing.Any
|
|
598
599
|
bl_label: typing.Any
|
|
@@ -635,7 +636,7 @@ class PHYSICS_PT_liquid(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
635
636
|
:param context:
|
|
636
637
|
"""
|
|
637
638
|
|
|
638
|
-
class PHYSICS_PT_mesh(PhysicButtonsPanel,
|
|
639
|
+
class PHYSICS_PT_mesh(PhysicButtonsPanel, _bpy_types.Panel):
|
|
639
640
|
COMPAT_ENGINES: typing.Any
|
|
640
641
|
bl_context: typing.Any
|
|
641
642
|
bl_label: typing.Any
|
|
@@ -679,7 +680,7 @@ class PHYSICS_PT_mesh(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
679
680
|
:param context:
|
|
680
681
|
"""
|
|
681
682
|
|
|
682
|
-
class PHYSICS_PT_noise(PhysicButtonsPanel,
|
|
683
|
+
class PHYSICS_PT_noise(PhysicButtonsPanel, _bpy_types.Panel):
|
|
683
684
|
COMPAT_ENGINES: typing.Any
|
|
684
685
|
bl_context: typing.Any
|
|
685
686
|
bl_label: typing.Any
|
|
@@ -723,7 +724,7 @@ class PHYSICS_PT_noise(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
723
724
|
:param context:
|
|
724
725
|
"""
|
|
725
726
|
|
|
726
|
-
class PHYSICS_PT_particles(PhysicButtonsPanel,
|
|
727
|
+
class PHYSICS_PT_particles(PhysicButtonsPanel, _bpy_types.Panel):
|
|
727
728
|
COMPAT_ENGINES: typing.Any
|
|
728
729
|
bl_context: typing.Any
|
|
729
730
|
bl_label: typing.Any
|
|
@@ -761,7 +762,7 @@ class PHYSICS_PT_particles(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
761
762
|
:param context:
|
|
762
763
|
"""
|
|
763
764
|
|
|
764
|
-
class PHYSICS_PT_settings(PhysicButtonsPanel,
|
|
765
|
+
class PHYSICS_PT_settings(PhysicButtonsPanel, _bpy_types.Panel):
|
|
765
766
|
COMPAT_ENGINES: typing.Any
|
|
766
767
|
bl_context: typing.Any
|
|
767
768
|
bl_label: typing.Any
|
|
@@ -798,7 +799,7 @@ class PHYSICS_PT_settings(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
798
799
|
:param context:
|
|
799
800
|
"""
|
|
800
801
|
|
|
801
|
-
class PHYSICS_PT_smoke(PhysicButtonsPanel,
|
|
802
|
+
class PHYSICS_PT_smoke(PhysicButtonsPanel, _bpy_types.Panel):
|
|
802
803
|
COMPAT_ENGINES: typing.Any
|
|
803
804
|
bl_context: typing.Any
|
|
804
805
|
bl_label: typing.Any
|
|
@@ -835,7 +836,7 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
835
836
|
:param context:
|
|
836
837
|
"""
|
|
837
838
|
|
|
838
|
-
class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel,
|
|
839
|
+
class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, _bpy_types.Panel):
|
|
839
840
|
COMPAT_ENGINES: typing.Any
|
|
840
841
|
bl_context: typing.Any
|
|
841
842
|
bl_label: typing.Any
|
|
@@ -880,7 +881,7 @@ class PHYSICS_PT_smoke_dissolve(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
880
881
|
:param context:
|
|
881
882
|
"""
|
|
882
883
|
|
|
883
|
-
class PHYSICS_PT_viewport_display(PhysicButtonsPanel,
|
|
884
|
+
class PHYSICS_PT_viewport_display(PhysicButtonsPanel, _bpy_types.Panel):
|
|
884
885
|
bl_context: typing.Any
|
|
885
886
|
bl_label: typing.Any
|
|
886
887
|
bl_options: typing.Any
|
|
@@ -917,7 +918,7 @@ class PHYSICS_PT_viewport_display(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
917
918
|
:param context:
|
|
918
919
|
"""
|
|
919
920
|
|
|
920
|
-
class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel,
|
|
921
|
+
class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, _bpy_types.Panel):
|
|
921
922
|
bl_context: typing.Any
|
|
922
923
|
bl_label: typing.Any
|
|
923
924
|
bl_options: typing.Any
|
|
@@ -954,7 +955,7 @@ class PHYSICS_PT_viewport_display_advanced(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
954
955
|
:param context:
|
|
955
956
|
"""
|
|
956
957
|
|
|
957
|
-
class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel,
|
|
958
|
+
class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, _bpy_types.Panel):
|
|
958
959
|
bl_context: typing.Any
|
|
959
960
|
bl_label: typing.Any
|
|
960
961
|
bl_options: typing.Any
|
|
@@ -997,7 +998,7 @@ class PHYSICS_PT_viewport_display_color(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
997
998
|
:param context:
|
|
998
999
|
"""
|
|
999
1000
|
|
|
1000
|
-
class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel,
|
|
1001
|
+
class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, _bpy_types.Panel):
|
|
1001
1002
|
bl_context: typing.Any
|
|
1002
1003
|
bl_label: typing.Any
|
|
1003
1004
|
bl_options: typing.Any
|
|
@@ -1040,7 +1041,7 @@ class PHYSICS_PT_viewport_display_debug(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
1040
1041
|
:param context:
|
|
1041
1042
|
"""
|
|
1042
1043
|
|
|
1043
|
-
class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel,
|
|
1044
|
+
class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, _bpy_types.Panel):
|
|
1044
1045
|
bl_context: typing.Any
|
|
1045
1046
|
bl_label: typing.Any
|
|
1046
1047
|
bl_options: typing.Any
|
|
@@ -1083,7 +1084,7 @@ class PHYSICS_PT_viewport_display_slicing(PhysicButtonsPanel, bpy.types.Panel):
|
|
|
1083
1084
|
:param context:
|
|
1084
1085
|
"""
|
|
1085
1086
|
|
|
1086
|
-
class PHYSICS_PT_viscosity(PhysicButtonsPanel,
|
|
1087
|
+
class PHYSICS_PT_viscosity(PhysicButtonsPanel, _bpy_types.Panel):
|
|
1087
1088
|
COMPAT_ENGINES: typing.Any
|
|
1088
1089
|
bl_context: typing.Any
|
|
1089
1090
|
bl_label: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class PHYSICS_PT_geometry_nodes(
|
|
8
|
+
class PHYSICS_PT_geometry_nodes(_bpy_types.Panel):
|
|
8
9
|
bl_context: typing.Any
|
|
9
10
|
bl_label: typing.Any
|
|
10
11
|
bl_options: typing.Any
|
|
@@ -2,9 +2,10 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
|
-
class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel,
|
|
8
|
+
class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, _bpy_types.Panel):
|
|
8
9
|
COMPAT_ENGINES: typing.Any
|
|
9
10
|
bl_context: typing.Any
|
|
10
11
|
bl_label: typing.Any
|
|
@@ -40,7 +41,7 @@ class PHYSICS_PT_rigid_body(PHYSICS_PT_rigidbody_panel, bpy.types.Panel):
|
|
|
40
41
|
:param context:
|
|
41
42
|
"""
|
|
42
43
|
|
|
43
|
-
class PHYSICS_PT_rigid_body_collisions(PHYSICS_PT_rigidbody_panel,
|
|
44
|
+
class PHYSICS_PT_rigid_body_collisions(PHYSICS_PT_rigidbody_panel, _bpy_types.Panel):
|
|
44
45
|
COMPAT_ENGINES: typing.Any
|
|
45
46
|
bl_context: typing.Any
|
|
46
47
|
bl_label: typing.Any
|
|
@@ -78,7 +79,7 @@ class PHYSICS_PT_rigid_body_collisions(PHYSICS_PT_rigidbody_panel, bpy.types.Pan
|
|
|
78
79
|
"""
|
|
79
80
|
|
|
80
81
|
class PHYSICS_PT_rigid_body_collisions_collections(
|
|
81
|
-
PHYSICS_PT_rigidbody_panel,
|
|
82
|
+
PHYSICS_PT_rigidbody_panel, _bpy_types.Panel
|
|
82
83
|
):
|
|
83
84
|
COMPAT_ENGINES: typing.Any
|
|
84
85
|
bl_context: typing.Any
|
|
@@ -118,7 +119,7 @@ class PHYSICS_PT_rigid_body_collisions_collections(
|
|
|
118
119
|
"""
|
|
119
120
|
|
|
120
121
|
class PHYSICS_PT_rigid_body_collisions_sensitivity(
|
|
121
|
-
PHYSICS_PT_rigidbody_panel,
|
|
122
|
+
PHYSICS_PT_rigidbody_panel, _bpy_types.Panel
|
|
122
123
|
):
|
|
123
124
|
COMPAT_ENGINES: typing.Any
|
|
124
125
|
bl_context: typing.Any
|
|
@@ -158,7 +159,7 @@ class PHYSICS_PT_rigid_body_collisions_sensitivity(
|
|
|
158
159
|
"""
|
|
159
160
|
|
|
160
161
|
class PHYSICS_PT_rigid_body_collisions_surface(
|
|
161
|
-
PHYSICS_PT_rigidbody_panel,
|
|
162
|
+
PHYSICS_PT_rigidbody_panel, _bpy_types.Panel
|
|
162
163
|
):
|
|
163
164
|
COMPAT_ENGINES: typing.Any
|
|
164
165
|
bl_context: typing.Any
|
|
@@ -197,7 +198,7 @@ class PHYSICS_PT_rigid_body_collisions_surface(
|
|
|
197
198
|
:param context:
|
|
198
199
|
"""
|
|
199
200
|
|
|
200
|
-
class PHYSICS_PT_rigid_body_dynamics(PHYSICS_PT_rigidbody_panel,
|
|
201
|
+
class PHYSICS_PT_rigid_body_dynamics(PHYSICS_PT_rigidbody_panel, _bpy_types.Panel):
|
|
201
202
|
COMPAT_ENGINES: typing.Any
|
|
202
203
|
bl_context: typing.Any
|
|
203
204
|
bl_label: typing.Any
|
|
@@ -236,7 +237,7 @@ class PHYSICS_PT_rigid_body_dynamics(PHYSICS_PT_rigidbody_panel, bpy.types.Panel
|
|
|
236
237
|
"""
|
|
237
238
|
|
|
238
239
|
class PHYSICS_PT_rigid_body_dynamics_deactivation(
|
|
239
|
-
PHYSICS_PT_rigidbody_panel,
|
|
240
|
+
PHYSICS_PT_rigidbody_panel, _bpy_types.Panel
|
|
240
241
|
):
|
|
241
242
|
COMPAT_ENGINES: typing.Any
|
|
242
243
|
bl_context: typing.Any
|
|
@@ -281,7 +282,7 @@ class PHYSICS_PT_rigid_body_dynamics_deactivation(
|
|
|
281
282
|
:param context:
|
|
282
283
|
"""
|
|
283
284
|
|
|
284
|
-
class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel,
|
|
285
|
+
class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, _bpy_types.Panel):
|
|
285
286
|
COMPAT_ENGINES: typing.Any
|
|
286
287
|
bl_context: typing.Any
|
|
287
288
|
bl_label: typing.Any
|