fake-bpy-module 20250828__py3-none-any.whl → 20260118__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_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
|
@@ -20,14 +20,12 @@ class CLOTH_PT_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
22
|
:return: The RNA type or default when not found.
|
|
23
|
-
:rtype: bpy.types.Struct
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
27
26
|
"""
|
|
28
27
|
|
|
29
28
|
:return: The class or default when not found.
|
|
30
|
-
:rtype: typing.Any
|
|
31
29
|
"""
|
|
32
30
|
|
|
33
31
|
class PHYSICS_PT_cloth(PhysicButtonsPanel, _bpy_types.Panel):
|
|
@@ -43,14 +41,12 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
43
41
|
"""
|
|
44
42
|
|
|
45
43
|
:return: The RNA type or default when not found.
|
|
46
|
-
:rtype: bpy.types.Struct
|
|
47
44
|
"""
|
|
48
45
|
|
|
49
46
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
50
47
|
"""
|
|
51
48
|
|
|
52
49
|
:return: The class or default when not found.
|
|
53
|
-
:rtype: typing.Any
|
|
54
50
|
"""
|
|
55
51
|
|
|
56
52
|
def draw(self, context) -> None:
|
|
@@ -80,14 +76,12 @@ class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
80
76
|
"""
|
|
81
77
|
|
|
82
78
|
:return: The RNA type or default when not found.
|
|
83
|
-
:rtype: bpy.types.Struct
|
|
84
79
|
"""
|
|
85
80
|
|
|
86
81
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
87
82
|
"""
|
|
88
83
|
|
|
89
84
|
:return: The class or default when not found.
|
|
90
|
-
:rtype: typing.Any
|
|
91
85
|
"""
|
|
92
86
|
|
|
93
87
|
def draw(self, context) -> None:
|
|
@@ -111,14 +105,12 @@ class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
111
105
|
"""
|
|
112
106
|
|
|
113
107
|
:return: The RNA type or default when not found.
|
|
114
|
-
:rtype: bpy.types.Struct
|
|
115
108
|
"""
|
|
116
109
|
|
|
117
110
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
118
111
|
"""
|
|
119
112
|
|
|
120
113
|
:return: The class or default when not found.
|
|
121
|
-
:rtype: typing.Any
|
|
122
114
|
"""
|
|
123
115
|
|
|
124
116
|
def draw(self, context) -> None:
|
|
@@ -141,14 +133,12 @@ class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
141
133
|
"""
|
|
142
134
|
|
|
143
135
|
:return: The RNA type or default when not found.
|
|
144
|
-
:rtype: bpy.types.Struct
|
|
145
136
|
"""
|
|
146
137
|
|
|
147
138
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
148
139
|
"""
|
|
149
140
|
|
|
150
141
|
:return: The class or default when not found.
|
|
151
|
-
:rtype: typing.Any
|
|
152
142
|
"""
|
|
153
143
|
|
|
154
144
|
def draw(self, context) -> None:
|
|
@@ -172,14 +162,12 @@ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
172
162
|
"""
|
|
173
163
|
|
|
174
164
|
:return: The RNA type or default when not found.
|
|
175
|
-
:rtype: bpy.types.Struct
|
|
176
165
|
"""
|
|
177
166
|
|
|
178
167
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
179
168
|
"""
|
|
180
169
|
|
|
181
170
|
:return: The class or default when not found.
|
|
182
|
-
:rtype: typing.Any
|
|
183
171
|
"""
|
|
184
172
|
|
|
185
173
|
def draw(self, context) -> None:
|
|
@@ -202,14 +190,12 @@ class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
202
190
|
"""
|
|
203
191
|
|
|
204
192
|
:return: The RNA type or default when not found.
|
|
205
|
-
:rtype: bpy.types.Struct
|
|
206
193
|
"""
|
|
207
194
|
|
|
208
195
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
209
196
|
"""
|
|
210
197
|
|
|
211
198
|
:return: The class or default when not found.
|
|
212
|
-
:rtype: typing.Any
|
|
213
199
|
"""
|
|
214
200
|
|
|
215
201
|
def draw(self, context) -> None:
|
|
@@ -238,14 +224,12 @@ class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
238
224
|
"""
|
|
239
225
|
|
|
240
226
|
:return: The RNA type or default when not found.
|
|
241
|
-
:rtype: bpy.types.Struct
|
|
242
227
|
"""
|
|
243
228
|
|
|
244
229
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
245
230
|
"""
|
|
246
231
|
|
|
247
232
|
:return: The class or default when not found.
|
|
248
|
-
:rtype: typing.Any
|
|
249
233
|
"""
|
|
250
234
|
|
|
251
235
|
def draw(self, context) -> None:
|
|
@@ -274,14 +258,12 @@ class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, _bpy_types.Panel)
|
|
|
274
258
|
"""
|
|
275
259
|
|
|
276
260
|
:return: The RNA type or default when not found.
|
|
277
|
-
:rtype: bpy.types.Struct
|
|
278
261
|
"""
|
|
279
262
|
|
|
280
263
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
281
264
|
"""
|
|
282
265
|
|
|
283
266
|
:return: The class or default when not found.
|
|
284
|
-
:rtype: typing.Any
|
|
285
267
|
"""
|
|
286
268
|
|
|
287
269
|
def draw(self, context) -> None:
|
|
@@ -304,14 +286,12 @@ class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
304
286
|
"""
|
|
305
287
|
|
|
306
288
|
:return: The RNA type or default when not found.
|
|
307
|
-
:rtype: bpy.types.Struct
|
|
308
289
|
"""
|
|
309
290
|
|
|
310
291
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
311
292
|
"""
|
|
312
293
|
|
|
313
294
|
:return: The class or default when not found.
|
|
314
|
-
:rtype: typing.Any
|
|
315
295
|
"""
|
|
316
296
|
|
|
317
297
|
def draw(self, context) -> None:
|
|
@@ -341,14 +321,12 @@ class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
341
321
|
"""
|
|
342
322
|
|
|
343
323
|
:return: The RNA type or default when not found.
|
|
344
|
-
:rtype: bpy.types.Struct
|
|
345
324
|
"""
|
|
346
325
|
|
|
347
326
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
348
327
|
"""
|
|
349
328
|
|
|
350
329
|
:return: The class or default when not found.
|
|
351
|
-
:rtype: typing.Any
|
|
352
330
|
"""
|
|
353
331
|
|
|
354
332
|
def draw(self, context) -> None:
|
|
@@ -371,14 +349,12 @@ class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
371
349
|
"""
|
|
372
350
|
|
|
373
351
|
:return: The RNA type or default when not found.
|
|
374
|
-
:rtype: bpy.types.Struct
|
|
375
352
|
"""
|
|
376
353
|
|
|
377
354
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
378
355
|
"""
|
|
379
356
|
|
|
380
357
|
:return: The class or default when not found.
|
|
381
|
-
:rtype: typing.Any
|
|
382
358
|
"""
|
|
383
359
|
|
|
384
360
|
def draw(self, context) -> None:
|
|
@@ -408,14 +384,12 @@ class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
408
384
|
"""
|
|
409
385
|
|
|
410
386
|
:return: The RNA type or default when not found.
|
|
411
|
-
:rtype: bpy.types.Struct
|
|
412
387
|
"""
|
|
413
388
|
|
|
414
389
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
415
390
|
"""
|
|
416
391
|
|
|
417
392
|
:return: The class or default when not found.
|
|
418
|
-
:rtype: typing.Any
|
|
419
393
|
"""
|
|
420
394
|
|
|
421
395
|
def draw(self, context) -> None:
|
|
@@ -438,14 +412,12 @@ class PHYSICS_PT_cloth_stiffness(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
438
412
|
"""
|
|
439
413
|
|
|
440
414
|
:return: The RNA type or default when not found.
|
|
441
|
-
:rtype: bpy.types.Struct
|
|
442
415
|
"""
|
|
443
416
|
|
|
444
417
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
445
418
|
"""
|
|
446
419
|
|
|
447
420
|
:return: The class or default when not found.
|
|
448
|
-
:rtype: typing.Any
|
|
449
421
|
"""
|
|
450
422
|
|
|
451
423
|
def draw(self, context) -> None:
|
|
@@ -19,14 +19,12 @@ class PHYSICS_PT_add(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
:return: The RNA type or default when not found.
|
|
22
|
-
:rtype: bpy.types.Struct
|
|
23
22
|
"""
|
|
24
23
|
|
|
25
24
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
26
25
|
"""
|
|
27
26
|
|
|
28
27
|
:return: The class or default when not found.
|
|
29
|
-
:rtype: typing.Any
|
|
30
28
|
"""
|
|
31
29
|
|
|
32
30
|
def draw(self, context) -> None:
|
|
@@ -19,14 +19,12 @@ class PHYSICS_PT_dp_brush_source(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
21
|
:return: The RNA type or default when not found.
|
|
22
|
-
:rtype: bpy.types.Struct
|
|
23
22
|
"""
|
|
24
23
|
|
|
25
24
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
26
25
|
"""
|
|
27
26
|
|
|
28
27
|
:return: The class or default when not found.
|
|
29
|
-
:rtype: typing.Any
|
|
30
28
|
"""
|
|
31
29
|
|
|
32
30
|
def draw(self, context) -> None:
|
|
@@ -56,14 +54,12 @@ class PHYSICS_PT_dp_brush_source_color_ramp(PhysicButtonsPanel, _bpy_types.Panel
|
|
|
56
54
|
"""
|
|
57
55
|
|
|
58
56
|
:return: The RNA type or default when not found.
|
|
59
|
-
:rtype: bpy.types.Struct
|
|
60
57
|
"""
|
|
61
58
|
|
|
62
59
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
63
60
|
"""
|
|
64
61
|
|
|
65
62
|
:return: The class or default when not found.
|
|
66
|
-
:rtype: typing.Any
|
|
67
63
|
"""
|
|
68
64
|
|
|
69
65
|
def draw(self, context) -> None:
|
|
@@ -94,14 +90,12 @@ class PHYSICS_PT_dp_brush_velocity(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
94
90
|
"""
|
|
95
91
|
|
|
96
92
|
:return: The RNA type or default when not found.
|
|
97
|
-
:rtype: bpy.types.Struct
|
|
98
93
|
"""
|
|
99
94
|
|
|
100
95
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
101
96
|
"""
|
|
102
97
|
|
|
103
98
|
:return: The class or default when not found.
|
|
104
|
-
:rtype: typing.Any
|
|
105
99
|
"""
|
|
106
100
|
|
|
107
101
|
def draw(self, context) -> None:
|
|
@@ -132,14 +126,12 @@ class PHYSICS_PT_dp_brush_velocity_color_ramp(PhysicButtonsPanel, _bpy_types.Pan
|
|
|
132
126
|
"""
|
|
133
127
|
|
|
134
128
|
:return: The RNA type or default when not found.
|
|
135
|
-
:rtype: bpy.types.Struct
|
|
136
129
|
"""
|
|
137
130
|
|
|
138
131
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
139
132
|
"""
|
|
140
133
|
|
|
141
134
|
:return: The class or default when not found.
|
|
142
|
-
:rtype: typing.Any
|
|
143
135
|
"""
|
|
144
136
|
|
|
145
137
|
def draw(self, context) -> None:
|
|
@@ -170,14 +162,12 @@ class PHYSICS_PT_dp_brush_velocity_smudge(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
170
162
|
"""
|
|
171
163
|
|
|
172
164
|
:return: The RNA type or default when not found.
|
|
173
|
-
:rtype: bpy.types.Struct
|
|
174
165
|
"""
|
|
175
166
|
|
|
176
167
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
177
168
|
"""
|
|
178
169
|
|
|
179
170
|
:return: The class or default when not found.
|
|
180
|
-
:rtype: typing.Any
|
|
181
171
|
"""
|
|
182
172
|
|
|
183
173
|
def draw(self, context) -> None:
|
|
@@ -214,14 +204,12 @@ class PHYSICS_PT_dp_brush_wave(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
214
204
|
"""
|
|
215
205
|
|
|
216
206
|
:return: The RNA type or default when not found.
|
|
217
|
-
:rtype: bpy.types.Struct
|
|
218
207
|
"""
|
|
219
208
|
|
|
220
209
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
221
210
|
"""
|
|
222
211
|
|
|
223
212
|
:return: The class or default when not found.
|
|
224
|
-
:rtype: typing.Any
|
|
225
213
|
"""
|
|
226
214
|
|
|
227
215
|
def draw(self, context) -> None:
|
|
@@ -252,14 +240,12 @@ class PHYSICS_PT_dp_cache(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
252
240
|
"""
|
|
253
241
|
|
|
254
242
|
:return: The RNA type or default when not found.
|
|
255
|
-
:rtype: bpy.types.Struct
|
|
256
243
|
"""
|
|
257
244
|
|
|
258
245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
259
246
|
"""
|
|
260
247
|
|
|
261
248
|
:return: The class or default when not found.
|
|
262
|
-
:rtype: typing.Any
|
|
263
249
|
"""
|
|
264
250
|
|
|
265
251
|
def draw(self, context) -> None:
|
|
@@ -290,14 +276,12 @@ class PHYSICS_PT_dp_canvas_initial_color(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
290
276
|
"""
|
|
291
277
|
|
|
292
278
|
:return: The RNA type or default when not found.
|
|
293
|
-
:rtype: bpy.types.Struct
|
|
294
279
|
"""
|
|
295
280
|
|
|
296
281
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
297
282
|
"""
|
|
298
283
|
|
|
299
284
|
:return: The class or default when not found.
|
|
300
|
-
:rtype: typing.Any
|
|
301
285
|
"""
|
|
302
286
|
|
|
303
287
|
def draw(self, context) -> None:
|
|
@@ -328,14 +312,12 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
328
312
|
"""
|
|
329
313
|
|
|
330
314
|
:return: The RNA type or default when not found.
|
|
331
|
-
:rtype: bpy.types.Struct
|
|
332
315
|
"""
|
|
333
316
|
|
|
334
317
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
335
318
|
"""
|
|
336
319
|
|
|
337
320
|
:return: The class or default when not found.
|
|
338
|
-
:rtype: typing.Any
|
|
339
321
|
"""
|
|
340
322
|
|
|
341
323
|
def draw(self, context) -> None:
|
|
@@ -366,14 +348,12 @@ class PHYSICS_PT_dp_canvas_output_paintmaps(PhysicButtonsPanel, _bpy_types.Panel
|
|
|
366
348
|
"""
|
|
367
349
|
|
|
368
350
|
:return: The RNA type or default when not found.
|
|
369
|
-
:rtype: bpy.types.Struct
|
|
370
351
|
"""
|
|
371
352
|
|
|
372
353
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
373
354
|
"""
|
|
374
355
|
|
|
375
356
|
:return: The class or default when not found.
|
|
376
|
-
:rtype: typing.Any
|
|
377
357
|
"""
|
|
378
358
|
|
|
379
359
|
def draw(self, context) -> None:
|
|
@@ -410,14 +390,12 @@ class PHYSICS_PT_dp_canvas_output_wetmaps(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
410
390
|
"""
|
|
411
391
|
|
|
412
392
|
:return: The RNA type or default when not found.
|
|
413
|
-
:rtype: bpy.types.Struct
|
|
414
393
|
"""
|
|
415
394
|
|
|
416
395
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
417
396
|
"""
|
|
418
397
|
|
|
419
398
|
:return: The class or default when not found.
|
|
420
|
-
:rtype: typing.Any
|
|
421
399
|
"""
|
|
422
400
|
|
|
423
401
|
def draw(self, context) -> None:
|
|
@@ -454,14 +432,12 @@ class PHYSICS_PT_dp_effects(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
454
432
|
"""
|
|
455
433
|
|
|
456
434
|
:return: The RNA type or default when not found.
|
|
457
|
-
:rtype: bpy.types.Struct
|
|
458
435
|
"""
|
|
459
436
|
|
|
460
437
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
461
438
|
"""
|
|
462
439
|
|
|
463
440
|
:return: The class or default when not found.
|
|
464
|
-
:rtype: typing.Any
|
|
465
441
|
"""
|
|
466
442
|
|
|
467
443
|
def draw(self, _context) -> None:
|
|
@@ -492,14 +468,12 @@ class PHYSICS_PT_dp_effects_drip(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
492
468
|
"""
|
|
493
469
|
|
|
494
470
|
:return: The RNA type or default when not found.
|
|
495
|
-
:rtype: bpy.types.Struct
|
|
496
471
|
"""
|
|
497
472
|
|
|
498
473
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
499
474
|
"""
|
|
500
475
|
|
|
501
476
|
:return: The class or default when not found.
|
|
502
|
-
:rtype: typing.Any
|
|
503
477
|
"""
|
|
504
478
|
|
|
505
479
|
def draw(self, context) -> None:
|
|
@@ -536,14 +510,12 @@ class PHYSICS_PT_dp_effects_drip_weights(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
536
510
|
"""
|
|
537
511
|
|
|
538
512
|
:return: The RNA type or default when not found.
|
|
539
|
-
:rtype: bpy.types.Struct
|
|
540
513
|
"""
|
|
541
514
|
|
|
542
515
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
543
516
|
"""
|
|
544
517
|
|
|
545
518
|
:return: The class or default when not found.
|
|
546
|
-
:rtype: typing.Any
|
|
547
519
|
"""
|
|
548
520
|
|
|
549
521
|
def draw(self, context) -> None:
|
|
@@ -574,14 +546,12 @@ class PHYSICS_PT_dp_effects_shrink(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
574
546
|
"""
|
|
575
547
|
|
|
576
548
|
:return: The RNA type or default when not found.
|
|
577
|
-
:rtype: bpy.types.Struct
|
|
578
549
|
"""
|
|
579
550
|
|
|
580
551
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
581
552
|
"""
|
|
582
553
|
|
|
583
554
|
:return: The class or default when not found.
|
|
584
|
-
:rtype: typing.Any
|
|
585
555
|
"""
|
|
586
556
|
|
|
587
557
|
def draw(self, context) -> None:
|
|
@@ -618,14 +588,12 @@ class PHYSICS_PT_dp_effects_spread(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
618
588
|
"""
|
|
619
589
|
|
|
620
590
|
:return: The RNA type or default when not found.
|
|
621
|
-
:rtype: bpy.types.Struct
|
|
622
591
|
"""
|
|
623
592
|
|
|
624
593
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
625
594
|
"""
|
|
626
595
|
|
|
627
596
|
:return: The class or default when not found.
|
|
628
|
-
:rtype: typing.Any
|
|
629
597
|
"""
|
|
630
598
|
|
|
631
599
|
def draw(self, context) -> None:
|
|
@@ -661,14 +629,12 @@ class PHYSICS_PT_dp_surface_canvas(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
661
629
|
"""
|
|
662
630
|
|
|
663
631
|
:return: The RNA type or default when not found.
|
|
664
|
-
:rtype: bpy.types.Struct
|
|
665
632
|
"""
|
|
666
633
|
|
|
667
634
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
668
635
|
"""
|
|
669
636
|
|
|
670
637
|
:return: The class or default when not found.
|
|
671
|
-
:rtype: typing.Any
|
|
672
638
|
"""
|
|
673
639
|
|
|
674
640
|
def draw(self, context) -> None:
|
|
@@ -700,14 +666,12 @@ class PHYSICS_PT_dp_surface_canvas_paint_dissolve(PhysicButtonsPanel, _bpy_types
|
|
|
700
666
|
"""
|
|
701
667
|
|
|
702
668
|
:return: The RNA type or default when not found.
|
|
703
|
-
:rtype: bpy.types.Struct
|
|
704
669
|
"""
|
|
705
670
|
|
|
706
671
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
707
672
|
"""
|
|
708
673
|
|
|
709
674
|
:return: The class or default when not found.
|
|
710
|
-
:rtype: typing.Any
|
|
711
675
|
"""
|
|
712
676
|
|
|
713
677
|
def draw(self, context) -> None:
|
|
@@ -744,14 +708,12 @@ class PHYSICS_PT_dp_surface_canvas_paint_dry(PhysicButtonsPanel, _bpy_types.Pane
|
|
|
744
708
|
"""
|
|
745
709
|
|
|
746
710
|
:return: The RNA type or default when not found.
|
|
747
|
-
:rtype: bpy.types.Struct
|
|
748
711
|
"""
|
|
749
712
|
|
|
750
713
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
751
714
|
"""
|
|
752
715
|
|
|
753
716
|
:return: The class or default when not found.
|
|
754
|
-
:rtype: typing.Any
|
|
755
717
|
"""
|
|
756
718
|
|
|
757
719
|
def draw(self, context) -> None:
|
|
@@ -786,14 +748,12 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
786
748
|
"""
|
|
787
749
|
|
|
788
750
|
:return: The RNA type or default when not found.
|
|
789
|
-
:rtype: bpy.types.Struct
|
|
790
751
|
"""
|
|
791
752
|
|
|
792
753
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
793
754
|
"""
|
|
794
755
|
|
|
795
756
|
:return: The class or default when not found.
|
|
796
|
-
:rtype: typing.Any
|
|
797
757
|
"""
|
|
798
758
|
|
|
799
759
|
def draw(self, context) -> None:
|
|
@@ -823,14 +783,12 @@ class PHYSICS_PT_dynamic_paint_settings(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
823
783
|
"""
|
|
824
784
|
|
|
825
785
|
:return: The RNA type or default when not found.
|
|
826
|
-
:rtype: bpy.types.Struct
|
|
827
786
|
"""
|
|
828
787
|
|
|
829
788
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
830
789
|
"""
|
|
831
790
|
|
|
832
791
|
:return: The class or default when not found.
|
|
833
|
-
:rtype: typing.Any
|
|
834
792
|
"""
|
|
835
793
|
|
|
836
794
|
def draw(self, context) -> None:
|
|
@@ -854,14 +812,12 @@ class PHYSICS_UL_dynapaint_surfaces(_bpy_types.UIList):
|
|
|
854
812
|
"""
|
|
855
813
|
|
|
856
814
|
:return: The RNA type or default when not found.
|
|
857
|
-
:rtype: bpy.types.Struct
|
|
858
815
|
"""
|
|
859
816
|
|
|
860
817
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
861
818
|
"""
|
|
862
819
|
|
|
863
820
|
:return: The class or default when not found.
|
|
864
|
-
:rtype: typing.Any
|
|
865
821
|
"""
|
|
866
822
|
|
|
867
823
|
def draw_item(
|
|
@@ -18,14 +18,12 @@ class PHYSICS_PT_collision(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
21
|
"""
|
|
23
22
|
|
|
24
23
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
24
|
"""
|
|
26
25
|
|
|
27
26
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
27
|
"""
|
|
30
28
|
|
|
31
29
|
def draw(self, context) -> None:
|
|
@@ -55,14 +53,12 @@ class PHYSICS_PT_collision_particle(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
55
53
|
"""
|
|
56
54
|
|
|
57
55
|
:return: The RNA type or default when not found.
|
|
58
|
-
:rtype: bpy.types.Struct
|
|
59
56
|
"""
|
|
60
57
|
|
|
61
58
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
62
59
|
"""
|
|
63
60
|
|
|
64
61
|
:return: The class or default when not found.
|
|
65
|
-
:rtype: typing.Any
|
|
66
62
|
"""
|
|
67
63
|
|
|
68
64
|
def draw(self, context) -> None:
|
|
@@ -92,14 +88,12 @@ class PHYSICS_PT_collision_softbody(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
92
88
|
"""
|
|
93
89
|
|
|
94
90
|
:return: The RNA type or default when not found.
|
|
95
|
-
:rtype: bpy.types.Struct
|
|
96
91
|
"""
|
|
97
92
|
|
|
98
93
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
99
94
|
"""
|
|
100
95
|
|
|
101
96
|
:return: The class or default when not found.
|
|
102
|
-
:rtype: typing.Any
|
|
103
97
|
"""
|
|
104
98
|
|
|
105
99
|
def draw(self, context) -> None:
|
|
@@ -128,14 +122,12 @@ class PHYSICS_PT_field(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
128
122
|
"""
|
|
129
123
|
|
|
130
124
|
:return: The RNA type or default when not found.
|
|
131
|
-
:rtype: bpy.types.Struct
|
|
132
125
|
"""
|
|
133
126
|
|
|
134
127
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
135
128
|
"""
|
|
136
129
|
|
|
137
130
|
:return: The class or default when not found.
|
|
138
|
-
:rtype: typing.Any
|
|
139
131
|
"""
|
|
140
132
|
|
|
141
133
|
def draw(self, context) -> None:
|
|
@@ -165,14 +157,12 @@ class PHYSICS_PT_field_falloff(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
165
157
|
"""
|
|
166
158
|
|
|
167
159
|
:return: The RNA type or default when not found.
|
|
168
|
-
:rtype: bpy.types.Struct
|
|
169
160
|
"""
|
|
170
161
|
|
|
171
162
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
172
163
|
"""
|
|
173
164
|
|
|
174
165
|
:return: The class or default when not found.
|
|
175
|
-
:rtype: typing.Any
|
|
176
166
|
"""
|
|
177
167
|
|
|
178
168
|
def draw(self, context) -> None:
|
|
@@ -202,14 +192,12 @@ class PHYSICS_PT_field_falloff_angular(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
202
192
|
"""
|
|
203
193
|
|
|
204
194
|
:return: The RNA type or default when not found.
|
|
205
|
-
:rtype: bpy.types.Struct
|
|
206
195
|
"""
|
|
207
196
|
|
|
208
197
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
209
198
|
"""
|
|
210
199
|
|
|
211
200
|
:return: The class or default when not found.
|
|
212
|
-
:rtype: typing.Any
|
|
213
201
|
"""
|
|
214
202
|
|
|
215
203
|
def draw(self, context) -> None:
|
|
@@ -239,14 +227,12 @@ class PHYSICS_PT_field_falloff_radial(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
239
227
|
"""
|
|
240
228
|
|
|
241
229
|
:return: The RNA type or default when not found.
|
|
242
|
-
:rtype: bpy.types.Struct
|
|
243
230
|
"""
|
|
244
231
|
|
|
245
232
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
246
233
|
"""
|
|
247
234
|
|
|
248
235
|
:return: The class or default when not found.
|
|
249
|
-
:rtype: typing.Any
|
|
250
236
|
"""
|
|
251
237
|
|
|
252
238
|
def draw(self, context) -> None:
|
|
@@ -276,14 +262,12 @@ class PHYSICS_PT_field_settings(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
276
262
|
"""
|
|
277
263
|
|
|
278
264
|
:return: The RNA type or default when not found.
|
|
279
|
-
:rtype: bpy.types.Struct
|
|
280
265
|
"""
|
|
281
266
|
|
|
282
267
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
283
268
|
"""
|
|
284
269
|
|
|
285
270
|
:return: The class or default when not found.
|
|
286
|
-
:rtype: typing.Any
|
|
287
271
|
"""
|
|
288
272
|
|
|
289
273
|
def draw(self, context) -> None:
|
|
@@ -313,14 +297,12 @@ class PHYSICS_PT_field_settings_kink(PhysicButtonsPanel, _bpy_types.Panel):
|
|
|
313
297
|
"""
|
|
314
298
|
|
|
315
299
|
:return: The RNA type or default when not found.
|
|
316
|
-
:rtype: bpy.types.Struct
|
|
317
300
|
"""
|
|
318
301
|
|
|
319
302
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
320
303
|
"""
|
|
321
304
|
|
|
322
305
|
:return: The class or default when not found.
|
|
323
|
-
:rtype: typing.Any
|
|
324
306
|
"""
|
|
325
307
|
|
|
326
308
|
def draw(self, context) -> None:
|
|
@@ -350,14 +332,12 @@ class PHYSICS_PT_field_settings_texture_select(PhysicButtonsPanel, _bpy_types.Pa
|
|
|
350
332
|
"""
|
|
351
333
|
|
|
352
334
|
:return: The RNA type or default when not found.
|
|
353
|
-
:rtype: bpy.types.Struct
|
|
354
335
|
"""
|
|
355
336
|
|
|
356
337
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
357
338
|
"""
|
|
358
339
|
|
|
359
340
|
:return: The class or default when not found.
|
|
360
|
-
:rtype: typing.Any
|
|
361
341
|
"""
|
|
362
342
|
|
|
363
343
|
def draw(self, context) -> None:
|