fake-bpy-module 20240517__py3-none-any.whl → 20240519__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/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
|
@@ -2,19 +2,13 @@ import typing
|
|
|
2
2
|
import bpy.types
|
|
3
3
|
import bpy_types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
class PhysicButtonsPanel:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
9
|
bl_context: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
10
|
bl_region_type: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
11
|
bl_space_type: typing.Any
|
|
17
|
-
""" """
|
|
18
12
|
|
|
19
13
|
def poll_dyn_canvas(self, context):
|
|
20
14
|
"""
|
|
@@ -59,13 +53,8 @@ class PhysicButtonsPanel:
|
|
|
59
53
|
...
|
|
60
54
|
|
|
61
55
|
class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
|
|
62
|
-
""" """
|
|
63
|
-
|
|
64
56
|
bl_rna: typing.Any
|
|
65
|
-
""" """
|
|
66
|
-
|
|
67
57
|
id_data: typing.Any
|
|
68
|
-
""" """
|
|
69
58
|
|
|
70
59
|
def append(self, draw_func):
|
|
71
60
|
"""Append a draw function to this menu,
|
|
@@ -167,10 +156,7 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
167
156
|
"""
|
|
168
157
|
...
|
|
169
158
|
|
|
170
|
-
def is_extended(self):
|
|
171
|
-
""" """
|
|
172
|
-
...
|
|
173
|
-
|
|
159
|
+
def is_extended(self): ...
|
|
174
160
|
def is_property_hidden(self) -> bool:
|
|
175
161
|
"""Check if a property is hidden.
|
|
176
162
|
|
|
@@ -301,31 +287,14 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
301
287
|
class PHYSICS_PT_dp_brush_source(
|
|
302
288
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
303
289
|
):
|
|
304
|
-
""" """
|
|
305
|
-
|
|
306
290
|
COMPAT_ENGINES: typing.Any
|
|
307
|
-
""" """
|
|
308
|
-
|
|
309
291
|
bl_context: typing.Any
|
|
310
|
-
""" """
|
|
311
|
-
|
|
312
292
|
bl_label: typing.Any
|
|
313
|
-
""" """
|
|
314
|
-
|
|
315
293
|
bl_parent_id: typing.Any
|
|
316
|
-
""" """
|
|
317
|
-
|
|
318
294
|
bl_region_type: typing.Any
|
|
319
|
-
""" """
|
|
320
|
-
|
|
321
295
|
bl_rna: typing.Any
|
|
322
|
-
""" """
|
|
323
|
-
|
|
324
296
|
bl_space_type: typing.Any
|
|
325
|
-
""" """
|
|
326
|
-
|
|
327
297
|
id_data: typing.Any
|
|
328
|
-
""" """
|
|
329
298
|
|
|
330
299
|
def append(self, draw_func):
|
|
331
300
|
"""Append a draw function to this menu,
|
|
@@ -410,10 +379,7 @@ class PHYSICS_PT_dp_brush_source(
|
|
|
410
379
|
"""
|
|
411
380
|
...
|
|
412
381
|
|
|
413
|
-
def is_extended(self):
|
|
414
|
-
""" """
|
|
415
|
-
...
|
|
416
|
-
|
|
382
|
+
def is_extended(self): ...
|
|
417
383
|
def is_property_hidden(self) -> bool:
|
|
418
384
|
"""Check if a property is hidden.
|
|
419
385
|
|
|
@@ -593,31 +559,14 @@ class PHYSICS_PT_dp_brush_source(
|
|
|
593
559
|
class PHYSICS_PT_dp_brush_source_color_ramp(
|
|
594
560
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
595
561
|
):
|
|
596
|
-
""" """
|
|
597
|
-
|
|
598
562
|
COMPAT_ENGINES: typing.Any
|
|
599
|
-
""" """
|
|
600
|
-
|
|
601
563
|
bl_context: typing.Any
|
|
602
|
-
""" """
|
|
603
|
-
|
|
604
564
|
bl_label: typing.Any
|
|
605
|
-
""" """
|
|
606
|
-
|
|
607
565
|
bl_parent_id: typing.Any
|
|
608
|
-
""" """
|
|
609
|
-
|
|
610
566
|
bl_region_type: typing.Any
|
|
611
|
-
""" """
|
|
612
|
-
|
|
613
567
|
bl_rna: typing.Any
|
|
614
|
-
""" """
|
|
615
|
-
|
|
616
568
|
bl_space_type: typing.Any
|
|
617
|
-
""" """
|
|
618
|
-
|
|
619
569
|
id_data: typing.Any
|
|
620
|
-
""" """
|
|
621
570
|
|
|
622
571
|
def append(self, draw_func):
|
|
623
572
|
"""Append a draw function to this menu,
|
|
@@ -702,10 +651,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(
|
|
|
702
651
|
"""
|
|
703
652
|
...
|
|
704
653
|
|
|
705
|
-
def is_extended(self):
|
|
706
|
-
""" """
|
|
707
|
-
...
|
|
708
|
-
|
|
654
|
+
def is_extended(self): ...
|
|
709
655
|
def is_property_hidden(self) -> bool:
|
|
710
656
|
"""Check if a property is hidden.
|
|
711
657
|
|
|
@@ -885,34 +831,15 @@ class PHYSICS_PT_dp_brush_source_color_ramp(
|
|
|
885
831
|
class PHYSICS_PT_dp_brush_velocity(
|
|
886
832
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
887
833
|
):
|
|
888
|
-
""" """
|
|
889
|
-
|
|
890
834
|
COMPAT_ENGINES: typing.Any
|
|
891
|
-
""" """
|
|
892
|
-
|
|
893
835
|
bl_context: typing.Any
|
|
894
|
-
""" """
|
|
895
|
-
|
|
896
836
|
bl_label: typing.Any
|
|
897
|
-
""" """
|
|
898
|
-
|
|
899
837
|
bl_options: typing.Any
|
|
900
|
-
""" """
|
|
901
|
-
|
|
902
838
|
bl_parent_id: typing.Any
|
|
903
|
-
""" """
|
|
904
|
-
|
|
905
839
|
bl_region_type: typing.Any
|
|
906
|
-
""" """
|
|
907
|
-
|
|
908
840
|
bl_rna: typing.Any
|
|
909
|
-
""" """
|
|
910
|
-
|
|
911
841
|
bl_space_type: typing.Any
|
|
912
|
-
""" """
|
|
913
|
-
|
|
914
842
|
id_data: typing.Any
|
|
915
|
-
""" """
|
|
916
843
|
|
|
917
844
|
def append(self, draw_func):
|
|
918
845
|
"""Append a draw function to this menu,
|
|
@@ -997,10 +924,7 @@ class PHYSICS_PT_dp_brush_velocity(
|
|
|
997
924
|
"""
|
|
998
925
|
...
|
|
999
926
|
|
|
1000
|
-
def is_extended(self):
|
|
1001
|
-
""" """
|
|
1002
|
-
...
|
|
1003
|
-
|
|
927
|
+
def is_extended(self): ...
|
|
1004
928
|
def is_property_hidden(self) -> bool:
|
|
1005
929
|
"""Check if a property is hidden.
|
|
1006
930
|
|
|
@@ -1180,34 +1104,15 @@ class PHYSICS_PT_dp_brush_velocity(
|
|
|
1180
1104
|
class PHYSICS_PT_dp_brush_velocity_color_ramp(
|
|
1181
1105
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1182
1106
|
):
|
|
1183
|
-
""" """
|
|
1184
|
-
|
|
1185
1107
|
COMPAT_ENGINES: typing.Any
|
|
1186
|
-
""" """
|
|
1187
|
-
|
|
1188
1108
|
bl_context: typing.Any
|
|
1189
|
-
""" """
|
|
1190
|
-
|
|
1191
1109
|
bl_label: typing.Any
|
|
1192
|
-
""" """
|
|
1193
|
-
|
|
1194
1110
|
bl_options: typing.Any
|
|
1195
|
-
""" """
|
|
1196
|
-
|
|
1197
1111
|
bl_parent_id: typing.Any
|
|
1198
|
-
""" """
|
|
1199
|
-
|
|
1200
1112
|
bl_region_type: typing.Any
|
|
1201
|
-
""" """
|
|
1202
|
-
|
|
1203
1113
|
bl_rna: typing.Any
|
|
1204
|
-
""" """
|
|
1205
|
-
|
|
1206
1114
|
bl_space_type: typing.Any
|
|
1207
|
-
""" """
|
|
1208
|
-
|
|
1209
1115
|
id_data: typing.Any
|
|
1210
|
-
""" """
|
|
1211
1116
|
|
|
1212
1117
|
def append(self, draw_func):
|
|
1213
1118
|
"""Append a draw function to this menu,
|
|
@@ -1292,10 +1197,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(
|
|
|
1292
1197
|
"""
|
|
1293
1198
|
...
|
|
1294
1199
|
|
|
1295
|
-
def is_extended(self):
|
|
1296
|
-
""" """
|
|
1297
|
-
...
|
|
1298
|
-
|
|
1200
|
+
def is_extended(self): ...
|
|
1299
1201
|
def is_property_hidden(self) -> bool:
|
|
1300
1202
|
"""Check if a property is hidden.
|
|
1301
1203
|
|
|
@@ -1475,34 +1377,15 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(
|
|
|
1475
1377
|
class PHYSICS_PT_dp_brush_velocity_smudge(
|
|
1476
1378
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1477
1379
|
):
|
|
1478
|
-
""" """
|
|
1479
|
-
|
|
1480
1380
|
COMPAT_ENGINES: typing.Any
|
|
1481
|
-
""" """
|
|
1482
|
-
|
|
1483
1381
|
bl_context: typing.Any
|
|
1484
|
-
""" """
|
|
1485
|
-
|
|
1486
1382
|
bl_label: typing.Any
|
|
1487
|
-
""" """
|
|
1488
|
-
|
|
1489
1383
|
bl_options: typing.Any
|
|
1490
|
-
""" """
|
|
1491
|
-
|
|
1492
1384
|
bl_parent_id: typing.Any
|
|
1493
|
-
""" """
|
|
1494
|
-
|
|
1495
1385
|
bl_region_type: typing.Any
|
|
1496
|
-
""" """
|
|
1497
|
-
|
|
1498
1386
|
bl_rna: typing.Any
|
|
1499
|
-
""" """
|
|
1500
|
-
|
|
1501
1387
|
bl_space_type: typing.Any
|
|
1502
|
-
""" """
|
|
1503
|
-
|
|
1504
1388
|
id_data: typing.Any
|
|
1505
|
-
""" """
|
|
1506
1389
|
|
|
1507
1390
|
def append(self, draw_func):
|
|
1508
1391
|
"""Append a draw function to this menu,
|
|
@@ -1594,10 +1477,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(
|
|
|
1594
1477
|
"""
|
|
1595
1478
|
...
|
|
1596
1479
|
|
|
1597
|
-
def is_extended(self):
|
|
1598
|
-
""" """
|
|
1599
|
-
...
|
|
1600
|
-
|
|
1480
|
+
def is_extended(self): ...
|
|
1601
1481
|
def is_property_hidden(self) -> bool:
|
|
1602
1482
|
"""Check if a property is hidden.
|
|
1603
1483
|
|
|
@@ -1777,34 +1657,15 @@ class PHYSICS_PT_dp_brush_velocity_smudge(
|
|
|
1777
1657
|
class PHYSICS_PT_dp_brush_wave(
|
|
1778
1658
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1779
1659
|
):
|
|
1780
|
-
""" """
|
|
1781
|
-
|
|
1782
1660
|
COMPAT_ENGINES: typing.Any
|
|
1783
|
-
""" """
|
|
1784
|
-
|
|
1785
1661
|
bl_context: typing.Any
|
|
1786
|
-
""" """
|
|
1787
|
-
|
|
1788
1662
|
bl_label: typing.Any
|
|
1789
|
-
""" """
|
|
1790
|
-
|
|
1791
1663
|
bl_options: typing.Any
|
|
1792
|
-
""" """
|
|
1793
|
-
|
|
1794
1664
|
bl_parent_id: typing.Any
|
|
1795
|
-
""" """
|
|
1796
|
-
|
|
1797
1665
|
bl_region_type: typing.Any
|
|
1798
|
-
""" """
|
|
1799
|
-
|
|
1800
1666
|
bl_rna: typing.Any
|
|
1801
|
-
""" """
|
|
1802
|
-
|
|
1803
1667
|
bl_space_type: typing.Any
|
|
1804
|
-
""" """
|
|
1805
|
-
|
|
1806
1668
|
id_data: typing.Any
|
|
1807
|
-
""" """
|
|
1808
1669
|
|
|
1809
1670
|
def append(self, draw_func):
|
|
1810
1671
|
"""Append a draw function to this menu,
|
|
@@ -1889,10 +1750,7 @@ class PHYSICS_PT_dp_brush_wave(
|
|
|
1889
1750
|
"""
|
|
1890
1751
|
...
|
|
1891
1752
|
|
|
1892
|
-
def is_extended(self):
|
|
1893
|
-
""" """
|
|
1894
|
-
...
|
|
1895
|
-
|
|
1753
|
+
def is_extended(self): ...
|
|
1896
1754
|
def is_property_hidden(self) -> bool:
|
|
1897
1755
|
"""Check if a property is hidden.
|
|
1898
1756
|
|
|
@@ -2070,34 +1928,15 @@ class PHYSICS_PT_dp_brush_wave(
|
|
|
2070
1928
|
...
|
|
2071
1929
|
|
|
2072
1930
|
class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2073
|
-
""" """
|
|
2074
|
-
|
|
2075
1931
|
COMPAT_ENGINES: typing.Any
|
|
2076
|
-
""" """
|
|
2077
|
-
|
|
2078
1932
|
bl_context: typing.Any
|
|
2079
|
-
""" """
|
|
2080
|
-
|
|
2081
1933
|
bl_label: typing.Any
|
|
2082
|
-
""" """
|
|
2083
|
-
|
|
2084
1934
|
bl_options: typing.Any
|
|
2085
|
-
""" """
|
|
2086
|
-
|
|
2087
1935
|
bl_parent_id: typing.Any
|
|
2088
|
-
""" """
|
|
2089
|
-
|
|
2090
1936
|
bl_region_type: typing.Any
|
|
2091
|
-
""" """
|
|
2092
|
-
|
|
2093
1937
|
bl_rna: typing.Any
|
|
2094
|
-
""" """
|
|
2095
|
-
|
|
2096
1938
|
bl_space_type: typing.Any
|
|
2097
|
-
""" """
|
|
2098
|
-
|
|
2099
1939
|
id_data: typing.Any
|
|
2100
|
-
""" """
|
|
2101
1940
|
|
|
2102
1941
|
def append(self, draw_func):
|
|
2103
1942
|
"""Append a draw function to this menu,
|
|
@@ -2182,10 +2021,7 @@ class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
2182
2021
|
"""
|
|
2183
2022
|
...
|
|
2184
2023
|
|
|
2185
|
-
def is_extended(self):
|
|
2186
|
-
""" """
|
|
2187
|
-
...
|
|
2188
|
-
|
|
2024
|
+
def is_extended(self): ...
|
|
2189
2025
|
def is_property_hidden(self) -> bool:
|
|
2190
2026
|
"""Check if a property is hidden.
|
|
2191
2027
|
|
|
@@ -2365,34 +2201,15 @@ class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Generi
|
|
|
2365
2201
|
class PHYSICS_PT_dp_canvas_initial_color(
|
|
2366
2202
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2367
2203
|
):
|
|
2368
|
-
""" """
|
|
2369
|
-
|
|
2370
2204
|
COMPAT_ENGINES: typing.Any
|
|
2371
|
-
""" """
|
|
2372
|
-
|
|
2373
2205
|
bl_context: typing.Any
|
|
2374
|
-
""" """
|
|
2375
|
-
|
|
2376
2206
|
bl_label: typing.Any
|
|
2377
|
-
""" """
|
|
2378
|
-
|
|
2379
2207
|
bl_options: typing.Any
|
|
2380
|
-
""" """
|
|
2381
|
-
|
|
2382
2208
|
bl_parent_id: typing.Any
|
|
2383
|
-
""" """
|
|
2384
|
-
|
|
2385
2209
|
bl_region_type: typing.Any
|
|
2386
|
-
""" """
|
|
2387
|
-
|
|
2388
2210
|
bl_rna: typing.Any
|
|
2389
|
-
""" """
|
|
2390
|
-
|
|
2391
2211
|
bl_space_type: typing.Any
|
|
2392
|
-
""" """
|
|
2393
|
-
|
|
2394
2212
|
id_data: typing.Any
|
|
2395
|
-
""" """
|
|
2396
2213
|
|
|
2397
2214
|
def append(self, draw_func):
|
|
2398
2215
|
"""Append a draw function to this menu,
|
|
@@ -2477,10 +2294,7 @@ class PHYSICS_PT_dp_canvas_initial_color(
|
|
|
2477
2294
|
"""
|
|
2478
2295
|
...
|
|
2479
2296
|
|
|
2480
|
-
def is_extended(self):
|
|
2481
|
-
""" """
|
|
2482
|
-
...
|
|
2483
|
-
|
|
2297
|
+
def is_extended(self): ...
|
|
2484
2298
|
def is_property_hidden(self) -> bool:
|
|
2485
2299
|
"""Check if a property is hidden.
|
|
2486
2300
|
|
|
@@ -2660,34 +2474,15 @@ class PHYSICS_PT_dp_canvas_initial_color(
|
|
|
2660
2474
|
class PHYSICS_PT_dp_canvas_output(
|
|
2661
2475
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2662
2476
|
):
|
|
2663
|
-
""" """
|
|
2664
|
-
|
|
2665
2477
|
COMPAT_ENGINES: typing.Any
|
|
2666
|
-
""" """
|
|
2667
|
-
|
|
2668
2478
|
bl_context: typing.Any
|
|
2669
|
-
""" """
|
|
2670
|
-
|
|
2671
2479
|
bl_label: typing.Any
|
|
2672
|
-
""" """
|
|
2673
|
-
|
|
2674
2480
|
bl_options: typing.Any
|
|
2675
|
-
""" """
|
|
2676
|
-
|
|
2677
2481
|
bl_parent_id: typing.Any
|
|
2678
|
-
""" """
|
|
2679
|
-
|
|
2680
2482
|
bl_region_type: typing.Any
|
|
2681
|
-
""" """
|
|
2682
|
-
|
|
2683
2483
|
bl_rna: typing.Any
|
|
2684
|
-
""" """
|
|
2685
|
-
|
|
2686
2484
|
bl_space_type: typing.Any
|
|
2687
|
-
""" """
|
|
2688
|
-
|
|
2689
2485
|
id_data: typing.Any
|
|
2690
|
-
""" """
|
|
2691
2486
|
|
|
2692
2487
|
def append(self, draw_func):
|
|
2693
2488
|
"""Append a draw function to this menu,
|
|
@@ -2772,10 +2567,7 @@ class PHYSICS_PT_dp_canvas_output(
|
|
|
2772
2567
|
"""
|
|
2773
2568
|
...
|
|
2774
2569
|
|
|
2775
|
-
def is_extended(self):
|
|
2776
|
-
""" """
|
|
2777
|
-
...
|
|
2778
|
-
|
|
2570
|
+
def is_extended(self): ...
|
|
2779
2571
|
def is_property_hidden(self) -> bool:
|
|
2780
2572
|
"""Check if a property is hidden.
|
|
2781
2573
|
|
|
@@ -2955,34 +2747,15 @@ class PHYSICS_PT_dp_canvas_output(
|
|
|
2955
2747
|
class PHYSICS_PT_dp_canvas_output_paintmaps(
|
|
2956
2748
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2957
2749
|
):
|
|
2958
|
-
""" """
|
|
2959
|
-
|
|
2960
2750
|
COMPAT_ENGINES: typing.Any
|
|
2961
|
-
""" """
|
|
2962
|
-
|
|
2963
2751
|
bl_context: typing.Any
|
|
2964
|
-
""" """
|
|
2965
|
-
|
|
2966
2752
|
bl_label: typing.Any
|
|
2967
|
-
""" """
|
|
2968
|
-
|
|
2969
2753
|
bl_options: typing.Any
|
|
2970
|
-
""" """
|
|
2971
|
-
|
|
2972
2754
|
bl_parent_id: typing.Any
|
|
2973
|
-
""" """
|
|
2974
|
-
|
|
2975
2755
|
bl_region_type: typing.Any
|
|
2976
|
-
""" """
|
|
2977
|
-
|
|
2978
2756
|
bl_rna: typing.Any
|
|
2979
|
-
""" """
|
|
2980
|
-
|
|
2981
2757
|
bl_space_type: typing.Any
|
|
2982
|
-
""" """
|
|
2983
|
-
|
|
2984
2758
|
id_data: typing.Any
|
|
2985
|
-
""" """
|
|
2986
2759
|
|
|
2987
2760
|
def append(self, draw_func):
|
|
2988
2761
|
"""Append a draw function to this menu,
|
|
@@ -3074,10 +2847,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(
|
|
|
3074
2847
|
"""
|
|
3075
2848
|
...
|
|
3076
2849
|
|
|
3077
|
-
def is_extended(self):
|
|
3078
|
-
""" """
|
|
3079
|
-
...
|
|
3080
|
-
|
|
2850
|
+
def is_extended(self): ...
|
|
3081
2851
|
def is_property_hidden(self) -> bool:
|
|
3082
2852
|
"""Check if a property is hidden.
|
|
3083
2853
|
|
|
@@ -3257,34 +3027,15 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(
|
|
|
3257
3027
|
class PHYSICS_PT_dp_canvas_output_wetmaps(
|
|
3258
3028
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3259
3029
|
):
|
|
3260
|
-
""" """
|
|
3261
|
-
|
|
3262
3030
|
COMPAT_ENGINES: typing.Any
|
|
3263
|
-
""" """
|
|
3264
|
-
|
|
3265
3031
|
bl_context: typing.Any
|
|
3266
|
-
""" """
|
|
3267
|
-
|
|
3268
3032
|
bl_label: typing.Any
|
|
3269
|
-
""" """
|
|
3270
|
-
|
|
3271
3033
|
bl_options: typing.Any
|
|
3272
|
-
""" """
|
|
3273
|
-
|
|
3274
3034
|
bl_parent_id: typing.Any
|
|
3275
|
-
""" """
|
|
3276
|
-
|
|
3277
3035
|
bl_region_type: typing.Any
|
|
3278
|
-
""" """
|
|
3279
|
-
|
|
3280
3036
|
bl_rna: typing.Any
|
|
3281
|
-
""" """
|
|
3282
|
-
|
|
3283
3037
|
bl_space_type: typing.Any
|
|
3284
|
-
""" """
|
|
3285
|
-
|
|
3286
3038
|
id_data: typing.Any
|
|
3287
|
-
""" """
|
|
3288
3039
|
|
|
3289
3040
|
def append(self, draw_func):
|
|
3290
3041
|
"""Append a draw function to this menu,
|
|
@@ -3376,10 +3127,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(
|
|
|
3376
3127
|
"""
|
|
3377
3128
|
...
|
|
3378
3129
|
|
|
3379
|
-
def is_extended(self):
|
|
3380
|
-
""" """
|
|
3381
|
-
...
|
|
3382
|
-
|
|
3130
|
+
def is_extended(self): ...
|
|
3383
3131
|
def is_property_hidden(self) -> bool:
|
|
3384
3132
|
"""Check if a property is hidden.
|
|
3385
3133
|
|
|
@@ -3557,34 +3305,15 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(
|
|
|
3557
3305
|
...
|
|
3558
3306
|
|
|
3559
3307
|
class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3560
|
-
""" """
|
|
3561
|
-
|
|
3562
3308
|
COMPAT_ENGINES: typing.Any
|
|
3563
|
-
""" """
|
|
3564
|
-
|
|
3565
3309
|
bl_context: typing.Any
|
|
3566
|
-
""" """
|
|
3567
|
-
|
|
3568
3310
|
bl_label: typing.Any
|
|
3569
|
-
""" """
|
|
3570
|
-
|
|
3571
3311
|
bl_options: typing.Any
|
|
3572
|
-
""" """
|
|
3573
|
-
|
|
3574
3312
|
bl_parent_id: typing.Any
|
|
3575
|
-
""" """
|
|
3576
|
-
|
|
3577
3313
|
bl_region_type: typing.Any
|
|
3578
|
-
""" """
|
|
3579
|
-
|
|
3580
3314
|
bl_rna: typing.Any
|
|
3581
|
-
""" """
|
|
3582
|
-
|
|
3583
3315
|
bl_space_type: typing.Any
|
|
3584
|
-
""" """
|
|
3585
|
-
|
|
3586
3316
|
id_data: typing.Any
|
|
3587
|
-
""" """
|
|
3588
3317
|
|
|
3589
3318
|
def append(self, draw_func):
|
|
3590
3319
|
"""Append a draw function to this menu,
|
|
@@ -3669,10 +3398,7 @@ class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gene
|
|
|
3669
3398
|
"""
|
|
3670
3399
|
...
|
|
3671
3400
|
|
|
3672
|
-
def is_extended(self):
|
|
3673
|
-
""" """
|
|
3674
|
-
...
|
|
3675
|
-
|
|
3401
|
+
def is_extended(self): ...
|
|
3676
3402
|
def is_property_hidden(self) -> bool:
|
|
3677
3403
|
"""Check if a property is hidden.
|
|
3678
3404
|
|
|
@@ -3852,34 +3578,15 @@ class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._Gene
|
|
|
3852
3578
|
class PHYSICS_PT_dp_effects_drip(
|
|
3853
3579
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3854
3580
|
):
|
|
3855
|
-
""" """
|
|
3856
|
-
|
|
3857
3581
|
COMPAT_ENGINES: typing.Any
|
|
3858
|
-
""" """
|
|
3859
|
-
|
|
3860
3582
|
bl_context: typing.Any
|
|
3861
|
-
""" """
|
|
3862
|
-
|
|
3863
3583
|
bl_label: typing.Any
|
|
3864
|
-
""" """
|
|
3865
|
-
|
|
3866
3584
|
bl_options: typing.Any
|
|
3867
|
-
""" """
|
|
3868
|
-
|
|
3869
3585
|
bl_parent_id: typing.Any
|
|
3870
|
-
""" """
|
|
3871
|
-
|
|
3872
3586
|
bl_region_type: typing.Any
|
|
3873
|
-
""" """
|
|
3874
|
-
|
|
3875
3587
|
bl_rna: typing.Any
|
|
3876
|
-
""" """
|
|
3877
|
-
|
|
3878
3588
|
bl_space_type: typing.Any
|
|
3879
|
-
""" """
|
|
3880
|
-
|
|
3881
3589
|
id_data: typing.Any
|
|
3882
|
-
""" """
|
|
3883
3590
|
|
|
3884
3591
|
def append(self, draw_func):
|
|
3885
3592
|
"""Append a draw function to this menu,
|
|
@@ -3971,10 +3678,7 @@ class PHYSICS_PT_dp_effects_drip(
|
|
|
3971
3678
|
"""
|
|
3972
3679
|
...
|
|
3973
3680
|
|
|
3974
|
-
def is_extended(self):
|
|
3975
|
-
""" """
|
|
3976
|
-
...
|
|
3977
|
-
|
|
3681
|
+
def is_extended(self): ...
|
|
3978
3682
|
def is_property_hidden(self) -> bool:
|
|
3979
3683
|
"""Check if a property is hidden.
|
|
3980
3684
|
|
|
@@ -4154,34 +3858,15 @@ class PHYSICS_PT_dp_effects_drip(
|
|
|
4154
3858
|
class PHYSICS_PT_dp_effects_drip_weights(
|
|
4155
3859
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4156
3860
|
):
|
|
4157
|
-
""" """
|
|
4158
|
-
|
|
4159
3861
|
COMPAT_ENGINES: typing.Any
|
|
4160
|
-
""" """
|
|
4161
|
-
|
|
4162
3862
|
bl_context: typing.Any
|
|
4163
|
-
""" """
|
|
4164
|
-
|
|
4165
3863
|
bl_label: typing.Any
|
|
4166
|
-
""" """
|
|
4167
|
-
|
|
4168
3864
|
bl_options: typing.Any
|
|
4169
|
-
""" """
|
|
4170
|
-
|
|
4171
3865
|
bl_parent_id: typing.Any
|
|
4172
|
-
""" """
|
|
4173
|
-
|
|
4174
3866
|
bl_region_type: typing.Any
|
|
4175
|
-
""" """
|
|
4176
|
-
|
|
4177
3867
|
bl_rna: typing.Any
|
|
4178
|
-
""" """
|
|
4179
|
-
|
|
4180
3868
|
bl_space_type: typing.Any
|
|
4181
|
-
""" """
|
|
4182
|
-
|
|
4183
3869
|
id_data: typing.Any
|
|
4184
|
-
""" """
|
|
4185
3870
|
|
|
4186
3871
|
def append(self, draw_func):
|
|
4187
3872
|
"""Append a draw function to this menu,
|
|
@@ -4266,10 +3951,7 @@ class PHYSICS_PT_dp_effects_drip_weights(
|
|
|
4266
3951
|
"""
|
|
4267
3952
|
...
|
|
4268
3953
|
|
|
4269
|
-
def is_extended(self):
|
|
4270
|
-
""" """
|
|
4271
|
-
...
|
|
4272
|
-
|
|
3954
|
+
def is_extended(self): ...
|
|
4273
3955
|
def is_property_hidden(self) -> bool:
|
|
4274
3956
|
"""Check if a property is hidden.
|
|
4275
3957
|
|
|
@@ -4449,34 +4131,15 @@ class PHYSICS_PT_dp_effects_drip_weights(
|
|
|
4449
4131
|
class PHYSICS_PT_dp_effects_shrink(
|
|
4450
4132
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4451
4133
|
):
|
|
4452
|
-
""" """
|
|
4453
|
-
|
|
4454
4134
|
COMPAT_ENGINES: typing.Any
|
|
4455
|
-
""" """
|
|
4456
|
-
|
|
4457
4135
|
bl_context: typing.Any
|
|
4458
|
-
""" """
|
|
4459
|
-
|
|
4460
4136
|
bl_label: typing.Any
|
|
4461
|
-
""" """
|
|
4462
|
-
|
|
4463
4137
|
bl_options: typing.Any
|
|
4464
|
-
""" """
|
|
4465
|
-
|
|
4466
4138
|
bl_parent_id: typing.Any
|
|
4467
|
-
""" """
|
|
4468
|
-
|
|
4469
4139
|
bl_region_type: typing.Any
|
|
4470
|
-
""" """
|
|
4471
|
-
|
|
4472
4140
|
bl_rna: typing.Any
|
|
4473
|
-
""" """
|
|
4474
|
-
|
|
4475
4141
|
bl_space_type: typing.Any
|
|
4476
|
-
""" """
|
|
4477
|
-
|
|
4478
4142
|
id_data: typing.Any
|
|
4479
|
-
""" """
|
|
4480
4143
|
|
|
4481
4144
|
def append(self, draw_func):
|
|
4482
4145
|
"""Append a draw function to this menu,
|
|
@@ -4568,10 +4231,7 @@ class PHYSICS_PT_dp_effects_shrink(
|
|
|
4568
4231
|
"""
|
|
4569
4232
|
...
|
|
4570
4233
|
|
|
4571
|
-
def is_extended(self):
|
|
4572
|
-
""" """
|
|
4573
|
-
...
|
|
4574
|
-
|
|
4234
|
+
def is_extended(self): ...
|
|
4575
4235
|
def is_property_hidden(self) -> bool:
|
|
4576
4236
|
"""Check if a property is hidden.
|
|
4577
4237
|
|
|
@@ -4751,34 +4411,15 @@ class PHYSICS_PT_dp_effects_shrink(
|
|
|
4751
4411
|
class PHYSICS_PT_dp_effects_spread(
|
|
4752
4412
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4753
4413
|
):
|
|
4754
|
-
""" """
|
|
4755
|
-
|
|
4756
4414
|
COMPAT_ENGINES: typing.Any
|
|
4757
|
-
""" """
|
|
4758
|
-
|
|
4759
4415
|
bl_context: typing.Any
|
|
4760
|
-
""" """
|
|
4761
|
-
|
|
4762
4416
|
bl_label: typing.Any
|
|
4763
|
-
""" """
|
|
4764
|
-
|
|
4765
4417
|
bl_options: typing.Any
|
|
4766
|
-
""" """
|
|
4767
|
-
|
|
4768
4418
|
bl_parent_id: typing.Any
|
|
4769
|
-
""" """
|
|
4770
|
-
|
|
4771
4419
|
bl_region_type: typing.Any
|
|
4772
|
-
""" """
|
|
4773
|
-
|
|
4774
4420
|
bl_rna: typing.Any
|
|
4775
|
-
""" """
|
|
4776
|
-
|
|
4777
4421
|
bl_space_type: typing.Any
|
|
4778
|
-
""" """
|
|
4779
|
-
|
|
4780
4422
|
id_data: typing.Any
|
|
4781
|
-
""" """
|
|
4782
4423
|
|
|
4783
4424
|
def append(self, draw_func):
|
|
4784
4425
|
"""Append a draw function to this menu,
|
|
@@ -4870,10 +4511,7 @@ class PHYSICS_PT_dp_effects_spread(
|
|
|
4870
4511
|
"""
|
|
4871
4512
|
...
|
|
4872
4513
|
|
|
4873
|
-
def is_extended(self):
|
|
4874
|
-
""" """
|
|
4875
|
-
...
|
|
4876
|
-
|
|
4514
|
+
def is_extended(self): ...
|
|
4877
4515
|
def is_property_hidden(self) -> bool:
|
|
4878
4516
|
"""Check if a property is hidden.
|
|
4879
4517
|
|
|
@@ -5053,31 +4691,14 @@ class PHYSICS_PT_dp_effects_spread(
|
|
|
5053
4691
|
class PHYSICS_PT_dp_surface_canvas(
|
|
5054
4692
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5055
4693
|
):
|
|
5056
|
-
""" """
|
|
5057
|
-
|
|
5058
4694
|
COMPAT_ENGINES: typing.Any
|
|
5059
|
-
""" """
|
|
5060
|
-
|
|
5061
4695
|
bl_context: typing.Any
|
|
5062
|
-
""" """
|
|
5063
|
-
|
|
5064
4696
|
bl_label: typing.Any
|
|
5065
|
-
""" """
|
|
5066
|
-
|
|
5067
4697
|
bl_parent_id: typing.Any
|
|
5068
|
-
""" """
|
|
5069
|
-
|
|
5070
4698
|
bl_region_type: typing.Any
|
|
5071
|
-
""" """
|
|
5072
|
-
|
|
5073
4699
|
bl_rna: typing.Any
|
|
5074
|
-
""" """
|
|
5075
|
-
|
|
5076
4700
|
bl_space_type: typing.Any
|
|
5077
|
-
""" """
|
|
5078
|
-
|
|
5079
4701
|
id_data: typing.Any
|
|
5080
|
-
""" """
|
|
5081
4702
|
|
|
5082
4703
|
def append(self, draw_func):
|
|
5083
4704
|
"""Append a draw function to this menu,
|
|
@@ -5162,10 +4783,7 @@ class PHYSICS_PT_dp_surface_canvas(
|
|
|
5162
4783
|
"""
|
|
5163
4784
|
...
|
|
5164
4785
|
|
|
5165
|
-
def is_extended(self):
|
|
5166
|
-
""" """
|
|
5167
|
-
...
|
|
5168
|
-
|
|
4786
|
+
def is_extended(self): ...
|
|
5169
4787
|
def is_property_hidden(self) -> bool:
|
|
5170
4788
|
"""Check if a property is hidden.
|
|
5171
4789
|
|
|
@@ -5345,37 +4963,16 @@ class PHYSICS_PT_dp_surface_canvas(
|
|
|
5345
4963
|
class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
5346
4964
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5347
4965
|
):
|
|
5348
|
-
""" """
|
|
5349
|
-
|
|
5350
4966
|
COMPAT_ENGINES: typing.Any
|
|
5351
|
-
""" """
|
|
5352
|
-
|
|
5353
4967
|
bl_context: typing.Any
|
|
5354
|
-
""" """
|
|
5355
|
-
|
|
5356
4968
|
bl_label: typing.Any
|
|
5357
|
-
""" """
|
|
5358
|
-
|
|
5359
4969
|
bl_options: typing.Any
|
|
5360
|
-
""" """
|
|
5361
|
-
|
|
5362
4970
|
bl_parent_id: typing.Any
|
|
5363
|
-
""" """
|
|
5364
|
-
|
|
5365
4971
|
bl_region_type: typing.Any
|
|
5366
|
-
""" """
|
|
5367
|
-
|
|
5368
4972
|
bl_rna: typing.Any
|
|
5369
|
-
""" """
|
|
5370
|
-
|
|
5371
4973
|
bl_space_type: typing.Any
|
|
5372
|
-
""" """
|
|
5373
|
-
|
|
5374
4974
|
bl_translation_context: typing.Any
|
|
5375
|
-
""" """
|
|
5376
|
-
|
|
5377
4975
|
id_data: typing.Any
|
|
5378
|
-
""" """
|
|
5379
4976
|
|
|
5380
4977
|
def append(self, draw_func):
|
|
5381
4978
|
"""Append a draw function to this menu,
|
|
@@ -5467,10 +5064,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
|
5467
5064
|
"""
|
|
5468
5065
|
...
|
|
5469
5066
|
|
|
5470
|
-
def is_extended(self):
|
|
5471
|
-
""" """
|
|
5472
|
-
...
|
|
5473
|
-
|
|
5067
|
+
def is_extended(self): ...
|
|
5474
5068
|
def is_property_hidden(self) -> bool:
|
|
5475
5069
|
"""Check if a property is hidden.
|
|
5476
5070
|
|
|
@@ -5650,34 +5244,15 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
|
5650
5244
|
class PHYSICS_PT_dp_surface_canvas_paint_dry(
|
|
5651
5245
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5652
5246
|
):
|
|
5653
|
-
""" """
|
|
5654
|
-
|
|
5655
5247
|
COMPAT_ENGINES: typing.Any
|
|
5656
|
-
""" """
|
|
5657
|
-
|
|
5658
5248
|
bl_context: typing.Any
|
|
5659
|
-
""" """
|
|
5660
|
-
|
|
5661
5249
|
bl_label: typing.Any
|
|
5662
|
-
""" """
|
|
5663
|
-
|
|
5664
5250
|
bl_options: typing.Any
|
|
5665
|
-
""" """
|
|
5666
|
-
|
|
5667
5251
|
bl_parent_id: typing.Any
|
|
5668
|
-
""" """
|
|
5669
|
-
|
|
5670
5252
|
bl_region_type: typing.Any
|
|
5671
|
-
""" """
|
|
5672
|
-
|
|
5673
5253
|
bl_rna: typing.Any
|
|
5674
|
-
""" """
|
|
5675
|
-
|
|
5676
5254
|
bl_space_type: typing.Any
|
|
5677
|
-
""" """
|
|
5678
|
-
|
|
5679
5255
|
id_data: typing.Any
|
|
5680
|
-
""" """
|
|
5681
5256
|
|
|
5682
5257
|
def append(self, draw_func):
|
|
5683
5258
|
"""Append a draw function to this menu,
|
|
@@ -5769,10 +5344,7 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(
|
|
|
5769
5344
|
"""
|
|
5770
5345
|
...
|
|
5771
5346
|
|
|
5772
|
-
def is_extended(self):
|
|
5773
|
-
""" """
|
|
5774
|
-
...
|
|
5775
|
-
|
|
5347
|
+
def is_extended(self): ...
|
|
5776
5348
|
def is_property_hidden(self) -> bool:
|
|
5777
5349
|
"""Check if a property is hidden.
|
|
5778
5350
|
|
|
@@ -5952,28 +5524,13 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(
|
|
|
5952
5524
|
class PHYSICS_PT_dynamic_paint(
|
|
5953
5525
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
5954
5526
|
):
|
|
5955
|
-
""" """
|
|
5956
|
-
|
|
5957
5527
|
COMPAT_ENGINES: typing.Any
|
|
5958
|
-
""" """
|
|
5959
|
-
|
|
5960
5528
|
bl_context: typing.Any
|
|
5961
|
-
""" """
|
|
5962
|
-
|
|
5963
5529
|
bl_label: typing.Any
|
|
5964
|
-
""" """
|
|
5965
|
-
|
|
5966
5530
|
bl_region_type: typing.Any
|
|
5967
|
-
""" """
|
|
5968
|
-
|
|
5969
5531
|
bl_rna: typing.Any
|
|
5970
|
-
""" """
|
|
5971
|
-
|
|
5972
5532
|
bl_space_type: typing.Any
|
|
5973
|
-
""" """
|
|
5974
|
-
|
|
5975
5533
|
id_data: typing.Any
|
|
5976
|
-
""" """
|
|
5977
5534
|
|
|
5978
5535
|
def append(self, draw_func):
|
|
5979
5536
|
"""Append a draw function to this menu,
|
|
@@ -6058,10 +5615,7 @@ class PHYSICS_PT_dynamic_paint(
|
|
|
6058
5615
|
"""
|
|
6059
5616
|
...
|
|
6060
5617
|
|
|
6061
|
-
def is_extended(self):
|
|
6062
|
-
""" """
|
|
6063
|
-
...
|
|
6064
|
-
|
|
5618
|
+
def is_extended(self): ...
|
|
6065
5619
|
def is_property_hidden(self) -> bool:
|
|
6066
5620
|
"""Check if a property is hidden.
|
|
6067
5621
|
|
|
@@ -6241,31 +5795,14 @@ class PHYSICS_PT_dynamic_paint(
|
|
|
6241
5795
|
class PHYSICS_PT_dynamic_paint_settings(
|
|
6242
5796
|
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
6243
5797
|
):
|
|
6244
|
-
""" """
|
|
6245
|
-
|
|
6246
5798
|
COMPAT_ENGINES: typing.Any
|
|
6247
|
-
""" """
|
|
6248
|
-
|
|
6249
5799
|
bl_context: typing.Any
|
|
6250
|
-
""" """
|
|
6251
|
-
|
|
6252
5800
|
bl_label: typing.Any
|
|
6253
|
-
""" """
|
|
6254
|
-
|
|
6255
5801
|
bl_parent_id: typing.Any
|
|
6256
|
-
""" """
|
|
6257
|
-
|
|
6258
5802
|
bl_region_type: typing.Any
|
|
6259
|
-
""" """
|
|
6260
|
-
|
|
6261
5803
|
bl_rna: typing.Any
|
|
6262
|
-
""" """
|
|
6263
|
-
|
|
6264
5804
|
bl_space_type: typing.Any
|
|
6265
|
-
""" """
|
|
6266
|
-
|
|
6267
5805
|
id_data: typing.Any
|
|
6268
|
-
""" """
|
|
6269
5806
|
|
|
6270
5807
|
def append(self, draw_func):
|
|
6271
5808
|
"""Append a draw function to this menu,
|
|
@@ -6350,10 +5887,7 @@ class PHYSICS_PT_dynamic_paint_settings(
|
|
|
6350
5887
|
"""
|
|
6351
5888
|
...
|
|
6352
5889
|
|
|
6353
|
-
def is_extended(self):
|
|
6354
|
-
""" """
|
|
6355
|
-
...
|
|
6356
|
-
|
|
5890
|
+
def is_extended(self): ...
|
|
6357
5891
|
def is_property_hidden(self) -> bool:
|
|
6358
5892
|
"""Check if a property is hidden.
|
|
6359
5893
|
|