fake-bpy-module 20240705__py3-none-any.whl → 20240707__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
|
@@ -1,60 +1,20 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
import bpy_types
|
|
5
6
|
|
|
6
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
9
|
|
|
9
|
-
class PhysicButtonsPanel:
|
|
10
|
+
class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
11
|
+
COMPAT_ENGINES: typing.Any
|
|
10
12
|
bl_context: typing.Any
|
|
13
|
+
bl_label: typing.Any
|
|
14
|
+
bl_parent_id: typing.Any
|
|
11
15
|
bl_region_type: typing.Any
|
|
12
|
-
bl_space_type: typing.Any
|
|
13
|
-
|
|
14
|
-
def poll_dyn_canvas(self, context):
|
|
15
|
-
"""
|
|
16
|
-
|
|
17
|
-
:param context:
|
|
18
|
-
"""
|
|
19
|
-
...
|
|
20
|
-
|
|
21
|
-
def poll_dyn_canvas_brush(self, context):
|
|
22
|
-
"""
|
|
23
|
-
|
|
24
|
-
:param context:
|
|
25
|
-
"""
|
|
26
|
-
...
|
|
27
|
-
|
|
28
|
-
def poll_dyn_canvas_paint(self, context):
|
|
29
|
-
"""
|
|
30
|
-
|
|
31
|
-
:param context:
|
|
32
|
-
"""
|
|
33
|
-
...
|
|
34
|
-
|
|
35
|
-
def poll_dyn_output(self, context):
|
|
36
|
-
"""
|
|
37
|
-
|
|
38
|
-
:param context:
|
|
39
|
-
"""
|
|
40
|
-
...
|
|
41
|
-
|
|
42
|
-
def poll_dyn_output_maps(self, context):
|
|
43
|
-
"""
|
|
44
|
-
|
|
45
|
-
:param context:
|
|
46
|
-
"""
|
|
47
|
-
...
|
|
48
|
-
|
|
49
|
-
def poll_dyn_paint(self, context):
|
|
50
|
-
"""
|
|
51
|
-
|
|
52
|
-
:param context:
|
|
53
|
-
"""
|
|
54
|
-
...
|
|
55
|
-
|
|
56
|
-
class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
57
16
|
bl_rna: typing.Any
|
|
17
|
+
bl_space_type: typing.Any
|
|
58
18
|
id_data: typing.Any
|
|
59
19
|
|
|
60
20
|
def append(self, draw_func):
|
|
@@ -89,27 +49,10 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
|
89
49
|
"""
|
|
90
50
|
...
|
|
91
51
|
|
|
92
|
-
def
|
|
93
|
-
self,
|
|
94
|
-
_context,
|
|
95
|
-
layout,
|
|
96
|
-
_data,
|
|
97
|
-
item,
|
|
98
|
-
icon,
|
|
99
|
-
_active_data,
|
|
100
|
-
_active_propname,
|
|
101
|
-
_index,
|
|
102
|
-
):
|
|
52
|
+
def draw(self, context):
|
|
103
53
|
"""
|
|
104
54
|
|
|
105
|
-
:param
|
|
106
|
-
:param layout:
|
|
107
|
-
:param _data:
|
|
108
|
-
:param item:
|
|
109
|
-
:param icon:
|
|
110
|
-
:param _active_data:
|
|
111
|
-
:param _active_propname:
|
|
112
|
-
:param _index:
|
|
55
|
+
:param context:
|
|
113
56
|
"""
|
|
114
57
|
...
|
|
115
58
|
|
|
@@ -235,6 +178,55 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
|
235
178
|
"""Returns the property from the path, raise an exception when not found."""
|
|
236
179
|
...
|
|
237
180
|
|
|
181
|
+
def poll(self, context):
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
:param context:
|
|
185
|
+
"""
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
def poll_dyn_canvas(self, context):
|
|
189
|
+
"""
|
|
190
|
+
|
|
191
|
+
:param context:
|
|
192
|
+
"""
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
def poll_dyn_canvas_brush(self, context):
|
|
196
|
+
"""
|
|
197
|
+
|
|
198
|
+
:param context:
|
|
199
|
+
"""
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
def poll_dyn_canvas_paint(self, context):
|
|
203
|
+
"""
|
|
204
|
+
|
|
205
|
+
:param context:
|
|
206
|
+
"""
|
|
207
|
+
...
|
|
208
|
+
|
|
209
|
+
def poll_dyn_output(self, context):
|
|
210
|
+
"""
|
|
211
|
+
|
|
212
|
+
:param context:
|
|
213
|
+
"""
|
|
214
|
+
...
|
|
215
|
+
|
|
216
|
+
def poll_dyn_output_maps(self, context):
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
:param context:
|
|
220
|
+
"""
|
|
221
|
+
...
|
|
222
|
+
|
|
223
|
+
def poll_dyn_paint(self, context):
|
|
224
|
+
"""
|
|
225
|
+
|
|
226
|
+
:param context:
|
|
227
|
+
"""
|
|
228
|
+
...
|
|
229
|
+
|
|
238
230
|
def pop(self):
|
|
239
231
|
"""Remove and return the value of the custom property assigned to key or default
|
|
240
232
|
when not found (matches Python's dictionary function of the same name).
|
|
@@ -285,7 +277,7 @@ class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
|
285
277
|
"""
|
|
286
278
|
...
|
|
287
279
|
|
|
288
|
-
class
|
|
280
|
+
class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
289
281
|
COMPAT_ENGINES: typing.Any
|
|
290
282
|
bl_context: typing.Any
|
|
291
283
|
bl_label: typing.Any
|
|
@@ -555,10 +547,11 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
555
547
|
"""
|
|
556
548
|
...
|
|
557
549
|
|
|
558
|
-
class
|
|
550
|
+
class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
559
551
|
COMPAT_ENGINES: typing.Any
|
|
560
552
|
bl_context: typing.Any
|
|
561
553
|
bl_label: typing.Any
|
|
554
|
+
bl_options: typing.Any
|
|
562
555
|
bl_parent_id: typing.Any
|
|
563
556
|
bl_region_type: typing.Any
|
|
564
557
|
bl_rna: typing.Any
|
|
@@ -825,7 +818,7 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, bpy_types._Gener
|
|
|
825
818
|
"""
|
|
826
819
|
...
|
|
827
820
|
|
|
828
|
-
class
|
|
821
|
+
class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
829
822
|
COMPAT_ENGINES: typing.Any
|
|
830
823
|
bl_context: typing.Any
|
|
831
824
|
bl_label: typing.Any
|
|
@@ -1096,7 +1089,7 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
1096
1089
|
"""
|
|
1097
1090
|
...
|
|
1098
1091
|
|
|
1099
|
-
class
|
|
1092
|
+
class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1100
1093
|
COMPAT_ENGINES: typing.Any
|
|
1101
1094
|
bl_context: typing.Any
|
|
1102
1095
|
bl_label: typing.Any
|
|
@@ -1146,6 +1139,13 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy_types._Gen
|
|
|
1146
1139
|
"""
|
|
1147
1140
|
...
|
|
1148
1141
|
|
|
1142
|
+
def draw_header(self, context):
|
|
1143
|
+
"""
|
|
1144
|
+
|
|
1145
|
+
:param context:
|
|
1146
|
+
"""
|
|
1147
|
+
...
|
|
1148
|
+
|
|
1149
1149
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1150
1150
|
"""Adds driver(s) to the given property
|
|
1151
1151
|
|
|
@@ -1367,7 +1367,7 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, bpy_types._Gen
|
|
|
1367
1367
|
"""
|
|
1368
1368
|
...
|
|
1369
1369
|
|
|
1370
|
-
class
|
|
1370
|
+
class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1371
1371
|
COMPAT_ENGINES: typing.Any
|
|
1372
1372
|
bl_context: typing.Any
|
|
1373
1373
|
bl_label: typing.Any
|
|
@@ -1417,13 +1417,6 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy_types._Generic
|
|
|
1417
1417
|
"""
|
|
1418
1418
|
...
|
|
1419
1419
|
|
|
1420
|
-
def draw_header(self, context):
|
|
1421
|
-
"""
|
|
1422
|
-
|
|
1423
|
-
:param context:
|
|
1424
|
-
"""
|
|
1425
|
-
...
|
|
1426
|
-
|
|
1427
1420
|
def driver_add(self) -> bpy.types.FCurve:
|
|
1428
1421
|
"""Adds driver(s) to the given property
|
|
1429
1422
|
|
|
@@ -1645,7 +1638,7 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, bpy_types._Generic
|
|
|
1645
1638
|
"""
|
|
1646
1639
|
...
|
|
1647
1640
|
|
|
1648
|
-
class
|
|
1641
|
+
class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1649
1642
|
COMPAT_ENGINES: typing.Any
|
|
1650
1643
|
bl_context: typing.Any
|
|
1651
1644
|
bl_label: typing.Any
|
|
@@ -1916,7 +1909,7 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
1916
1909
|
"""
|
|
1917
1910
|
...
|
|
1918
1911
|
|
|
1919
|
-
class
|
|
1912
|
+
class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
1920
1913
|
COMPAT_ENGINES: typing.Any
|
|
1921
1914
|
bl_context: typing.Any
|
|
1922
1915
|
bl_label: typing.Any
|
|
@@ -2187,7 +2180,7 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
2187
2180
|
"""
|
|
2188
2181
|
...
|
|
2189
2182
|
|
|
2190
|
-
class
|
|
2183
|
+
class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2191
2184
|
COMPAT_ENGINES: typing.Any
|
|
2192
2185
|
bl_context: typing.Any
|
|
2193
2186
|
bl_label: typing.Any
|
|
@@ -2458,7 +2451,7 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, bpy_types._GenericU
|
|
|
2458
2451
|
"""
|
|
2459
2452
|
...
|
|
2460
2453
|
|
|
2461
|
-
class
|
|
2454
|
+
class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2462
2455
|
COMPAT_ENGINES: typing.Any
|
|
2463
2456
|
bl_context: typing.Any
|
|
2464
2457
|
bl_label: typing.Any
|
|
@@ -2508,6 +2501,13 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
2508
2501
|
"""
|
|
2509
2502
|
...
|
|
2510
2503
|
|
|
2504
|
+
def draw_header(self, context):
|
|
2505
|
+
"""
|
|
2506
|
+
|
|
2507
|
+
:param context:
|
|
2508
|
+
"""
|
|
2509
|
+
...
|
|
2510
|
+
|
|
2511
2511
|
def driver_add(self) -> bpy.types.FCurve:
|
|
2512
2512
|
"""Adds driver(s) to the given property
|
|
2513
2513
|
|
|
@@ -2729,7 +2729,7 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
2729
2729
|
"""
|
|
2730
2730
|
...
|
|
2731
2731
|
|
|
2732
|
-
class
|
|
2732
|
+
class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
2733
2733
|
COMPAT_ENGINES: typing.Any
|
|
2734
2734
|
bl_context: typing.Any
|
|
2735
2735
|
bl_label: typing.Any
|
|
@@ -3007,7 +3007,7 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, bpy_types._Gener
|
|
|
3007
3007
|
"""
|
|
3008
3008
|
...
|
|
3009
3009
|
|
|
3010
|
-
class
|
|
3010
|
+
class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3011
3011
|
COMPAT_ENGINES: typing.Any
|
|
3012
3012
|
bl_context: typing.Any
|
|
3013
3013
|
bl_label: typing.Any
|
|
@@ -3050,17 +3050,10 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy_types._Generic
|
|
|
3050
3050
|
"""
|
|
3051
3051
|
...
|
|
3052
3052
|
|
|
3053
|
-
def draw(self,
|
|
3054
|
-
"""
|
|
3055
|
-
|
|
3056
|
-
:param context:
|
|
3057
|
-
"""
|
|
3058
|
-
...
|
|
3059
|
-
|
|
3060
|
-
def draw_header(self, context):
|
|
3053
|
+
def draw(self, _context):
|
|
3061
3054
|
"""
|
|
3062
3055
|
|
|
3063
|
-
:param
|
|
3056
|
+
:param _context:
|
|
3064
3057
|
"""
|
|
3065
3058
|
...
|
|
3066
3059
|
|
|
@@ -3285,7 +3278,7 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, bpy_types._Generic
|
|
|
3285
3278
|
"""
|
|
3286
3279
|
...
|
|
3287
3280
|
|
|
3288
|
-
class
|
|
3281
|
+
class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3289
3282
|
COMPAT_ENGINES: typing.Any
|
|
3290
3283
|
bl_context: typing.Any
|
|
3291
3284
|
bl_label: typing.Any
|
|
@@ -3328,10 +3321,17 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
3328
3321
|
"""
|
|
3329
3322
|
...
|
|
3330
3323
|
|
|
3331
|
-
def draw(self,
|
|
3324
|
+
def draw(self, context):
|
|
3332
3325
|
"""
|
|
3333
3326
|
|
|
3334
|
-
:param
|
|
3327
|
+
:param context:
|
|
3328
|
+
"""
|
|
3329
|
+
...
|
|
3330
|
+
|
|
3331
|
+
def draw_header(self, context):
|
|
3332
|
+
"""
|
|
3333
|
+
|
|
3334
|
+
:param context:
|
|
3335
3335
|
"""
|
|
3336
3336
|
...
|
|
3337
3337
|
|
|
@@ -3556,7 +3556,7 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
3556
3556
|
"""
|
|
3557
3557
|
...
|
|
3558
3558
|
|
|
3559
|
-
class
|
|
3559
|
+
class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3560
3560
|
COMPAT_ENGINES: typing.Any
|
|
3561
3561
|
bl_context: typing.Any
|
|
3562
3562
|
bl_label: typing.Any
|
|
@@ -3606,13 +3606,6 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
3606
3606
|
"""
|
|
3607
3607
|
...
|
|
3608
3608
|
|
|
3609
|
-
def draw_header(self, context):
|
|
3610
|
-
"""
|
|
3611
|
-
|
|
3612
|
-
:param context:
|
|
3613
|
-
"""
|
|
3614
|
-
...
|
|
3615
|
-
|
|
3616
3609
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3617
3610
|
"""Adds driver(s) to the given property
|
|
3618
3611
|
|
|
@@ -3834,7 +3827,7 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
3834
3827
|
"""
|
|
3835
3828
|
...
|
|
3836
3829
|
|
|
3837
|
-
class
|
|
3830
|
+
class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
3838
3831
|
COMPAT_ENGINES: typing.Any
|
|
3839
3832
|
bl_context: typing.Any
|
|
3840
3833
|
bl_label: typing.Any
|
|
@@ -3884,6 +3877,13 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy_types._GenericU
|
|
|
3884
3877
|
"""
|
|
3885
3878
|
...
|
|
3886
3879
|
|
|
3880
|
+
def draw_header(self, context):
|
|
3881
|
+
"""
|
|
3882
|
+
|
|
3883
|
+
:param context:
|
|
3884
|
+
"""
|
|
3885
|
+
...
|
|
3886
|
+
|
|
3887
3887
|
def driver_add(self) -> bpy.types.FCurve:
|
|
3888
3888
|
"""Adds driver(s) to the given property
|
|
3889
3889
|
|
|
@@ -4105,7 +4105,7 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, bpy_types._GenericU
|
|
|
4105
4105
|
"""
|
|
4106
4106
|
...
|
|
4107
4107
|
|
|
4108
|
-
class
|
|
4108
|
+
class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4109
4109
|
COMPAT_ENGINES: typing.Any
|
|
4110
4110
|
bl_context: typing.Any
|
|
4111
4111
|
bl_label: typing.Any
|
|
@@ -4383,11 +4383,10 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
4383
4383
|
"""
|
|
4384
4384
|
...
|
|
4385
4385
|
|
|
4386
|
-
class
|
|
4386
|
+
class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4387
4387
|
COMPAT_ENGINES: typing.Any
|
|
4388
4388
|
bl_context: typing.Any
|
|
4389
4389
|
bl_label: typing.Any
|
|
4390
|
-
bl_options: typing.Any
|
|
4391
4390
|
bl_parent_id: typing.Any
|
|
4392
4391
|
bl_region_type: typing.Any
|
|
4393
4392
|
bl_rna: typing.Any
|
|
@@ -4433,13 +4432,6 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
4433
4432
|
"""
|
|
4434
4433
|
...
|
|
4435
4434
|
|
|
4436
|
-
def draw_header(self, context):
|
|
4437
|
-
"""
|
|
4438
|
-
|
|
4439
|
-
:param context:
|
|
4440
|
-
"""
|
|
4441
|
-
...
|
|
4442
|
-
|
|
4443
4435
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4444
4436
|
"""Adds driver(s) to the given property
|
|
4445
4437
|
|
|
@@ -4661,14 +4653,18 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
4661
4653
|
"""
|
|
4662
4654
|
...
|
|
4663
4655
|
|
|
4664
|
-
class
|
|
4656
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
4657
|
+
PhysicButtonsPanel, bpy_types._GenericUI
|
|
4658
|
+
):
|
|
4665
4659
|
COMPAT_ENGINES: typing.Any
|
|
4666
4660
|
bl_context: typing.Any
|
|
4667
4661
|
bl_label: typing.Any
|
|
4662
|
+
bl_options: typing.Any
|
|
4668
4663
|
bl_parent_id: typing.Any
|
|
4669
4664
|
bl_region_type: typing.Any
|
|
4670
4665
|
bl_rna: typing.Any
|
|
4671
4666
|
bl_space_type: typing.Any
|
|
4667
|
+
bl_translation_context: typing.Any
|
|
4672
4668
|
id_data: typing.Any
|
|
4673
4669
|
|
|
4674
4670
|
def append(self, draw_func):
|
|
@@ -4710,6 +4706,13 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
4710
4706
|
"""
|
|
4711
4707
|
...
|
|
4712
4708
|
|
|
4709
|
+
def draw_header(self, context):
|
|
4710
|
+
"""
|
|
4711
|
+
|
|
4712
|
+
:param context:
|
|
4713
|
+
"""
|
|
4714
|
+
...
|
|
4715
|
+
|
|
4713
4716
|
def driver_add(self) -> bpy.types.FCurve:
|
|
4714
4717
|
"""Adds driver(s) to the given property
|
|
4715
4718
|
|
|
@@ -4931,9 +4934,7 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
4931
4934
|
"""
|
|
4932
4935
|
...
|
|
4933
4936
|
|
|
4934
|
-
class
|
|
4935
|
-
PhysicButtonsPanel, bpy_types._GenericUI
|
|
4936
|
-
):
|
|
4937
|
+
class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
4937
4938
|
COMPAT_ENGINES: typing.Any
|
|
4938
4939
|
bl_context: typing.Any
|
|
4939
4940
|
bl_label: typing.Any
|
|
@@ -4942,7 +4943,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
|
4942
4943
|
bl_region_type: typing.Any
|
|
4943
4944
|
bl_rna: typing.Any
|
|
4944
4945
|
bl_space_type: typing.Any
|
|
4945
|
-
bl_translation_context: typing.Any
|
|
4946
4946
|
id_data: typing.Any
|
|
4947
4947
|
|
|
4948
4948
|
def append(self, draw_func):
|
|
@@ -5212,12 +5212,10 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(
|
|
|
5212
5212
|
"""
|
|
5213
5213
|
...
|
|
5214
5214
|
|
|
5215
|
-
class
|
|
5215
|
+
class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
5216
5216
|
COMPAT_ENGINES: typing.Any
|
|
5217
5217
|
bl_context: typing.Any
|
|
5218
5218
|
bl_label: typing.Any
|
|
5219
|
-
bl_options: typing.Any
|
|
5220
|
-
bl_parent_id: typing.Any
|
|
5221
5219
|
bl_region_type: typing.Any
|
|
5222
5220
|
bl_rna: typing.Any
|
|
5223
5221
|
bl_space_type: typing.Any
|
|
@@ -5262,13 +5260,6 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy_types._Gene
|
|
|
5262
5260
|
"""
|
|
5263
5261
|
...
|
|
5264
5262
|
|
|
5265
|
-
def draw_header(self, context):
|
|
5266
|
-
"""
|
|
5267
|
-
|
|
5268
|
-
:param context:
|
|
5269
|
-
"""
|
|
5270
|
-
...
|
|
5271
|
-
|
|
5272
5263
|
def driver_add(self) -> bpy.types.FCurve:
|
|
5273
5264
|
"""Adds driver(s) to the given property
|
|
5274
5265
|
|
|
@@ -5490,10 +5481,11 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, bpy_types._Gene
|
|
|
5490
5481
|
"""
|
|
5491
5482
|
...
|
|
5492
5483
|
|
|
5493
|
-
class
|
|
5484
|
+
class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
5494
5485
|
COMPAT_ENGINES: typing.Any
|
|
5495
5486
|
bl_context: typing.Any
|
|
5496
5487
|
bl_label: typing.Any
|
|
5488
|
+
bl_parent_id: typing.Any
|
|
5497
5489
|
bl_region_type: typing.Any
|
|
5498
5490
|
bl_rna: typing.Any
|
|
5499
5491
|
bl_space_type: typing.Any
|
|
@@ -5759,14 +5751,8 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, bpy_types._GenericUI):
|
|
|
5759
5751
|
"""
|
|
5760
5752
|
...
|
|
5761
5753
|
|
|
5762
|
-
class
|
|
5763
|
-
COMPAT_ENGINES: typing.Any
|
|
5764
|
-
bl_context: typing.Any
|
|
5765
|
-
bl_label: typing.Any
|
|
5766
|
-
bl_parent_id: typing.Any
|
|
5767
|
-
bl_region_type: typing.Any
|
|
5754
|
+
class PHYSICS_UL_dynapaint_surfaces(bpy_types._GenericUI):
|
|
5768
5755
|
bl_rna: typing.Any
|
|
5769
|
-
bl_space_type: typing.Any
|
|
5770
5756
|
id_data: typing.Any
|
|
5771
5757
|
|
|
5772
5758
|
def append(self, draw_func):
|
|
@@ -5801,10 +5787,27 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
5801
5787
|
"""
|
|
5802
5788
|
...
|
|
5803
5789
|
|
|
5804
|
-
def
|
|
5790
|
+
def draw_item(
|
|
5791
|
+
self,
|
|
5792
|
+
_context,
|
|
5793
|
+
layout,
|
|
5794
|
+
_data,
|
|
5795
|
+
item,
|
|
5796
|
+
icon,
|
|
5797
|
+
_active_data,
|
|
5798
|
+
_active_propname,
|
|
5799
|
+
_index,
|
|
5800
|
+
):
|
|
5805
5801
|
"""
|
|
5806
5802
|
|
|
5807
|
-
:param
|
|
5803
|
+
:param _context:
|
|
5804
|
+
:param layout:
|
|
5805
|
+
:param _data:
|
|
5806
|
+
:param item:
|
|
5807
|
+
:param icon:
|
|
5808
|
+
:param _active_data:
|
|
5809
|
+
:param _active_propname:
|
|
5810
|
+
:param _index:
|
|
5808
5811
|
"""
|
|
5809
5812
|
...
|
|
5810
5813
|
|
|
@@ -5930,101 +5933,99 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, bpy_types._GenericUI
|
|
|
5930
5933
|
"""Returns the property from the path, raise an exception when not found."""
|
|
5931
5934
|
...
|
|
5932
5935
|
|
|
5933
|
-
def
|
|
5934
|
-
"""
|
|
5936
|
+
def pop(self):
|
|
5937
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
5938
|
+
when not found (matches Python's dictionary function of the same name).
|
|
5935
5939
|
|
|
5936
|
-
:param context:
|
|
5937
5940
|
"""
|
|
5938
5941
|
...
|
|
5939
5942
|
|
|
5940
|
-
def
|
|
5941
|
-
"""
|
|
5943
|
+
def prepend(self, draw_func):
|
|
5944
|
+
"""Prepend a draw function to this menu, takes the same arguments as
|
|
5945
|
+
the menus draw function
|
|
5942
5946
|
|
|
5943
|
-
|
|
5947
|
+
:param draw_func:
|
|
5944
5948
|
"""
|
|
5945
5949
|
...
|
|
5946
5950
|
|
|
5947
|
-
def
|
|
5948
|
-
"""
|
|
5951
|
+
def property_overridable_library_set(self) -> bool:
|
|
5952
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
5949
5953
|
|
|
5950
|
-
:
|
|
5954
|
+
:return: True when the overridable status of the property was successfully set.
|
|
5955
|
+
:rtype: bool
|
|
5951
5956
|
"""
|
|
5952
5957
|
...
|
|
5953
5958
|
|
|
5954
|
-
def
|
|
5955
|
-
"""
|
|
5959
|
+
def property_unset(self):
|
|
5960
|
+
"""Unset a property, will use default value afterward."""
|
|
5961
|
+
...
|
|
5956
5962
|
|
|
5957
|
-
|
|
5963
|
+
def remove(self, draw_func):
|
|
5964
|
+
"""Remove a draw function that has been added to this menu
|
|
5965
|
+
|
|
5966
|
+
:param draw_func:
|
|
5958
5967
|
"""
|
|
5959
5968
|
...
|
|
5960
5969
|
|
|
5961
|
-
def
|
|
5962
|
-
"""
|
|
5970
|
+
def type_recast(self):
|
|
5971
|
+
"""Return a new instance, this is needed because types
|
|
5972
|
+
such as textures can be changed at runtime.
|
|
5963
5973
|
|
|
5964
|
-
|
|
5974
|
+
:return: a new instance of this object with the type initialized again.
|
|
5965
5975
|
"""
|
|
5966
5976
|
...
|
|
5967
5977
|
|
|
5968
|
-
def
|
|
5969
|
-
"""
|
|
5978
|
+
def values(self):
|
|
5979
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
5980
|
+
dictionary function of the same name).
|
|
5970
5981
|
|
|
5971
|
-
|
|
5982
|
+
:return: custom property values.
|
|
5972
5983
|
"""
|
|
5973
5984
|
...
|
|
5974
5985
|
|
|
5975
|
-
|
|
5986
|
+
class PhysicButtonsPanel:
|
|
5987
|
+
bl_context: typing.Any
|
|
5988
|
+
bl_region_type: typing.Any
|
|
5989
|
+
bl_space_type: typing.Any
|
|
5990
|
+
|
|
5991
|
+
def poll_dyn_canvas(self, context):
|
|
5976
5992
|
"""
|
|
5977
5993
|
|
|
5978
5994
|
:param context:
|
|
5979
5995
|
"""
|
|
5980
5996
|
...
|
|
5981
5997
|
|
|
5982
|
-
def
|
|
5983
|
-
"""Remove and return the value of the custom property assigned to key or default
|
|
5984
|
-
when not found (matches Python's dictionary function of the same name).
|
|
5985
|
-
|
|
5998
|
+
def poll_dyn_canvas_brush(self, context):
|
|
5986
5999
|
"""
|
|
5987
|
-
...
|
|
5988
6000
|
|
|
5989
|
-
|
|
5990
|
-
"""Prepend a draw function to this menu, takes the same arguments as
|
|
5991
|
-
the menus draw function
|
|
5992
|
-
|
|
5993
|
-
:param draw_func:
|
|
6001
|
+
:param context:
|
|
5994
6002
|
"""
|
|
5995
6003
|
...
|
|
5996
6004
|
|
|
5997
|
-
def
|
|
5998
|
-
"""Define a property as overridable or not (only for custom properties!).
|
|
5999
|
-
|
|
6000
|
-
:return: True when the overridable status of the property was successfully set.
|
|
6001
|
-
:rtype: bool
|
|
6005
|
+
def poll_dyn_canvas_paint(self, context):
|
|
6002
6006
|
"""
|
|
6003
|
-
...
|
|
6004
6007
|
|
|
6005
|
-
|
|
6006
|
-
"""
|
|
6008
|
+
:param context:
|
|
6009
|
+
"""
|
|
6007
6010
|
...
|
|
6008
6011
|
|
|
6009
|
-
def
|
|
6010
|
-
"""
|
|
6012
|
+
def poll_dyn_output(self, context):
|
|
6013
|
+
"""
|
|
6011
6014
|
|
|
6012
|
-
:param
|
|
6015
|
+
:param context:
|
|
6013
6016
|
"""
|
|
6014
6017
|
...
|
|
6015
6018
|
|
|
6016
|
-
def
|
|
6017
|
-
"""
|
|
6018
|
-
such as textures can be changed at runtime.
|
|
6019
|
+
def poll_dyn_output_maps(self, context):
|
|
6020
|
+
"""
|
|
6019
6021
|
|
|
6020
|
-
|
|
6022
|
+
:param context:
|
|
6021
6023
|
"""
|
|
6022
6024
|
...
|
|
6023
6025
|
|
|
6024
|
-
def
|
|
6025
|
-
"""
|
|
6026
|
-
dictionary function of the same name).
|
|
6026
|
+
def poll_dyn_paint(self, context):
|
|
6027
|
+
"""
|
|
6027
6028
|
|
|
6028
|
-
|
|
6029
|
+
:param context:
|
|
6029
6030
|
"""
|
|
6030
6031
|
...
|