fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -3,28 +3,64 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
7
|
-
""" """
|
|
8
|
-
|
|
9
|
-
COMPAT_ENGINES: typing.Any
|
|
6
|
+
class PhysicButtonsPanel:
|
|
10
7
|
""" """
|
|
11
8
|
|
|
12
9
|
bl_context: typing.Any
|
|
13
10
|
""" """
|
|
14
11
|
|
|
15
|
-
|
|
12
|
+
bl_region_type: typing.Any
|
|
16
13
|
""" """
|
|
17
14
|
|
|
18
|
-
|
|
15
|
+
bl_space_type: typing.Any
|
|
19
16
|
""" """
|
|
20
17
|
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
def poll_dyn_canvas(self, context):
|
|
19
|
+
"""
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
:param context:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
def poll_dyn_canvas_brush(self, context):
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
:param context:
|
|
29
|
+
"""
|
|
30
|
+
...
|
|
31
|
+
|
|
32
|
+
def poll_dyn_canvas_paint(self, context):
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
:param context:
|
|
36
|
+
"""
|
|
37
|
+
...
|
|
38
|
+
|
|
39
|
+
def poll_dyn_output(self, context):
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
:param context:
|
|
43
|
+
"""
|
|
44
|
+
...
|
|
45
|
+
|
|
46
|
+
def poll_dyn_output_maps(self, context):
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
:param context:
|
|
50
|
+
"""
|
|
51
|
+
...
|
|
52
|
+
|
|
53
|
+
def poll_dyn_paint(self, context):
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
:param context:
|
|
57
|
+
"""
|
|
58
|
+
...
|
|
59
|
+
|
|
60
|
+
class PHYSICS_UL_dynapaint_surfaces(bpy_types.UIList, bpy_types._GenericUI):
|
|
25
61
|
""" """
|
|
26
62
|
|
|
27
|
-
|
|
63
|
+
bl_rna: typing.Any
|
|
28
64
|
""" """
|
|
29
65
|
|
|
30
66
|
id_data: typing.Any
|
|
@@ -49,10 +85,27 @@ class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
|
|
|
49
85
|
""" """
|
|
50
86
|
...
|
|
51
87
|
|
|
52
|
-
def
|
|
88
|
+
def draw_item(
|
|
89
|
+
self,
|
|
90
|
+
_context,
|
|
91
|
+
layout,
|
|
92
|
+
_data,
|
|
93
|
+
item,
|
|
94
|
+
icon,
|
|
95
|
+
_active_data,
|
|
96
|
+
_active_propname,
|
|
97
|
+
_index,
|
|
98
|
+
):
|
|
53
99
|
"""
|
|
54
100
|
|
|
55
|
-
:param
|
|
101
|
+
:param _context:
|
|
102
|
+
:param layout:
|
|
103
|
+
:param _data:
|
|
104
|
+
:param item:
|
|
105
|
+
:param icon:
|
|
106
|
+
:param _active_data:
|
|
107
|
+
:param _active_propname:
|
|
108
|
+
:param _index:
|
|
56
109
|
"""
|
|
57
110
|
...
|
|
58
111
|
|
|
@@ -124,55 +177,6 @@ class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
|
|
|
124
177
|
""" """
|
|
125
178
|
...
|
|
126
179
|
|
|
127
|
-
def poll(self, context):
|
|
128
|
-
"""
|
|
129
|
-
|
|
130
|
-
:param context:
|
|
131
|
-
"""
|
|
132
|
-
...
|
|
133
|
-
|
|
134
|
-
def poll_dyn_canvas(self, context):
|
|
135
|
-
"""
|
|
136
|
-
|
|
137
|
-
:param context:
|
|
138
|
-
"""
|
|
139
|
-
...
|
|
140
|
-
|
|
141
|
-
def poll_dyn_canvas_brush(self, context):
|
|
142
|
-
"""
|
|
143
|
-
|
|
144
|
-
:param context:
|
|
145
|
-
"""
|
|
146
|
-
...
|
|
147
|
-
|
|
148
|
-
def poll_dyn_canvas_paint(self, context):
|
|
149
|
-
"""
|
|
150
|
-
|
|
151
|
-
:param context:
|
|
152
|
-
"""
|
|
153
|
-
...
|
|
154
|
-
|
|
155
|
-
def poll_dyn_output(self, context):
|
|
156
|
-
"""
|
|
157
|
-
|
|
158
|
-
:param context:
|
|
159
|
-
"""
|
|
160
|
-
...
|
|
161
|
-
|
|
162
|
-
def poll_dyn_output_maps(self, context):
|
|
163
|
-
"""
|
|
164
|
-
|
|
165
|
-
:param context:
|
|
166
|
-
"""
|
|
167
|
-
...
|
|
168
|
-
|
|
169
|
-
def poll_dyn_paint(self, context):
|
|
170
|
-
"""
|
|
171
|
-
|
|
172
|
-
:param context:
|
|
173
|
-
"""
|
|
174
|
-
...
|
|
175
|
-
|
|
176
180
|
def pop(self):
|
|
177
181
|
""" """
|
|
178
182
|
...
|
|
@@ -207,7 +211,9 @@ class PHYSICS_PT_dp_brush_source(bpy_types._GenericUI):
|
|
|
207
211
|
""" """
|
|
208
212
|
...
|
|
209
213
|
|
|
210
|
-
class
|
|
214
|
+
class PHYSICS_PT_dp_brush_source(
|
|
215
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
216
|
+
):
|
|
211
217
|
""" """
|
|
212
218
|
|
|
213
219
|
COMPAT_ENGINES: typing.Any
|
|
@@ -411,7 +417,9 @@ class PHYSICS_PT_dp_brush_source_color_ramp(bpy_types._GenericUI):
|
|
|
411
417
|
""" """
|
|
412
418
|
...
|
|
413
419
|
|
|
414
|
-
class
|
|
420
|
+
class PHYSICS_PT_dp_brush_source_color_ramp(
|
|
421
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
422
|
+
):
|
|
415
423
|
""" """
|
|
416
424
|
|
|
417
425
|
COMPAT_ENGINES: typing.Any
|
|
@@ -423,9 +431,6 @@ class PHYSICS_PT_dp_brush_velocity(bpy_types._GenericUI):
|
|
|
423
431
|
bl_label: typing.Any
|
|
424
432
|
""" """
|
|
425
433
|
|
|
426
|
-
bl_options: typing.Any
|
|
427
|
-
""" """
|
|
428
|
-
|
|
429
434
|
bl_parent_id: typing.Any
|
|
430
435
|
""" """
|
|
431
436
|
|
|
@@ -618,7 +623,9 @@ class PHYSICS_PT_dp_brush_velocity(bpy_types._GenericUI):
|
|
|
618
623
|
""" """
|
|
619
624
|
...
|
|
620
625
|
|
|
621
|
-
class
|
|
626
|
+
class PHYSICS_PT_dp_brush_velocity(
|
|
627
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
628
|
+
):
|
|
622
629
|
""" """
|
|
623
630
|
|
|
624
631
|
COMPAT_ENGINES: typing.Any
|
|
@@ -825,7 +832,9 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(bpy_types._GenericUI):
|
|
|
825
832
|
""" """
|
|
826
833
|
...
|
|
827
834
|
|
|
828
|
-
class
|
|
835
|
+
class PHYSICS_PT_dp_brush_velocity_color_ramp(
|
|
836
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
837
|
+
):
|
|
829
838
|
""" """
|
|
830
839
|
|
|
831
840
|
COMPAT_ENGINES: typing.Any
|
|
@@ -881,13 +890,6 @@ class PHYSICS_PT_dp_brush_velocity_smudge(bpy_types._GenericUI):
|
|
|
881
890
|
"""
|
|
882
891
|
...
|
|
883
892
|
|
|
884
|
-
def draw_header(self, context):
|
|
885
|
-
"""
|
|
886
|
-
|
|
887
|
-
:param context:
|
|
888
|
-
"""
|
|
889
|
-
...
|
|
890
|
-
|
|
891
893
|
def driver_add(self):
|
|
892
894
|
""" """
|
|
893
895
|
...
|
|
@@ -1039,7 +1041,9 @@ class PHYSICS_PT_dp_brush_velocity_smudge(bpy_types._GenericUI):
|
|
|
1039
1041
|
""" """
|
|
1040
1042
|
...
|
|
1041
1043
|
|
|
1042
|
-
class
|
|
1044
|
+
class PHYSICS_PT_dp_brush_velocity_smudge(
|
|
1045
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1046
|
+
):
|
|
1043
1047
|
""" """
|
|
1044
1048
|
|
|
1045
1049
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1095,6 +1099,13 @@ class PHYSICS_PT_dp_brush_wave(bpy_types._GenericUI):
|
|
|
1095
1099
|
"""
|
|
1096
1100
|
...
|
|
1097
1101
|
|
|
1102
|
+
def draw_header(self, context):
|
|
1103
|
+
"""
|
|
1104
|
+
|
|
1105
|
+
:param context:
|
|
1106
|
+
"""
|
|
1107
|
+
...
|
|
1108
|
+
|
|
1098
1109
|
def driver_add(self):
|
|
1099
1110
|
""" """
|
|
1100
1111
|
...
|
|
@@ -1246,7 +1257,9 @@ class PHYSICS_PT_dp_brush_wave(bpy_types._GenericUI):
|
|
|
1246
1257
|
""" """
|
|
1247
1258
|
...
|
|
1248
1259
|
|
|
1249
|
-
class
|
|
1260
|
+
class PHYSICS_PT_dp_brush_wave(
|
|
1261
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1262
|
+
):
|
|
1250
1263
|
""" """
|
|
1251
1264
|
|
|
1252
1265
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1453,7 +1466,7 @@ class PHYSICS_PT_dp_cache(bpy_types._GenericUI):
|
|
|
1453
1466
|
""" """
|
|
1454
1467
|
...
|
|
1455
1468
|
|
|
1456
|
-
class
|
|
1469
|
+
class PHYSICS_PT_dp_cache(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1457
1470
|
""" """
|
|
1458
1471
|
|
|
1459
1472
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1660,7 +1673,9 @@ class PHYSICS_PT_dp_canvas_initial_color(bpy_types._GenericUI):
|
|
|
1660
1673
|
""" """
|
|
1661
1674
|
...
|
|
1662
1675
|
|
|
1663
|
-
class
|
|
1676
|
+
class PHYSICS_PT_dp_canvas_initial_color(
|
|
1677
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1678
|
+
):
|
|
1664
1679
|
""" """
|
|
1665
1680
|
|
|
1666
1681
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1867,7 +1882,9 @@ class PHYSICS_PT_dp_canvas_output(bpy_types._GenericUI):
|
|
|
1867
1882
|
""" """
|
|
1868
1883
|
...
|
|
1869
1884
|
|
|
1870
|
-
class
|
|
1885
|
+
class PHYSICS_PT_dp_canvas_output(
|
|
1886
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
1887
|
+
):
|
|
1871
1888
|
""" """
|
|
1872
1889
|
|
|
1873
1890
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1923,13 +1940,6 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(bpy_types._GenericUI):
|
|
|
1923
1940
|
"""
|
|
1924
1941
|
...
|
|
1925
1942
|
|
|
1926
|
-
def draw_header(self, context):
|
|
1927
|
-
"""
|
|
1928
|
-
|
|
1929
|
-
:param context:
|
|
1930
|
-
"""
|
|
1931
|
-
...
|
|
1932
|
-
|
|
1933
1943
|
def driver_add(self):
|
|
1934
1944
|
""" """
|
|
1935
1945
|
...
|
|
@@ -2081,7 +2091,9 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(bpy_types._GenericUI):
|
|
|
2081
2091
|
""" """
|
|
2082
2092
|
...
|
|
2083
2093
|
|
|
2084
|
-
class
|
|
2094
|
+
class PHYSICS_PT_dp_canvas_output_paintmaps(
|
|
2095
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2096
|
+
):
|
|
2085
2097
|
""" """
|
|
2086
2098
|
|
|
2087
2099
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2295,7 +2307,9 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(bpy_types._GenericUI):
|
|
|
2295
2307
|
""" """
|
|
2296
2308
|
...
|
|
2297
2309
|
|
|
2298
|
-
class
|
|
2310
|
+
class PHYSICS_PT_dp_canvas_output_wetmaps(
|
|
2311
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2312
|
+
):
|
|
2299
2313
|
""" """
|
|
2300
2314
|
|
|
2301
2315
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2344,10 +2358,17 @@ class PHYSICS_PT_dp_effects(bpy_types._GenericUI):
|
|
|
2344
2358
|
""" """
|
|
2345
2359
|
...
|
|
2346
2360
|
|
|
2347
|
-
def draw(self,
|
|
2361
|
+
def draw(self, context):
|
|
2348
2362
|
"""
|
|
2349
2363
|
|
|
2350
|
-
:param
|
|
2364
|
+
:param context:
|
|
2365
|
+
"""
|
|
2366
|
+
...
|
|
2367
|
+
|
|
2368
|
+
def draw_header(self, context):
|
|
2369
|
+
"""
|
|
2370
|
+
|
|
2371
|
+
:param context:
|
|
2351
2372
|
"""
|
|
2352
2373
|
...
|
|
2353
2374
|
|
|
@@ -2502,7 +2523,7 @@ class PHYSICS_PT_dp_effects(bpy_types._GenericUI):
|
|
|
2502
2523
|
""" """
|
|
2503
2524
|
...
|
|
2504
2525
|
|
|
2505
|
-
class
|
|
2526
|
+
class PHYSICS_PT_dp_effects(bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2506
2527
|
""" """
|
|
2507
2528
|
|
|
2508
2529
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2551,17 +2572,10 @@ class PHYSICS_PT_dp_effects_drip(bpy_types._GenericUI):
|
|
|
2551
2572
|
""" """
|
|
2552
2573
|
...
|
|
2553
2574
|
|
|
2554
|
-
def draw(self,
|
|
2555
|
-
"""
|
|
2556
|
-
|
|
2557
|
-
:param context:
|
|
2558
|
-
"""
|
|
2559
|
-
...
|
|
2560
|
-
|
|
2561
|
-
def draw_header(self, context):
|
|
2575
|
+
def draw(self, _context):
|
|
2562
2576
|
"""
|
|
2563
2577
|
|
|
2564
|
-
:param
|
|
2578
|
+
:param _context:
|
|
2565
2579
|
"""
|
|
2566
2580
|
...
|
|
2567
2581
|
|
|
@@ -2716,7 +2730,9 @@ class PHYSICS_PT_dp_effects_drip(bpy_types._GenericUI):
|
|
|
2716
2730
|
""" """
|
|
2717
2731
|
...
|
|
2718
2732
|
|
|
2719
|
-
class
|
|
2733
|
+
class PHYSICS_PT_dp_effects_drip(
|
|
2734
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2735
|
+
):
|
|
2720
2736
|
""" """
|
|
2721
2737
|
|
|
2722
2738
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2772,6 +2788,13 @@ class PHYSICS_PT_dp_effects_drip_weights(bpy_types._GenericUI):
|
|
|
2772
2788
|
"""
|
|
2773
2789
|
...
|
|
2774
2790
|
|
|
2791
|
+
def draw_header(self, context):
|
|
2792
|
+
"""
|
|
2793
|
+
|
|
2794
|
+
:param context:
|
|
2795
|
+
"""
|
|
2796
|
+
...
|
|
2797
|
+
|
|
2775
2798
|
def driver_add(self):
|
|
2776
2799
|
""" """
|
|
2777
2800
|
...
|
|
@@ -2923,7 +2946,9 @@ class PHYSICS_PT_dp_effects_drip_weights(bpy_types._GenericUI):
|
|
|
2923
2946
|
""" """
|
|
2924
2947
|
...
|
|
2925
2948
|
|
|
2926
|
-
class
|
|
2949
|
+
class PHYSICS_PT_dp_effects_drip_weights(
|
|
2950
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
2951
|
+
):
|
|
2927
2952
|
""" """
|
|
2928
2953
|
|
|
2929
2954
|
COMPAT_ENGINES: typing.Any
|
|
@@ -2979,13 +3004,6 @@ class PHYSICS_PT_dp_effects_shrink(bpy_types._GenericUI):
|
|
|
2979
3004
|
"""
|
|
2980
3005
|
...
|
|
2981
3006
|
|
|
2982
|
-
def draw_header(self, context):
|
|
2983
|
-
"""
|
|
2984
|
-
|
|
2985
|
-
:param context:
|
|
2986
|
-
"""
|
|
2987
|
-
...
|
|
2988
|
-
|
|
2989
3007
|
def driver_add(self):
|
|
2990
3008
|
""" """
|
|
2991
3009
|
...
|
|
@@ -3137,7 +3155,9 @@ class PHYSICS_PT_dp_effects_shrink(bpy_types._GenericUI):
|
|
|
3137
3155
|
""" """
|
|
3138
3156
|
...
|
|
3139
3157
|
|
|
3140
|
-
class
|
|
3158
|
+
class PHYSICS_PT_dp_effects_shrink(
|
|
3159
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3160
|
+
):
|
|
3141
3161
|
""" """
|
|
3142
3162
|
|
|
3143
3163
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3351,7 +3371,9 @@ class PHYSICS_PT_dp_effects_spread(bpy_types._GenericUI):
|
|
|
3351
3371
|
""" """
|
|
3352
3372
|
...
|
|
3353
3373
|
|
|
3354
|
-
class
|
|
3374
|
+
class PHYSICS_PT_dp_effects_spread(
|
|
3375
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3376
|
+
):
|
|
3355
3377
|
""" """
|
|
3356
3378
|
|
|
3357
3379
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3363,6 +3385,9 @@ class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
|
|
|
3363
3385
|
bl_label: typing.Any
|
|
3364
3386
|
""" """
|
|
3365
3387
|
|
|
3388
|
+
bl_options: typing.Any
|
|
3389
|
+
""" """
|
|
3390
|
+
|
|
3366
3391
|
bl_parent_id: typing.Any
|
|
3367
3392
|
""" """
|
|
3368
3393
|
|
|
@@ -3404,6 +3429,13 @@ class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
|
|
|
3404
3429
|
"""
|
|
3405
3430
|
...
|
|
3406
3431
|
|
|
3432
|
+
def draw_header(self, context):
|
|
3433
|
+
"""
|
|
3434
|
+
|
|
3435
|
+
:param context:
|
|
3436
|
+
"""
|
|
3437
|
+
...
|
|
3438
|
+
|
|
3407
3439
|
def driver_add(self):
|
|
3408
3440
|
""" """
|
|
3409
3441
|
...
|
|
@@ -3555,7 +3587,9 @@ class PHYSICS_PT_dp_surface_canvas(bpy_types._GenericUI):
|
|
|
3555
3587
|
""" """
|
|
3556
3588
|
...
|
|
3557
3589
|
|
|
3558
|
-
class
|
|
3590
|
+
class PHYSICS_PT_dp_surface_canvas(
|
|
3591
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3592
|
+
):
|
|
3559
3593
|
""" """
|
|
3560
3594
|
|
|
3561
3595
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3567,9 +3601,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
|
|
|
3567
3601
|
bl_label: typing.Any
|
|
3568
3602
|
""" """
|
|
3569
3603
|
|
|
3570
|
-
bl_options: typing.Any
|
|
3571
|
-
""" """
|
|
3572
|
-
|
|
3573
3604
|
bl_parent_id: typing.Any
|
|
3574
3605
|
""" """
|
|
3575
3606
|
|
|
@@ -3582,9 +3613,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
|
|
|
3582
3613
|
bl_space_type: typing.Any
|
|
3583
3614
|
""" """
|
|
3584
3615
|
|
|
3585
|
-
bl_translation_context: typing.Any
|
|
3586
|
-
""" """
|
|
3587
|
-
|
|
3588
3616
|
id_data: typing.Any
|
|
3589
3617
|
""" """
|
|
3590
3618
|
|
|
@@ -3614,13 +3642,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
|
|
|
3614
3642
|
"""
|
|
3615
3643
|
...
|
|
3616
3644
|
|
|
3617
|
-
def draw_header(self, context):
|
|
3618
|
-
"""
|
|
3619
|
-
|
|
3620
|
-
:param context:
|
|
3621
|
-
"""
|
|
3622
|
-
...
|
|
3623
|
-
|
|
3624
3645
|
def driver_add(self):
|
|
3625
3646
|
""" """
|
|
3626
3647
|
...
|
|
@@ -3772,7 +3793,9 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(bpy_types._GenericUI):
|
|
|
3772
3793
|
""" """
|
|
3773
3794
|
...
|
|
3774
3795
|
|
|
3775
|
-
class
|
|
3796
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
3797
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
3798
|
+
):
|
|
3776
3799
|
""" """
|
|
3777
3800
|
|
|
3778
3801
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3799,6 +3822,9 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy_types._GenericUI):
|
|
|
3799
3822
|
bl_space_type: typing.Any
|
|
3800
3823
|
""" """
|
|
3801
3824
|
|
|
3825
|
+
bl_translation_context: typing.Any
|
|
3826
|
+
""" """
|
|
3827
|
+
|
|
3802
3828
|
id_data: typing.Any
|
|
3803
3829
|
""" """
|
|
3804
3830
|
|
|
@@ -3986,7 +4012,9 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(bpy_types._GenericUI):
|
|
|
3986
4012
|
""" """
|
|
3987
4013
|
...
|
|
3988
4014
|
|
|
3989
|
-
class
|
|
4015
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dry(
|
|
4016
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4017
|
+
):
|
|
3990
4018
|
""" """
|
|
3991
4019
|
|
|
3992
4020
|
COMPAT_ENGINES: typing.Any
|
|
@@ -3998,6 +4026,12 @@ class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
|
|
|
3998
4026
|
bl_label: typing.Any
|
|
3999
4027
|
""" """
|
|
4000
4028
|
|
|
4029
|
+
bl_options: typing.Any
|
|
4030
|
+
""" """
|
|
4031
|
+
|
|
4032
|
+
bl_parent_id: typing.Any
|
|
4033
|
+
""" """
|
|
4034
|
+
|
|
4001
4035
|
bl_region_type: typing.Any
|
|
4002
4036
|
""" """
|
|
4003
4037
|
|
|
@@ -4036,6 +4070,13 @@ class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
|
|
|
4036
4070
|
"""
|
|
4037
4071
|
...
|
|
4038
4072
|
|
|
4073
|
+
def draw_header(self, context):
|
|
4074
|
+
"""
|
|
4075
|
+
|
|
4076
|
+
:param context:
|
|
4077
|
+
"""
|
|
4078
|
+
...
|
|
4079
|
+
|
|
4039
4080
|
def driver_add(self):
|
|
4040
4081
|
""" """
|
|
4041
4082
|
...
|
|
@@ -4187,7 +4228,9 @@ class PHYSICS_PT_dynamic_paint(bpy_types._GenericUI):
|
|
|
4187
4228
|
""" """
|
|
4188
4229
|
...
|
|
4189
4230
|
|
|
4190
|
-
class
|
|
4231
|
+
class PHYSICS_PT_dynamic_paint(
|
|
4232
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4233
|
+
):
|
|
4191
4234
|
""" """
|
|
4192
4235
|
|
|
4193
4236
|
COMPAT_ENGINES: typing.Any
|
|
@@ -4199,9 +4242,6 @@ class PHYSICS_PT_dynamic_paint_settings(bpy_types._GenericUI):
|
|
|
4199
4242
|
bl_label: typing.Any
|
|
4200
4243
|
""" """
|
|
4201
4244
|
|
|
4202
|
-
bl_parent_id: typing.Any
|
|
4203
|
-
""" """
|
|
4204
|
-
|
|
4205
4245
|
bl_region_type: typing.Any
|
|
4206
4246
|
""" """
|
|
4207
4247
|
|
|
@@ -4391,12 +4431,32 @@ class PHYSICS_PT_dynamic_paint_settings(bpy_types._GenericUI):
|
|
|
4391
4431
|
""" """
|
|
4392
4432
|
...
|
|
4393
4433
|
|
|
4394
|
-
class
|
|
4434
|
+
class PHYSICS_PT_dynamic_paint_settings(
|
|
4435
|
+
bpy_types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
|
|
4436
|
+
):
|
|
4437
|
+
""" """
|
|
4438
|
+
|
|
4439
|
+
COMPAT_ENGINES: typing.Any
|
|
4440
|
+
""" """
|
|
4441
|
+
|
|
4442
|
+
bl_context: typing.Any
|
|
4443
|
+
""" """
|
|
4444
|
+
|
|
4445
|
+
bl_label: typing.Any
|
|
4446
|
+
""" """
|
|
4447
|
+
|
|
4448
|
+
bl_parent_id: typing.Any
|
|
4449
|
+
""" """
|
|
4450
|
+
|
|
4451
|
+
bl_region_type: typing.Any
|
|
4395
4452
|
""" """
|
|
4396
4453
|
|
|
4397
4454
|
bl_rna: typing.Any
|
|
4398
4455
|
""" """
|
|
4399
4456
|
|
|
4457
|
+
bl_space_type: typing.Any
|
|
4458
|
+
""" """
|
|
4459
|
+
|
|
4400
4460
|
id_data: typing.Any
|
|
4401
4461
|
""" """
|
|
4402
4462
|
|
|
@@ -4419,27 +4479,10 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
|
4419
4479
|
""" """
|
|
4420
4480
|
...
|
|
4421
4481
|
|
|
4422
|
-
def
|
|
4423
|
-
self,
|
|
4424
|
-
_context,
|
|
4425
|
-
layout,
|
|
4426
|
-
_data,
|
|
4427
|
-
item,
|
|
4428
|
-
icon,
|
|
4429
|
-
_active_data,
|
|
4430
|
-
_active_propname,
|
|
4431
|
-
_index,
|
|
4432
|
-
):
|
|
4482
|
+
def draw(self, context):
|
|
4433
4483
|
"""
|
|
4434
4484
|
|
|
4435
|
-
:param
|
|
4436
|
-
:param layout:
|
|
4437
|
-
:param _data:
|
|
4438
|
-
:param item:
|
|
4439
|
-
:param icon:
|
|
4440
|
-
:param _active_data:
|
|
4441
|
-
:param _active_propname:
|
|
4442
|
-
:param _index:
|
|
4485
|
+
:param context:
|
|
4443
4486
|
"""
|
|
4444
4487
|
...
|
|
4445
4488
|
|
|
@@ -4511,52 +4554,13 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
|
4511
4554
|
""" """
|
|
4512
4555
|
...
|
|
4513
4556
|
|
|
4514
|
-
def
|
|
4515
|
-
""" """
|
|
4516
|
-
...
|
|
4517
|
-
|
|
4518
|
-
def prepend(self, draw_func):
|
|
4519
|
-
"""
|
|
4520
|
-
|
|
4521
|
-
:param draw_func:
|
|
4522
|
-
"""
|
|
4523
|
-
...
|
|
4524
|
-
|
|
4525
|
-
def property_overridable_library_set(self):
|
|
4526
|
-
""" """
|
|
4527
|
-
...
|
|
4528
|
-
|
|
4529
|
-
def property_unset(self):
|
|
4530
|
-
""" """
|
|
4531
|
-
...
|
|
4532
|
-
|
|
4533
|
-
def remove(self, draw_func):
|
|
4557
|
+
def poll(self, context):
|
|
4534
4558
|
"""
|
|
4535
4559
|
|
|
4536
|
-
:param
|
|
4560
|
+
:param context:
|
|
4537
4561
|
"""
|
|
4538
4562
|
...
|
|
4539
4563
|
|
|
4540
|
-
def type_recast(self):
|
|
4541
|
-
""" """
|
|
4542
|
-
...
|
|
4543
|
-
|
|
4544
|
-
def values(self):
|
|
4545
|
-
""" """
|
|
4546
|
-
...
|
|
4547
|
-
|
|
4548
|
-
class PhysicButtonsPanel:
|
|
4549
|
-
""" """
|
|
4550
|
-
|
|
4551
|
-
bl_context: typing.Any
|
|
4552
|
-
""" """
|
|
4553
|
-
|
|
4554
|
-
bl_region_type: typing.Any
|
|
4555
|
-
""" """
|
|
4556
|
-
|
|
4557
|
-
bl_space_type: typing.Any
|
|
4558
|
-
""" """
|
|
4559
|
-
|
|
4560
4564
|
def poll_dyn_canvas(self, context):
|
|
4561
4565
|
"""
|
|
4562
4566
|
|
|
@@ -4598,3 +4602,37 @@ class PhysicButtonsPanel:
|
|
|
4598
4602
|
:param context:
|
|
4599
4603
|
"""
|
|
4600
4604
|
...
|
|
4605
|
+
|
|
4606
|
+
def pop(self):
|
|
4607
|
+
""" """
|
|
4608
|
+
...
|
|
4609
|
+
|
|
4610
|
+
def prepend(self, draw_func):
|
|
4611
|
+
"""
|
|
4612
|
+
|
|
4613
|
+
:param draw_func:
|
|
4614
|
+
"""
|
|
4615
|
+
...
|
|
4616
|
+
|
|
4617
|
+
def property_overridable_library_set(self):
|
|
4618
|
+
""" """
|
|
4619
|
+
...
|
|
4620
|
+
|
|
4621
|
+
def property_unset(self):
|
|
4622
|
+
""" """
|
|
4623
|
+
...
|
|
4624
|
+
|
|
4625
|
+
def remove(self, draw_func):
|
|
4626
|
+
"""
|
|
4627
|
+
|
|
4628
|
+
:param draw_func:
|
|
4629
|
+
"""
|
|
4630
|
+
...
|
|
4631
|
+
|
|
4632
|
+
def type_recast(self):
|
|
4633
|
+
""" """
|
|
4634
|
+
...
|
|
4635
|
+
|
|
4636
|
+
def values(self):
|
|
4637
|
+
""" """
|
|
4638
|
+
...
|